COLOR #AFD7E3

HEX: #AFD7E3
RGB: (175,215,227)

Color info

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

RGB color model

#AFD7E3 color RGB value is (175,215,227).

  • red value is 175;
  • green value is 215;
  • blue value is 227.
RGB:
(175,215,227)
(69%,84%,89%)

RGB channels and saturation

R 175 of 255 = 69%
G 215 of 255 = 84%
B 227 of 255 = 89%

175
215
227

R + G + B ~ 81%. #AFD7E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 215 + 227 = 617 (100%)
R 175 of 617 ~ 28.36%
G 215 of 617 ~ 34.85%
B 227 of 617 ~ 36.79%

%28.36
%34.85
%36.79

CMYK color model

#AFD7E3 color CMYK value is (23,5,0,11).

  • cyan value is 22.91%
  • magenta value is 5.29%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(23,5,0,11)
C23M5Y0K11 
(23%,5%,0%,11%)
(0.23/0.05/0.00/0.11)	

CMYK percentages

%22.91
%5.29
%0
%10.98

Codes

Color #AFD7E3 in popluar color models

AFD7E3
RGB175215227
HSL194°48.15%78.82%
HSB/HSV194°22.91%89.02%
CMYK22.91%5.29%0.00%
10.98%

Color #AFD7E3 in popluar number systems.

HEXAFD7E3
Decimal175215227
Binary101011111101011111100011
Octal257327343

Shades and tints

Shades of #AFD7E3

#AFD7E3
(175,215,227)
#A0C4CF
(160,196,207)
#91B1BB
(145,177,187)
#829EA7
(130,158,167)
#738B93
(115,139,147)
#64787F
(100,120,127)
#55656B
(85,101,107)
#465257
(70,82,87)
#373F43
(55,63,67)
#282C2F
(40,44,47)
#19191B
(25,25,27)
#000000
(0,0,0)

Tints of #AFD7E3

#AFD7E3
(175,215,227)
#B6DAE5
(182,218,229)
#BDDDE7
(189,221,231)
#C4E0E9
(196,224,233)
#CBE3EB
(203,227,235)
#D2E6ED
(210,230,237)
#D9E9EF
(217,233,239)
#E0ECF1
(224,236,241)
#E7EFF3
(231,239,243)
#EEF2F5
(238,242,245)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD7E3; }

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

This text font color is #AFD7E3.


Background Color

.myBgColor { background-color: #AFD7E3; }

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

This div background color is #AFD7E3.


Border color

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

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

This div border color is #AFD7E3.


Opacity

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

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

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

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

This text has shadow with #AFD7E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD7E3 on black background.


Color preview on white background

This text has color #AFD7E3 on white background.



Black color preview on #AFD7E3 background

This text has black color on #AFD7E3 background.


White color preview on #AFD7E3 background

This text has white color on #AFD7E3 background.