COLOR #AFC6DE

HEX: #AFC6DE
RGB: (175,198,222)

Color info

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

RGB color model

#AFC6DE color RGB value is (175,198,222).

  • red value is 175;
  • green value is 198;
  • blue value is 222.
RGB:
(175,198,222)
(69%,78%,87%)

RGB channels and saturation

R 175 of 255 = 69%
G 198 of 255 = 78%
B 222 of 255 = 87%

175
198
222

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

Portions of RGB colors in percentages

R + G + B =
175 + 198 + 222 = 595 (100%)
R 175 of 595 ~ 29.41%
G 198 of 595 ~ 33.28%
B 222 of 595 ~ 37.31%

%29.41
%33.28
%37.31

CMYK color model

#AFC6DE color CMYK value is (21,11,0,13).

  • cyan value is 21.17%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(21,11,0,13)
C21M11Y0K13 
(21%,11%,0%,13%)
(0.21/0.11/0.00/0.13)	

CMYK percentages

%21.17
%10.81
%0
%12.94

Codes

Color #AFC6DE in popluar color models

AFC6DE
RGB175198222
HSL211°41.59%77.84%
HSB/HSV211°21.17%87.06%
CMYK21.17%10.81%0.00%
12.94%

Color #AFC6DE in popluar number systems.

HEXAFC6DE
Decimal175198222
Binary101011111100011011011110
Octal257306336

Shades and tints

Shades of #AFC6DE

#AFC6DE
(175,198,222)
#A0B4CA
(160,180,202)
#91A2B6
(145,162,182)
#8290A2
(130,144,162)
#737E8E
(115,126,142)
#646C7A
(100,108,122)
#555A66
(85,90,102)
#464852
(70,72,82)
#37363E
(55,54,62)
#28242A
(40,36,42)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #AFC6DE

#AFC6DE
(175,198,222)
#B6CBE1
(182,203,225)
#BDD0E4
(189,208,228)
#C4D5E7
(196,213,231)
#CBDAEA
(203,218,234)
#D2DFED
(210,223,237)
#D9E4F0
(217,228,240)
#E0E9F3
(224,233,243)
#E7EEF6
(231,238,246)
#EEF3F9
(238,243,249)
#F5F8FC
(245,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC6DE color. Also use rgb(175,198,222) instead hex code.

Text Font Color

.myTextColor { color: #AFC6DE; }

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

This text font color is #AFC6DE.


Background Color

.myBgColor { background-color: #AFC6DE; }

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

This div background color is #AFC6DE.


Border color

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

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

This div border color is #AFC6DE.


Opacity

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

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

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

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

This text has shadow with #AFC6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC6DE on black background.


Color preview on white background

This text has color #AFC6DE on white background.



Black color preview on #AFC6DE background

This text has black color on #AFC6DE background.


White color preview on #AFC6DE background

This text has white color on #AFC6DE background.