COLOR #AFC8D6

HEX: #AFC8D6 RGB: (175,200,214)

Color info

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

RGB color model

#AFC8D6 color RGB value is (175,200,214).

RGB: (175,200,214) (69%, 78%, 84%)

RGB channels and saturation

R 175 of 255 = 69%
G 200 of 255 = 78%
B 214 of 255 = 84%

175
200
214

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

Portions of RGB colors in percentages

R + G + B = 175 + 200 + 214 = 589 (100%)
R 175 of 589 ~ 29.71%
G 200 of 589 ~ 33.96%
B 214 of 589 ~ 36.33'%

%29.71
%33.96
%36.33

CMYK color model

#AFC8D6 color CMYK value is (18,7,0,16).

  • cyan value is 18.22%
  • magenta value is 6.54%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (18,7,0,16)
C18M7Y0K16 (18%, 7%, 0%, 16%)
(0.18 / 0.07 / 0.00 / 0.16)

CMYK percentages

%18.22
%6.54
%0
%16.08

Codes

Color #AFC8D6 in popluar color models

AF C8 D6
RGB 175 200 214
HSL 202° 32.23% 76.27%
HSB/HSV 202° 18.22% 83.92%
CMYK 18.22% 6.54% 0.00%
16.08%

Color #AFC8D6 in popluar number systems.

HEX AF C8 D6
Decimal 175 200 214
Binary 10101111 11001000 11010110
Octal 257 310 326

Shades and tints

Shades of #AFC8D6

#AFC8D6
(175,200,214)
#A0B6C3
(160,182,195)
#91A4B0
(145,164,176)
#82929D
(130,146,157)
#73808A
(115,128,138)
#646E77
(100,110,119)
#555C64
(85,92,100)
#464A51
(70,74,81)
#37383E
(55,56,62)
#28262B
(40,38,43)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #AFC8D6

#AFC8D6
(175,200,214)
#B6CDD9
(182,205,217)
#BDD2DC
(189,210,220)
#C4D7DF
(196,215,223)
#CBDCE2
(203,220,226)
#D2E1E5
(210,225,229)
#D9E6E8
(217,230,232)
#E0EBEB
(224,235,235)
#E7F0EE
(231,240,238)
#EEF5F1
(238,245,241)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC8D6 color. Also use rgb(175,200,214) instead hex code.

Text Font Color

.myTextColor { color: #AFC8D6; }

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

This text font color is #AFC8D6.

Background Color

.myBgColor { background-color: #AFC8D6; }

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

This div background color is #AFC8D6.

Border color

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

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

This div border color is #AFC8D6.

Opacity

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

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

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

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

This text has shadow with #AFC8D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC8D6.

Preview

Color preview on black background

This text has color #AFC8D6 on black background.


Color preview on white background

This text has color #AFC8D6 on white background.


Black color preview on #AFC8D6 background

This text has black color on #AFC8D6 background.


White color preview on #AFC8D6 background

This text has white color on #AFC8D6 background.


Related colors

Complementary color

Complementary color for #hex is #503729.


I love getcolorcode.com

Triadic colors

1 #D6AFC8 and #C8D6AF with #AFC8D6 are triadic colors.

2 #D6C8AF and #C8AFD6 with #AFC8D6 are triadic colors.