COLOR #AFCFE7

HEX: #AFCFE7
RGB: (175,207,231)

Color info

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

RGB color model

#AFCFE7 color RGB value is (175,207,231).

  • red value is 175;
  • green value is 207;
  • blue value is 231.
RGB:
(175,207,231)
(69%,81%,91%)

RGB channels and saturation

R 175 of 255 = 69%
G 207 of 255 = 81%
B 231 of 255 = 91%

175
207
231

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

Portions of RGB colors in percentages

R + G + B =
175 + 207 + 231 = 613 (100%)
R 175 of 613 ~ 28.55%
G 207 of 613 ~ 33.77%
B 231 of 613 ~ 37.68%

%28.55
%33.77
%37.68

CMYK color model

#AFCFE7 color CMYK value is (24,10,0,9).

  • cyan value is 24.24%
  • magenta value is 10.39%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(24,10,0,9)
C24M10Y0K9 
(24%,10%,0%,9%)
(0.24/0.10/0.00/0.09)	

CMYK percentages

%24.24
%10.39
%0
%9.41

Codes

Color #AFCFE7 in popluar color models

AFCFE7
RGB175207231
HSL206°53.85%79.61%
HSB/HSV206°24.24%90.59%
CMYK24.24%10.39%0.00%
9.41%

Color #AFCFE7 in popluar number systems.

HEXAFCFE7
Decimal175207231
Binary101011111100111111100111
Octal257317347

Shades and tints

Shades of #AFCFE7

#AFCFE7
(175,207,231)
#A0BDD2
(160,189,210)
#91ABBD
(145,171,189)
#8299A8
(130,153,168)
#738793
(115,135,147)
#64757E
(100,117,126)
#556369
(85,99,105)
#465154
(70,81,84)
#373F3F
(55,63,63)
#282D2A
(40,45,42)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #AFCFE7

#AFCFE7
(175,207,231)
#B6D3E9
(182,211,233)
#BDD7EB
(189,215,235)
#C4DBED
(196,219,237)
#CBDFEF
(203,223,239)
#D2E3F1
(210,227,241)
#D9E7F3
(217,231,243)
#E0EBF5
(224,235,245)
#E7EFF7
(231,239,247)
#EEF3F9
(238,243,249)
#F5F7FB
(245,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCFE7; }

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

This text font color is #AFCFE7.


Background Color

.myBgColor { background-color: #AFCFE7; }

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

This div background color is #AFCFE7.


Border color

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

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

This div border color is #AFCFE7.


Opacity

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

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

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

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

This text has shadow with #AFCFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCFE7 on black background.


Color preview on white background

This text has color #AFCFE7 on white background.



Black color preview on #AFCFE7 background

This text has black color on #AFCFE7 background.


White color preview on #AFCFE7 background

This text has white color on #AFCFE7 background.