COLOR #AFC8BB

HEX: #AFC8BB
RGB: (175,200,187)

Color info

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

RGB color model

#AFC8BB color RGB value is (175,200,187).

  • red value is 175;
  • green value is 200;
  • blue value is 187.
RGB:
(175,200,187)
(69%,78%,73%)

RGB channels and saturation

R 175 of 255 = 69%
G 200 of 255 = 78%
B 187 of 255 = 73%

175
200
187

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

Portions of RGB colors in percentages

R + G + B =
175 + 200 + 187 = 562 (100%)
R 175 of 562 ~ 31.14%
G 200 of 562 ~ 35.59%
B 187 of 562 ~ 33.27%

%31.14
%35.59
%33.27

CMYK color model

#AFC8BB color CMYK value is (13,0,7,22).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 6.50%
  • key color value is 21.57%
CMYK:
(13,0,7,22)
C13M0Y7K22 
(13%,0%,7%,22%)
(0.13/0.00/0.07/0.22)	

CMYK percentages

%12.5
%0
%6.5
%21.57

Codes

Color #AFC8BB in popluar color models

AFC8BB
RGB175200187
HSL149°18.52%73.53%
HSB/HSV149°12.50%78.43%
CMYK12.50%0.00%6.50%
21.57%

Color #AFC8BB in popluar number systems.

HEXAFC8BB
Decimal175200187
Binary101011111100100010111011
Octal257310273

Shades and tints

Shades of #AFC8BB

#AFC8BB
(175,200,187)
#A0B6AA
(160,182,170)
#91A499
(145,164,153)
#829288
(130,146,136)
#738077
(115,128,119)
#646E66
(100,110,102)
#555C55
(85,92,85)
#464A44
(70,74,68)
#373833
(55,56,51)
#282622
(40,38,34)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #AFC8BB

#AFC8BB
(175,200,187)
#B6CDC1
(182,205,193)
#BDD2C7
(189,210,199)
#C4D7CD
(196,215,205)
#CBDCD3
(203,220,211)
#D2E1D9
(210,225,217)
#D9E6DF
(217,230,223)
#E0EBE5
(224,235,229)
#E7F0EB
(231,240,235)
#EEF5F1
(238,245,241)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC8BB color. Also use rgb(175,200,187) instead hex code.

Text Font Color

.myTextColor { color: #AFC8BB; }

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

This text font color is #AFC8BB.


Background Color

.myBgColor { background-color: #AFC8BB; }

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

This div background color is #AFC8BB.


Border color

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

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

This div border color is #AFC8BB.


Opacity

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

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

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

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

This text has shadow with #AFC8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC8BB on black background.


Color preview on white background

This text has color #AFC8BB on white background.



Black color preview on #AFC8BB background

This text has black color on #AFC8BB background.


White color preview on #AFC8BB background

This text has white color on #AFC8BB background.