COLOR #AFC4CB

HEX: #AFC4CB
RGB: (175,196,203)

Color info

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

RGB color model

#AFC4CB color RGB value is (175,196,203).

  • red value is 175;
  • green value is 196;
  • blue value is 203.
RGB:
(175,196,203)
(69%,77%,80%)

RGB channels and saturation

R 175 of 255 = 69%
G 196 of 255 = 77%
B 203 of 255 = 80%

175
196
203

R + G + B ~ 75%. #AFC4CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 196 + 203 = 574 (100%)
R 175 of 574 ~ 30.49%
G 196 of 574 ~ 34.15%
B 203 of 574 ~ 35.37%

%30.49
%34.15
%35.37

CMYK color model

#AFC4CB color CMYK value is (14,3,0,20).

  • cyan value is 13.79%
  • magenta value is 3.45%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(14,3,0,20)
C14M3Y0K20 
(14%,3%,0%,20%)
(0.14/0.03/0.00/0.20)	

CMYK percentages

%13.79
%3.45
%0
%20.39

Codes

Color #AFC4CB in popluar color models

AFC4CB
RGB175196203
HSL195°21.21%74.12%
HSB/HSV195°13.79%79.61%
CMYK13.79%3.45%0.00%
20.39%

Color #AFC4CB in popluar number systems.

HEXAFC4CB
Decimal175196203
Binary101011111100010011001011
Octal257304313

Shades and tints

Shades of #AFC4CB

#AFC4CB
(175,196,203)
#A0B3B9
(160,179,185)
#91A2A7
(145,162,167)
#829195
(130,145,149)
#738083
(115,128,131)
#646F71
(100,111,113)
#555E5F
(85,94,95)
#464D4D
(70,77,77)
#373C3B
(55,60,59)
#282B29
(40,43,41)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #AFC4CB

#AFC4CB
(175,196,203)
#B6C9CF
(182,201,207)
#BDCED3
(189,206,211)
#C4D3D7
(196,211,215)
#CBD8DB
(203,216,219)
#D2DDDF
(210,221,223)
#D9E2E3
(217,226,227)
#E0E7E7
(224,231,231)
#E7ECEB
(231,236,235)
#EEF1EF
(238,241,239)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC4CB color. Also use rgb(175,196,203) instead hex code.

Text Font Color

.myTextColor { color: #AFC4CB; }

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

This text font color is #AFC4CB.


Background Color

.myBgColor { background-color: #AFC4CB; }

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

This div background color is #AFC4CB.


Border color

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

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

This div border color is #AFC4CB.


Opacity

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

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

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

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

This text has shadow with #AFC4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC4CB on black background.


Color preview on white background

This text has color #AFC4CB on white background.



Black color preview on #AFC4CB background

This text has black color on #AFC4CB background.


White color preview on #AFC4CB background

This text has white color on #AFC4CB background.