COLOR #AFC8E3

HEX: #AFC8E3 RGB: (175,200,227)

Color info

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

RGB color model

#AFC8E3 color RGB value is (175,200,227).

RGB: (175,200,227) (69%, 78%, 89%)

RGB channels and saturation

R 175 of 255 = 69%
G 200 of 255 = 78%
B 227 of 255 = 89%

175
200
227

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

Portions of RGB colors in percentages

R + G + B = 175 + 200 + 227 = 602 (100%)
R 175 of 602 ~ 29.07%
G 200 of 602 ~ 33.22%
B 227 of 602 ~ 37.71'%

%29.07
%33.22
%37.71

CMYK color model

#AFC8E3 color CMYK value is (23,12,0,11).

  • cyan value is 22.91%
  • magenta value is 11.89%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (23,12,0,11)
C23M12Y0K11 (23%, 12%, 0%, 11%)
(0.23 / 0.12 / 0.00 / 0.11)

CMYK percentages

%22.91
%11.89
%0
%10.98

Codes

Color #AFC8E3 in popluar color models

AF C8 E3
RGB 175 200 227
HSL 211° 48.15% 78.82%
HSB/HSV 211° 22.91% 89.02%
CMYK 22.91% 11.89% 0.00%
10.98%

Color #AFC8E3 in popluar number systems.

HEX AF C8 E3
Decimal 175 200 227
Binary 10101111 11001000 11100011
Octal 257 310 343

Shades and tints

Shades of #AFC8E3

#AFC8E3
(175,200,227)
#A0B6CF
(160,182,207)
#91A4BB
(145,164,187)
#8292A7
(130,146,167)
#738093
(115,128,147)
#646E7F
(100,110,127)
#555C6B
(85,92,107)
#464A57
(70,74,87)
#373843
(55,56,67)
#28262F
(40,38,47)
#19141B
(25,20,27)
#000000
(0,0,0)

Tints of #AFC8E3

#AFC8E3
(175,200,227)
#B6CDE5
(182,205,229)
#BDD2E7
(189,210,231)
#C4D7E9
(196,215,233)
#CBDCEB
(203,220,235)
#D2E1ED
(210,225,237)
#D9E6EF
(217,230,239)
#E0EBF1
(224,235,241)
#E7F0F3
(231,240,243)
#EEF5F5
(238,245,245)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC8E3; }

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

This text font color is #AFC8E3.

Background Color

.myBgColor { background-color: #AFC8E3; }

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

This div background color is #AFC8E3.

Border color

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

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

This div border color is #AFC8E3.

Opacity

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

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

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

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

This text has shadow with #AFC8E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC8E3.

Preview

Color preview on black background

This text has color #AFC8E3 on black background.


Color preview on white background

This text has color #AFC8E3 on white background.


Black color preview on #AFC8E3 background

This text has black color on #AFC8E3 background.


White color preview on #AFC8E3 background

This text has white color on #AFC8E3 background.


Related colors

Complementary color

Complementary color for #hex is #50371C.


I love getcolorcode.com

Triadic colors

1 #E3AFC8 and #C8E3AF with #AFC8E3 are triadic colors.

2 #E3C8AF and #C8AFE3 with #AFC8E3 are triadic colors.