COLOR #AFC9D3

HEX: #AFC9D3
RGB: (175,201,211)

Color info

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

RGB color model

#AFC9D3 color RGB value is (175,201,211).

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

RGB channels and saturation

R 175 of 255 = 69%
G 201 of 255 = 79%
B 211 of 255 = 83%

175
201
211

R + G + B ~ 77%. #AFC9D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 201 + 211 = 587 (100%)
R 175 of 587 ~ 29.81%
G 201 of 587 ~ 34.24%
B 211 of 587 ~ 35.95%

%29.81
%34.24
%35.95

CMYK color model

#AFC9D3 color CMYK value is (17,5,0,17).

  • cyan value is 17.06%
  • magenta value is 4.74%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(17,5,0,17)
C17M5Y0K17 
(17%,5%,0%,17%)
(0.17/0.05/0.00/0.17)	

CMYK percentages

%17.06
%4.74
%0
%17.25

Codes

Color #AFC9D3 in popluar color models

AFC9D3
RGB175201211
HSL197°29.03%75.69%
HSB/HSV197°17.06%82.75%
CMYK17.06%4.74%0.00%
17.25%

Color #AFC9D3 in popluar number systems.

HEXAFC9D3
Decimal175201211
Binary101011111100100111010011
Octal257311323

Shades and tints

Shades of #AFC9D3

#AFC9D3
(175,201,211)
#A0B7C0
(160,183,192)
#91A5AD
(145,165,173)
#82939A
(130,147,154)
#738187
(115,129,135)
#646F74
(100,111,116)
#555D61
(85,93,97)
#464B4E
(70,75,78)
#37393B
(55,57,59)
#282728
(40,39,40)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #AFC9D3

#AFC9D3
(175,201,211)
#B6CDD7
(182,205,215)
#BDD1DB
(189,209,219)
#C4D5DF
(196,213,223)
#CBD9E3
(203,217,227)
#D2DDE7
(210,221,231)
#D9E1EB
(217,225,235)
#E0E5EF
(224,229,239)
#E7E9F3
(231,233,243)
#EEEDF7
(238,237,247)
#F5F1FB
(245,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC9D3; }

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

This text font color is #AFC9D3.


Background Color

.myBgColor { background-color: #AFC9D3; }

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

This div background color is #AFC9D3.


Border color

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

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

This div border color is #AFC9D3.


Opacity

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

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

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

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

This text has shadow with #AFC9D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC9D3 on black background.


Color preview on white background

This text has color #AFC9D3 on white background.



Black color preview on #AFC9D3 background

This text has black color on #AFC9D3 background.


White color preview on #AFC9D3 background

This text has white color on #AFC9D3 background.