COLOR #AFC0D0

HEX: #AFC0D0
RGB: (175,192,208)

Color info

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

RGB color model

#AFC0D0 color RGB value is (175,192,208).

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

RGB channels and saturation

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

175
192
208

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

Portions of RGB colors in percentages

R + G + B =
175 + 192 + 208 = 575 (100%)
R 175 of 575 ~ 30.43%
G 192 of 575 ~ 33.39%
B 208 of 575 ~ 36.17%

%30.43
%33.39
%36.17

CMYK color model

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

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

CMYK percentages

%15.87
%7.69
%0
%18.43

Codes

Color #AFC0D0 in popluar color models

AFC0D0
RGB175192208
HSL209°25.98%75.10%
HSB/HSV209°15.87%81.57%
CMYK15.87%7.69%0.00%
18.43%

Color #AFC0D0 in popluar number systems.

HEXAFC0D0
Decimal175192208
Binary101011111100000011010000
Octal257300320

Shades and tints

Shades of #AFC0D0

#AFC0D0
(175,192,208)
#A0AFBE
(160,175,190)
#919EAC
(145,158,172)
#828D9A
(130,141,154)
#737C88
(115,124,136)
#646B76
(100,107,118)
#555A64
(85,90,100)
#464952
(70,73,82)
#373840
(55,56,64)
#28272E
(40,39,46)
#19161C
(25,22,28)
#000000
(0,0,0)

Tints of #AFC0D0

#AFC0D0
(175,192,208)
#B6C5D4
(182,197,212)
#BDCAD8
(189,202,216)
#C4CFDC
(196,207,220)
#CBD4E0
(203,212,224)
#D2D9E4
(210,217,228)
#D9DEE8
(217,222,232)
#E0E3EC
(224,227,236)
#E7E8F0
(231,232,240)
#EEEDF4
(238,237,244)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC0D0; }

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

This text font color is #AFC0D0.


Background Color

.myBgColor { background-color: #AFC0D0; }

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

This div background color is #AFC0D0.


Border color

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

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

This div border color is #AFC0D0.


Opacity

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

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

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

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

This text has shadow with #AFC0D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC0D0 on black background.


Color preview on white background

This text has color #AFC0D0 on white background.



Black color preview on #AFC0D0 background

This text has black color on #AFC0D0 background.


White color preview on #AFC0D0 background

This text has white color on #AFC0D0 background.