COLOR #AFC8E9

HEX: #AFC8E9 RGB: (175,200,233)

Color info

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

RGB color model

#AFC8E9 color RGB value is (175,200,233).

RGB: (175,200,233) (69%, 78%, 91%)

RGB channels and saturation

R 175 of 255 = 69%
G 200 of 255 = 78%
B 233 of 255 = 91%

175
200
233

R + G + B ~ 79%. #AFC8E9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 200 + 233 = 608 (100%)
R 175 of 608 ~ 28.78%
G 200 of 608 ~ 32.89%
B 233 of 608 ~ 38.32'%

%28.78
%32.89
%38.32

CMYK color model

#AFC8E9 color CMYK value is (25,14,0,9).

  • cyan value is 24.89%
  • magenta value is 14.16%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (25,14,0,9)
C25M14Y0K9 (25%, 14%, 0%, 9%)
(0.25 / 0.14 / 0.00 / 0.09)

CMYK percentages

%24.89
%14.16
%0
%8.63

Codes

Color #AFC8E9 in popluar color models

AF C8 E9
RGB 175 200 233
HSL 214° 56.86% 80.00%
HSB/HSV 214° 24.89% 91.37%
CMYK 24.89% 14.16% 0.00%
8.63%

Color #AFC8E9 in popluar number systems.

HEX AF C8 E9
Decimal 175 200 233
Binary 10101111 11001000 11101001
Octal 257 310 351

Shades and tints

Shades of #AFC8E9

#AFC8E9
(175,200,233)
#A0B6D4
(160,182,212)
#91A4BF
(145,164,191)
#8292AA
(130,146,170)
#738095
(115,128,149)
#646E80
(100,110,128)
#555C6B
(85,92,107)
#464A56
(70,74,86)
#373841
(55,56,65)
#28262C
(40,38,44)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #AFC8E9

#AFC8E9
(175,200,233)
#B6CDEB
(182,205,235)
#BDD2ED
(189,210,237)
#C4D7EF
(196,215,239)
#CBDCF1
(203,220,241)
#D2E1F3
(210,225,243)
#D9E6F5
(217,230,245)
#E0EBF7
(224,235,247)
#E7F0F9
(231,240,249)
#EEF5FB
(238,245,251)
#F5FAFD
(245,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC8E9; }

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

This text font color is #AFC8E9.

Background Color

.myBgColor { background-color: #AFC8E9; }

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

This div background color is #AFC8E9.

Border color

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

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

This div border color is #AFC8E9.

Opacity

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

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

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

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

This text has shadow with #AFC8E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC8E9.

Preview

Color preview on black background

This text has color #AFC8E9 on black background.


Color preview on white background

This text has color #AFC8E9 on white background.


Black color preview on #AFC8E9 background

This text has black color on #AFC8E9 background.


White color preview on #AFC8E9 background

This text has white color on #AFC8E9 background.


Related colors

Complementary color

Complementary color for #hex is #503716.


I love getcolorcode.com

Triadic colors

1 #E9AFC8 and #C8E9AF with #AFC8E9 are triadic colors.

2 #E9C8AF and #C8AFE9 with #AFC8E9 are triadic colors.