COLOR #AFC0DC

HEX: #AFC0DC
RGB: (175,192,220)

Color info

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

RGB color model

#AFC0DC color RGB value is (175,192,220).

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

RGB channels and saturation

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

175
192
220

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

Portions of RGB colors in percentages

R + G + B =
175 + 192 + 220 = 587 (100%)
R 175 of 587 ~ 29.81%
G 192 of 587 ~ 32.71%
B 220 of 587 ~ 37.48%

%29.81
%32.71
%37.48

CMYK color model

#AFC0DC color CMYK value is (20,13,0,14).

  • cyan value is 20.45%
  • magenta value is 12.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(20,13,0,14)
C20M13Y0K14 
(20%,13%,0%,14%)
(0.20/0.13/0.00/0.14)	

CMYK percentages

%20.45
%12.73
%0
%13.73

Codes

Color #AFC0DC in popluar color models

AFC0DC
RGB175192220
HSL217°39.13%77.45%
HSB/HSV217°20.45%86.27%
CMYK20.45%12.73%0.00%
13.73%

Color #AFC0DC in popluar number systems.

HEXAFC0DC
Decimal175192220
Binary101011111100000011011100
Octal257300334

Shades and tints

Shades of #AFC0DC

#AFC0DC
(175,192,220)
#A0AFC8
(160,175,200)
#919EB4
(145,158,180)
#828DA0
(130,141,160)
#737C8C
(115,124,140)
#646B78
(100,107,120)
#555A64
(85,90,100)
#464950
(70,73,80)
#37383C
(55,56,60)
#282728
(40,39,40)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #AFC0DC

#AFC0DC
(175,192,220)
#B6C5DF
(182,197,223)
#BDCAE2
(189,202,226)
#C4CFE5
(196,207,229)
#CBD4E8
(203,212,232)
#D2D9EB
(210,217,235)
#D9DEEE
(217,222,238)
#E0E3F1
(224,227,241)
#E7E8F4
(231,232,244)
#EEEDF7
(238,237,247)
#F5F2FA
(245,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC0DC; }

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

This text font color is #AFC0DC.


Background Color

.myBgColor { background-color: #AFC0DC; }

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

This div background color is #AFC0DC.


Border color

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

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

This div border color is #AFC0DC.


Opacity

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

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

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

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

This text has shadow with #AFC0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC0DC on black background.


Color preview on white background

This text has color #AFC0DC on white background.



Black color preview on #AFC0DC background

This text has black color on #AFC0DC background.


White color preview on #AFC0DC background

This text has white color on #AFC0DC background.