COLOR #AFCAB5

HEX: #AFCAB5
RGB: (175,202,181)

Color info

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

RGB color model

#AFCAB5 color RGB value is (175,202,181).

  • red value is 175;
  • green value is 202;
  • blue value is 181.
RGB:
(175,202,181)
(69%,79%,71%)

RGB channels and saturation

R 175 of 255 = 69%
G 202 of 255 = 79%
B 181 of 255 = 71%

175
202
181

R + G + B ~ 73%. #AFCAB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 202 + 181 = 558 (100%)
R 175 of 558 ~ 31.36%
G 202 of 558 ~ 36.2%
B 181 of 558 ~ 32.44%

%31.36
%36.2
%32.44

CMYK color model

#AFCAB5 color CMYK value is (13,0,10,21).

  • cyan value is 13.37%
  • magenta value is 0.00%
  • yellow value is 10.40%
  • key color value is 20.78%
CMYK:
(13,0,10,21)
C13M0Y10K21 
(13%,0%,10%,21%)
(0.13/0.00/0.10/0.21)	

CMYK percentages

%13.37
%0
%10.4
%20.78

Codes

Color #AFCAB5 in popluar color models

AFCAB5
RGB175202181
HSL133°20.30%73.92%
HSB/HSV133°13.37%79.22%
CMYK13.37%0.00%10.40%
20.78%

Color #AFCAB5 in popluar number systems.

HEXAFCAB5
Decimal175202181
Binary101011111100101010110101
Octal257312265

Shades and tints

Shades of #AFCAB5

#AFCAB5
(175,202,181)
#A0B8A5
(160,184,165)
#91A695
(145,166,149)
#829485
(130,148,133)
#738275
(115,130,117)
#647065
(100,112,101)
#555E55
(85,94,85)
#464C45
(70,76,69)
#373A35
(55,58,53)
#282825
(40,40,37)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #AFCAB5

#AFCAB5
(175,202,181)
#B6CEBB
(182,206,187)
#BDD2C1
(189,210,193)
#C4D6C7
(196,214,199)
#CBDACD
(203,218,205)
#D2DED3
(210,222,211)
#D9E2D9
(217,226,217)
#E0E6DF
(224,230,223)
#E7EAE5
(231,234,229)
#EEEEEB
(238,238,235)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFCAB5 color. Also use rgb(175,202,181) instead hex code.

Text Font Color

.myTextColor { color: #AFCAB5; }

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

This text font color is #AFCAB5.


Background Color

.myBgColor { background-color: #AFCAB5; }

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

This div background color is #AFCAB5.


Border color

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

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

This div border color is #AFCAB5.


Opacity

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

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

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

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

This text has shadow with #AFCAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCAB5 on black background.


Color preview on white background

This text has color #AFCAB5 on white background.



Black color preview on #AFCAB5 background

This text has black color on #AFCAB5 background.


White color preview on #AFCAB5 background

This text has white color on #AFCAB5 background.