COLOR #AFC0DB

HEX: #AFC0DB
RGB: (175,192,219)

Color info

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

RGB color model

#AFC0DB color RGB value is (175,192,219).

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

RGB channels and saturation

R 175 of 255 = 69%
G 192 of 255 = 75%
B 219 of 255 = 86%

175
192
219

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

Portions of RGB colors in percentages

R + G + B =
175 + 192 + 219 = 586 (100%)
R 175 of 586 ~ 29.86%
G 192 of 586 ~ 32.76%
B 219 of 586 ~ 37.37%

%29.86
%32.76
%37.37

CMYK color model

#AFC0DB color CMYK value is (20,12,0,14).

  • cyan value is 20.09%
  • magenta value is 12.33%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(20,12,0,14)
C20M12Y0K14 
(20%,12%,0%,14%)
(0.20/0.12/0.00/0.14)	

CMYK percentages

%20.09
%12.33
%0
%14.12

Codes

Color #AFC0DB in popluar color models

AFC0DB
RGB175192219
HSL217°37.93%77.25%
HSB/HSV217°20.09%85.88%
CMYK20.09%12.33%0.00%
14.12%

Color #AFC0DB in popluar number systems.

HEXAFC0DB
Decimal175192219
Binary101011111100000011011011
Octal257300333

Shades and tints

Shades of #AFC0DB

#AFC0DB
(175,192,219)
#A0AFC8
(160,175,200)
#919EB5
(145,158,181)
#828DA2
(130,141,162)
#737C8F
(115,124,143)
#646B7C
(100,107,124)
#555A69
(85,90,105)
#464956
(70,73,86)
#373843
(55,56,67)
#282730
(40,39,48)
#19161D
(25,22,29)
#000000
(0,0,0)

Tints of #AFC0DB

#AFC0DB
(175,192,219)
#B6C5DE
(182,197,222)
#BDCAE1
(189,202,225)
#C4CFE4
(196,207,228)
#CBD4E7
(203,212,231)
#D2D9EA
(210,217,234)
#D9DEED
(217,222,237)
#E0E3F0
(224,227,240)
#E7E8F3
(231,232,243)
#EEEDF6
(238,237,246)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC0DB; }

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

This text font color is #AFC0DB.


Background Color

.myBgColor { background-color: #AFC0DB; }

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

This div background color is #AFC0DB.


Border color

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

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

This div border color is #AFC0DB.


Opacity

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

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

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

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

This text has shadow with #AFC0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC0DB on black background.


Color preview on white background

This text has color #AFC0DB on white background.



Black color preview on #AFC0DB background

This text has black color on #AFC0DB background.


White color preview on #AFC0DB background

This text has white color on #AFC0DB background.