COLOR #AFE5EC

HEX: #AFE5EC
RGB: (175,229,236)

Color info

#AFE5EC contains mainly green and blue colors. Web safe color of #AFE5EC is #99CCFF (or #9CF).

RGB color model

#AFE5EC color RGB value is (175,229,236).

  • red value is 175;
  • green value is 229;
  • blue value is 236.
RGB:
(175,229,236)
(69%,90%,93%)

RGB channels and saturation

R 175 of 255 = 69%
G 229 of 255 = 90%
B 236 of 255 = 93%

175
229
236

R + G + B ~ 84%. #AFE5EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 229 + 236 = 640 (100%)
R 175 of 640 ~ 27.34%
G 229 of 640 ~ 35.78%
B 236 of 640 ~ 36.88%

%27.34
%35.78
%36.88

CMYK color model

#AFE5EC color CMYK value is (26,3,0,7).

  • cyan value is 25.85%
  • magenta value is 2.97%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(26,3,0,7)
C26M3Y0K7 
(26%,3%,0%,7%)
(0.26/0.03/0.00/0.07)	

CMYK percentages

%25.85
%2.97
%0
%7.45

Codes

Color #AFE5EC in popluar color models

AFE5EC
RGB175229236
HSL187°61.62%80.59%
HSB/HSV187°25.85%92.55%
CMYK25.85%2.97%0.00%
7.45%

Color #AFE5EC in popluar number systems.

HEXAFE5EC
Decimal175229236
Binary101011111110010111101100
Octal257345354

Shades and tints

Shades of #AFE5EC

#AFE5EC
(175,229,236)
#A0D1D7
(160,209,215)
#91BDC2
(145,189,194)
#82A9AD
(130,169,173)
#739598
(115,149,152)
#648183
(100,129,131)
#556D6E
(85,109,110)
#465959
(70,89,89)
#374544
(55,69,68)
#28312F
(40,49,47)
#191D1A
(25,29,26)
#000000
(0,0,0)

Tints of #AFE5EC

#AFE5EC
(175,229,236)
#B6E7ED
(182,231,237)
#BDE9EE
(189,233,238)
#C4EBEF
(196,235,239)
#CBEDF0
(203,237,240)
#D2EFF1
(210,239,241)
#D9F1F2
(217,241,242)
#E0F3F3
(224,243,243)
#E7F5F4
(231,245,244)
#EEF7F5
(238,247,245)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE5EC color. Also use rgb(175,229,236) instead hex code.

Text Font Color

.myTextColor { color: #AFE5EC; }

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

This text font color is #AFE5EC.


Background Color

.myBgColor { background-color: #AFE5EC; }

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

This div background color is #AFE5EC.


Border color

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

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

This div border color is #AFE5EC.


Opacity

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

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

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

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

This text has shadow with #AFE5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE5EC on black background.


Color preview on white background

This text has color #AFE5EC on white background.



Black color preview on #AFE5EC background

This text has black color on #AFE5EC background.


White color preview on #AFE5EC background

This text has white color on #AFE5EC background.