COLOR #A1BEA8

HEX: #A1BEA8
RGB: (161,190,168)

Color info

#A1BEA8 contains red, green and blue colors in about the same proportion. Web safe color of #A1BEA8 is #99CC99 (or #9C9).

RGB color model

#A1BEA8 color RGB value is (161,190,168).

  • red value is 161;
  • green value is 190;
  • blue value is 168.
RGB:
(161,190,168)
(63%,75%,66%)

RGB channels and saturation

R 161 of 255 = 63%
G 190 of 255 = 75%
B 168 of 255 = 66%

161
190
168

R + G + B ~ 68%. #A1BEA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 190 + 168 = 519 (100%)
R 161 of 519 ~ 31.02%
G 190 of 519 ~ 36.61%
B 168 of 519 ~ 32.37%

%31.02
%36.61
%32.37

CMYK color model

#A1BEA8 color CMYK value is (15,0,12,25).

  • cyan value is 15.26%
  • magenta value is 0.00%
  • yellow value is 11.58%
  • key color value is 25.49%
CMYK:
(15,0,12,25)
C15M0Y12K25 
(15%,0%,12%,25%)
(0.15/0.00/0.12/0.25)	

CMYK percentages

%15.26
%0
%11.58
%25.49

Codes

Color #A1BEA8 in popluar color models

A1BEA8
RGB161190168
HSL134°18.24%68.82%
HSB/HSV134°15.26%74.51%
CMYK15.26%0.00%11.58%
25.49%

Color #A1BEA8 in popluar number systems.

HEXA1BEA8
Decimal161190168
Binary101000011011111010101000
Octal241276250

Shades and tints

Shades of #A1BEA8

#A1BEA8
(161,190,168)
#93AD99
(147,173,153)
#859C8A
(133,156,138)
#778B7B
(119,139,123)
#697A6C
(105,122,108)
#5B695D
(91,105,93)
#4D584E
(77,88,78)
#3F473F
(63,71,63)
#313630
(49,54,48)
#232521
(35,37,33)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #A1BEA8

#A1BEA8
(161,190,168)
#A9C3AF
(169,195,175)
#B1C8B6
(177,200,182)
#B9CDBD
(185,205,189)
#C1D2C4
(193,210,196)
#C9D7CB
(201,215,203)
#D1DCD2
(209,220,210)
#D9E1D9
(217,225,217)
#E1E6E0
(225,230,224)
#E9EBE7
(233,235,231)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1BEA8 color. Also use rgb(161,190,168) instead hex code.

Text Font Color

.myTextColor { color: #A1BEA8; }

<p style="color:#A1BEA8">This sample text font color is #A1BEA8.</p>

This text font color is #A1BEA8.


Background Color

.myBgColor { background-color: #A1BEA8; }

<div style="background-color:#A1BEA8">Inner text</div>

This div background color is #A1BEA8.


Border color

.myBorderColor { border: 1px solid #A1BEA8; }

<div style="border:3px solid #A1BEA8">Div</div>

This div border color is #A1BEA8.


Opacity

.myOpacity80 { color: #A1BEA8; opacity: 0.8; }

<p style="color:#A1BEA8;opacity:0.8;">80%</p>

Text with #A1BEA8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A1BEA8;}

<p style="text-shadow: 3px 3px 1px #A1BEA8">Text here.</p>

This text has shadow with #A1BEA8 color.

.textShadow {text-shadow: 3px 3px 1px #A1BEA8, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A1BEA8, 5px 5px 20px red">Text here.</p>

This text has shadow with #A1BEA8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A1BEA8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A1BEA8, Direction=45, Strength=4)">Text</p>

This text has shadow with #A1BEA8 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A1BEA8;
  -webkit-box-shadow:	1px 1px 3px 2px #A1BEA8;
  box-shadow:		1px 1px 3px 2px #A1BEA8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A1BEA8;
-webkit-box-shadow: 1px 1px 3px 2px #A1BEA8;
box-shadow:1px 1px 3px 2px #A1BEA8;">
Div content here</div>
This div box has shadow with color #A1BEA8.

Preview

Color preview on black background

This text has color #A1BEA8 on black background.


Color preview on white background

This text has color #A1BEA8 on white background.



Black color preview on #A1BEA8 background

This text has black color on #A1BEA8 background.


White color preview on #A1BEA8 background

This text has white color on #A1BEA8 background.