COLOR #AFCBE7

HEX: #AFCBE7 RGB: (175,203,231)

Color info

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

RGB color model

#AFCBE7 color RGB value is (175,203,231).

RGB: (175,203,231) (69%, 80%, 91%)

RGB channels and saturation

R 175 of 255 = 69%
G 203 of 255 = 80%
B 231 of 255 = 91%

175
203
231

R + G + B ~ 80%. #AFCBE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 203 + 231 = 609 (100%)
R 175 of 609 ~ 28.74%
G 203 of 609 ~ 33.33%
B 231 of 609 ~ 37.93'%

%28.74
%33.33
%37.93

CMYK color model

#AFCBE7 color CMYK value is (24,12,0,9).

  • cyan value is 24.24%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (24,12,0,9)
C24M12Y0K9 (24%, 12%, 0%, 9%)
(0.24 / 0.12 / 0.00 / 0.09)

CMYK percentages

%24.24
%12.12
%0
%9.41

Codes

Color #AFCBE7 in popluar color models

AF CB E7
RGB 175 203 231
HSL 210° 53.85% 79.61%
HSB/HSV 210° 24.24% 90.59%
CMYK 24.24% 12.12% 0.00%
9.41%

Color #AFCBE7 in popluar number systems.

HEX AF CB E7
Decimal 175 203 231
Binary 10101111 11001011 11100111
Octal 257 313 347

Shades and tints

Shades of #AFCBE7

#AFCBE7
(175,203,231)
#A0B9D2
(160,185,210)
#91A7BD
(145,167,189)
#8295A8
(130,149,168)
#738393
(115,131,147)
#64717E
(100,113,126)
#555F69
(85,95,105)
#464D54
(70,77,84)
#373B3F
(55,59,63)
#28292A
(40,41,42)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #AFCBE7

#AFCBE7
(175,203,231)
#B6CFE9
(182,207,233)
#BDD3EB
(189,211,235)
#C4D7ED
(196,215,237)
#CBDBEF
(203,219,239)
#D2DFF1
(210,223,241)
#D9E3F3
(217,227,243)
#E0E7F5
(224,231,245)
#E7EBF7
(231,235,247)
#EEEFF9
(238,239,249)
#F5F3FB
(245,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFCBE7 color. Also use rgb(175,203,231) instead hex code.

Text Font Color

.myTextColor { color: #AFCBE7; }

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

This text font color is #AFCBE7.

Background Color

.myBgColor { background-color: #AFCBE7; }

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

This div background color is #AFCBE7.

Border color

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

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

This div border color is #AFCBE7.

Opacity

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

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

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

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

This text has shadow with #AFCBE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCBE7.

Preview

Color preview on black background

This text has color #AFCBE7 on black background.


Color preview on white background

This text has color #AFCBE7 on white background.


Black color preview on #AFCBE7 background

This text has black color on #AFCBE7 background.


White color preview on #AFCBE7 background

This text has white color on #AFCBE7 background.


Related colors

Complementary color

Complementary color for #hex is #503418.


I love getcolorcode.com

Triadic colors

1 #E7AFCB and #CBE7AF with #AFCBE7 are triadic colors.

2 #E7CBAF and #CBAFE7 with #AFCBE7 are triadic colors.