COLOR #AFE1EC

HEX: #AFE1EC
RGB: (175,225,236)

Color info

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

RGB color model

#AFE1EC color RGB value is (175,225,236).

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

RGB channels and saturation

R 175 of 255 = 69%
G 225 of 255 = 88%
B 236 of 255 = 93%

175
225
236

R + G + B ~ 83%. #AFE1EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 225 + 236 = 636 (100%)
R 175 of 636 ~ 27.52%
G 225 of 636 ~ 35.38%
B 236 of 636 ~ 37.11%

%27.52
%35.38
%37.11

CMYK color model

#AFE1EC color CMYK value is (26,5,0,7).

  • cyan value is 25.85%
  • magenta value is 4.66%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(26,5,0,7)
C26M5Y0K7 
(26%,5%,0%,7%)
(0.26/0.05/0.00/0.07)	

CMYK percentages

%25.85
%4.66
%0
%7.45

Codes

Color #AFE1EC in popluar color models

AFE1EC
RGB175225236
HSL191°61.62%80.59%
HSB/HSV191°25.85%92.55%
CMYK25.85%4.66%0.00%
7.45%

Color #AFE1EC in popluar number systems.

HEXAFE1EC
Decimal175225236
Binary101011111110000111101100
Octal257341354

Shades and tints

Shades of #AFE1EC

#AFE1EC
(175,225,236)
#A0CDD7
(160,205,215)
#91B9C2
(145,185,194)
#82A5AD
(130,165,173)
#739198
(115,145,152)
#647D83
(100,125,131)
#55696E
(85,105,110)
#465559
(70,85,89)
#374144
(55,65,68)
#282D2F
(40,45,47)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #AFE1EC

#AFE1EC
(175,225,236)
#B6E3ED
(182,227,237)
#BDE5EE
(189,229,238)
#C4E7EF
(196,231,239)
#CBE9F0
(203,233,240)
#D2EBF1
(210,235,241)
#D9EDF2
(217,237,242)
#E0EFF3
(224,239,243)
#E7F1F4
(231,241,244)
#EEF3F5
(238,243,245)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE1EC; }

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

This text font color is #AFE1EC.


Background Color

.myBgColor { background-color: #AFE1EC; }

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

This div background color is #AFE1EC.


Border color

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

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

This div border color is #AFE1EC.


Opacity

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

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

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

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

This text has shadow with #AFE1EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE1EC on black background.


Color preview on white background

This text has color #AFE1EC on white background.



Black color preview on #AFE1EC background

This text has black color on #AFE1EC background.


White color preview on #AFE1EC background

This text has white color on #AFE1EC background.