COLOR #AFBEA2

HEX: #AFBEA2
RGB: (175,190,162)

Color info

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

RGB color model

#AFBEA2 color RGB value is (175,190,162).

  • red value is 175;
  • green value is 190;
  • blue value is 162.
RGB:
(175,190,162)
(69%,75%,64%)

RGB channels and saturation

R 175 of 255 = 69%
G 190 of 255 = 75%
B 162 of 255 = 64%

175
190
162

R + G + B ~ 69%. #AFBEA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 190 + 162 = 527 (100%)
R 175 of 527 ~ 33.21%
G 190 of 527 ~ 36.05%
B 162 of 527 ~ 30.74%

%33.21
%36.05
%30.74

CMYK color model

#AFBEA2 color CMYK value is (8,0,15,25).

  • cyan value is 7.89%
  • magenta value is 0.00%
  • yellow value is 14.74%
  • key color value is 25.49%
CMYK:
(8,0,15,25)
C8M0Y15K25 
(8%,0%,15%,25%)
(0.08/0.00/0.15/0.25)	

CMYK percentages

%7.89
%0
%14.74
%25.49

Codes

Color #AFBEA2 in popluar color models

AFBEA2
RGB175190162
HSL92°17.72%69.02%
HSB/HSV92°14.74%74.51%
CMYK7.89%0.00%14.74%
25.49%

Color #AFBEA2 in popluar number systems.

HEXAFBEA2
Decimal175190162
Binary101011111011111010100010
Octal257276242

Shades and tints

Shades of #AFBEA2

#AFBEA2
(175,190,162)
#A0AD94
(160,173,148)
#919C86
(145,156,134)
#828B78
(130,139,120)
#737A6A
(115,122,106)
#64695C
(100,105,92)
#55584E
(85,88,78)
#464740
(70,71,64)
#373632
(55,54,50)
#282524
(40,37,36)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #AFBEA2

#AFBEA2
(175,190,162)
#B6C3AA
(182,195,170)
#BDC8B2
(189,200,178)
#C4CDBA
(196,205,186)
#CBD2C2
(203,210,194)
#D2D7CA
(210,215,202)
#D9DCD2
(217,220,210)
#E0E1DA
(224,225,218)
#E7E6E2
(231,230,226)
#EEEBEA
(238,235,234)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBEA2 color. Also use rgb(175,190,162) instead hex code.

Text Font Color

.myTextColor { color: #AFBEA2; }

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

This text font color is #AFBEA2.


Background Color

.myBgColor { background-color: #AFBEA2; }

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

This div background color is #AFBEA2.


Border color

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

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

This div border color is #AFBEA2.


Opacity

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

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

Text with #AFBEA2 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 #AFBEA2;}

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

This text has shadow with #AFBEA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBEA2 on black background.


Color preview on white background

This text has color #AFBEA2 on white background.



Black color preview on #AFBEA2 background

This text has black color on #AFBEA2 background.


White color preview on #AFBEA2 background

This text has white color on #AFBEA2 background.