COLOR #AFC9CD

HEX: #AFC9CD
RGB: (175,201,205)

Color info

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

RGB color model

#AFC9CD color RGB value is (175,201,205).

  • red value is 175;
  • green value is 201;
  • blue value is 205.
RGB:
(175,201,205)
(69%,79%,80%)

RGB channels and saturation

R 175 of 255 = 69%
G 201 of 255 = 79%
B 205 of 255 = 80%

175
201
205

R + G + B ~ 76%. #AFC9CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 201 + 205 = 581 (100%)
R 175 of 581 ~ 30.12%
G 201 of 581 ~ 34.6%
B 205 of 581 ~ 35.28%

%30.12
%34.6
%35.28

CMYK color model

#AFC9CD color CMYK value is (15,2,0,20).

  • cyan value is 14.63%
  • magenta value is 1.95%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(15,2,0,20)
C15M2Y0K20 
(15%,2%,0%,20%)
(0.15/0.02/0.00/0.20)	

CMYK percentages

%14.63
%1.95
%0
%19.61

Codes

Color #AFC9CD in popluar color models

AFC9CD
RGB175201205
HSL188°23.08%74.51%
HSB/HSV188°14.63%80.39%
CMYK14.63%1.95%0.00%
19.61%

Color #AFC9CD in popluar number systems.

HEXAFC9CD
Decimal175201205
Binary101011111100100111001101
Octal257311315

Shades and tints

Shades of #AFC9CD

#AFC9CD
(175,201,205)
#A0B7BB
(160,183,187)
#91A5A9
(145,165,169)
#829397
(130,147,151)
#738185
(115,129,133)
#646F73
(100,111,115)
#555D61
(85,93,97)
#464B4F
(70,75,79)
#37393D
(55,57,61)
#28272B
(40,39,43)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #AFC9CD

#AFC9CD
(175,201,205)
#B6CDD1
(182,205,209)
#BDD1D5
(189,209,213)
#C4D5D9
(196,213,217)
#CBD9DD
(203,217,221)
#D2DDE1
(210,221,225)
#D9E1E5
(217,225,229)
#E0E5E9
(224,229,233)
#E7E9ED
(231,233,237)
#EEEDF1
(238,237,241)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC9CD color. Also use rgb(175,201,205) instead hex code.

Text Font Color

.myTextColor { color: #AFC9CD; }

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

This text font color is #AFC9CD.


Background Color

.myBgColor { background-color: #AFC9CD; }

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

This div background color is #AFC9CD.


Border color

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

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

This div border color is #AFC9CD.


Opacity

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

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

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

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

This text has shadow with #AFC9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC9CD on black background.


Color preview on white background

This text has color #AFC9CD on white background.



Black color preview on #AFC9CD background

This text has black color on #AFC9CD background.


White color preview on #AFC9CD background

This text has white color on #AFC9CD background.