COLOR #AFCAB8

HEX: #AFCAB8
RGB: (175,202,184)

Color info

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

RGB color model

#AFCAB8 color RGB value is (175,202,184).

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

RGB channels and saturation

R 175 of 255 = 69%
G 202 of 255 = 79%
B 184 of 255 = 72%

175
202
184

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

Portions of RGB colors in percentages

R + G + B =
175 + 202 + 184 = 561 (100%)
R 175 of 561 ~ 31.19%
G 202 of 561 ~ 36.01%
B 184 of 561 ~ 32.8%

%31.19
%36.01
%32.8

CMYK color model

#AFCAB8 color CMYK value is (13,0,9,21).

  • cyan value is 13.37%
  • magenta value is 0.00%
  • yellow value is 8.91%
  • key color value is 20.78%
CMYK:
(13,0,9,21)
C13M0Y9K21 
(13%,0%,9%,21%)
(0.13/0.00/0.09/0.21)	

CMYK percentages

%13.37
%0
%8.91
%20.78

Codes

Color #AFCAB8 in popluar color models

AFCAB8
RGB175202184
HSL140°20.30%73.92%
HSB/HSV140°13.37%79.22%
CMYK13.37%0.00%8.91%
20.78%

Color #AFCAB8 in popluar number systems.

HEXAFCAB8
Decimal175202184
Binary101011111100101010111000
Octal257312270

Shades and tints

Shades of #AFCAB8

#AFCAB8
(175,202,184)
#A0B8A8
(160,184,168)
#91A698
(145,166,152)
#829488
(130,148,136)
#738278
(115,130,120)
#647068
(100,112,104)
#555E58
(85,94,88)
#464C48
(70,76,72)
#373A38
(55,58,56)
#282828
(40,40,40)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #AFCAB8

#AFCAB8
(175,202,184)
#B6CEBE
(182,206,190)
#BDD2C4
(189,210,196)
#C4D6CA
(196,214,202)
#CBDAD0
(203,218,208)
#D2DED6
(210,222,214)
#D9E2DC
(217,226,220)
#E0E6E2
(224,230,226)
#E7EAE8
(231,234,232)
#EEEEEE
(238,238,238)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCAB8; }

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

This text font color is #AFCAB8.


Background Color

.myBgColor { background-color: #AFCAB8; }

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

This div background color is #AFCAB8.


Border color

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

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

This div border color is #AFCAB8.


Opacity

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

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

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

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

This text has shadow with #AFCAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCAB8 on black background.


Color preview on white background

This text has color #AFCAB8 on white background.



Black color preview on #AFCAB8 background

This text has black color on #AFCAB8 background.


White color preview on #AFCAB8 background

This text has white color on #AFCAB8 background.