COLOR #AFC0D1

HEX: #AFC0D1
RGB: (175,192,209)

Color info

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

RGB color model

#AFC0D1 color RGB value is (175,192,209).

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

RGB channels and saturation

R 175 of 255 = 69%
G 192 of 255 = 75%
B 209 of 255 = 82%

175
192
209

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

Portions of RGB colors in percentages

R + G + B =
175 + 192 + 209 = 576 (100%)
R 175 of 576 ~ 30.38%
G 192 of 576 ~ 33.33%
B 209 of 576 ~ 36.28%

%30.38
%33.33
%36.28

CMYK color model

#AFC0D1 color CMYK value is (16,8,0,18).

  • cyan value is 16.27%
  • magenta value is 8.13%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(16,8,0,18)
C16M8Y0K18 
(16%,8%,0%,18%)
(0.16/0.08/0.00/0.18)	

CMYK percentages

%16.27
%8.13
%0
%18.04

Codes

Color #AFC0D1 in popluar color models

AFC0D1
RGB175192209
HSL210°26.98%75.29%
HSB/HSV210°16.27%81.96%
CMYK16.27%8.13%0.00%
18.04%

Color #AFC0D1 in popluar number systems.

HEXAFC0D1
Decimal175192209
Binary101011111100000011010001
Octal257300321

Shades and tints

Shades of #AFC0D1

#AFC0D1
(175,192,209)
#A0AFBE
(160,175,190)
#919EAB
(145,158,171)
#828D98
(130,141,152)
#737C85
(115,124,133)
#646B72
(100,107,114)
#555A5F
(85,90,95)
#46494C
(70,73,76)
#373839
(55,56,57)
#282726
(40,39,38)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #AFC0D1

#AFC0D1
(175,192,209)
#B6C5D5
(182,197,213)
#BDCAD9
(189,202,217)
#C4CFDD
(196,207,221)
#CBD4E1
(203,212,225)
#D2D9E5
(210,217,229)
#D9DEE9
(217,222,233)
#E0E3ED
(224,227,237)
#E7E8F1
(231,232,241)
#EEEDF5
(238,237,245)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC0D1; }

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

This text font color is #AFC0D1.


Background Color

.myBgColor { background-color: #AFC0D1; }

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

This div background color is #AFC0D1.


Border color

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

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

This div border color is #AFC0D1.


Opacity

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

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

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

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

This text has shadow with #AFC0D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC0D1 on black background.


Color preview on white background

This text has color #AFC0D1 on white background.



Black color preview on #AFC0D1 background

This text has black color on #AFC0D1 background.


White color preview on #AFC0D1 background

This text has white color on #AFC0D1 background.