COLOR #AFC9DB

HEX: #AFC9DB
RGB: (175,201,219)

Color info

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

RGB color model

#AFC9DB color RGB value is (175,201,219).

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

RGB channels and saturation

R 175 of 255 = 69%
G 201 of 255 = 79%
B 219 of 255 = 86%

175
201
219

R + G + B ~ 78%. #AFC9DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 201 + 219 = 595 (100%)
R 175 of 595 ~ 29.41%
G 201 of 595 ~ 33.78%
B 219 of 595 ~ 36.81%

%29.41
%33.78
%36.81

CMYK color model

#AFC9DB color CMYK value is (20,8,0,14).

  • cyan value is 20.09%
  • magenta value is 8.22%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(20,8,0,14)
C20M8Y0K14 
(20%,8%,0%,14%)
(0.20/0.08/0.00/0.14)	

CMYK percentages

%20.09
%8.22
%0
%14.12

Codes

Color #AFC9DB in popluar color models

AFC9DB
RGB175201219
HSL205°37.93%77.25%
HSB/HSV205°20.09%85.88%
CMYK20.09%8.22%0.00%
14.12%

Color #AFC9DB in popluar number systems.

HEXAFC9DB
Decimal175201219
Binary101011111100100111011011
Octal257311333

Shades and tints

Shades of #AFC9DB

#AFC9DB
(175,201,219)
#A0B7C8
(160,183,200)
#91A5B5
(145,165,181)
#8293A2
(130,147,162)
#73818F
(115,129,143)
#646F7C
(100,111,124)
#555D69
(85,93,105)
#464B56
(70,75,86)
#373943
(55,57,67)
#282730
(40,39,48)
#19151D
(25,21,29)
#000000
(0,0,0)

Tints of #AFC9DB

#AFC9DB
(175,201,219)
#B6CDDE
(182,205,222)
#BDD1E1
(189,209,225)
#C4D5E4
(196,213,228)
#CBD9E7
(203,217,231)
#D2DDEA
(210,221,234)
#D9E1ED
(217,225,237)
#E0E5F0
(224,229,240)
#E7E9F3
(231,233,243)
#EEEDF6
(238,237,246)
#F5F1F9
(245,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC9DB; }

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

This text font color is #AFC9DB.


Background Color

.myBgColor { background-color: #AFC9DB; }

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

This div background color is #AFC9DB.


Border color

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

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

This div border color is #AFC9DB.


Opacity

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

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

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

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

This text has shadow with #AFC9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC9DB on black background.


Color preview on white background

This text has color #AFC9DB on white background.



Black color preview on #AFC9DB background

This text has black color on #AFC9DB background.


White color preview on #AFC9DB background

This text has white color on #AFC9DB background.