COLOR #AFE1E5

HEX: #AFE1E5
RGB: (175,225,229)

Color info

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

RGB color model

#AFE1E5 color RGB value is (175,225,229).

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

RGB channels and saturation

R 175 of 255 = 69%
G 225 of 255 = 88%
B 229 of 255 = 90%

175
225
229

R + G + B ~ 82%. #AFE1E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 225 + 229 = 629 (100%)
R 175 of 629 ~ 27.82%
G 225 of 629 ~ 35.77%
B 229 of 629 ~ 36.41%

%27.82
%35.77
%36.41

CMYK color model

#AFE1E5 color CMYK value is (24,2,0,10).

  • cyan value is 23.58%
  • magenta value is 1.75%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(24,2,0,10)
C24M2Y0K10 
(24%,2%,0%,10%)
(0.24/0.02/0.00/0.10)	

CMYK percentages

%23.58
%1.75
%0
%10.2

Codes

Color #AFE1E5 in popluar color models

AFE1E5
RGB175225229
HSL184°50.94%79.22%
HSB/HSV184°23.58%89.80%
CMYK23.58%1.75%0.00%
10.20%

Color #AFE1E5 in popluar number systems.

HEXAFE1E5
Decimal175225229
Binary101011111110000111100101
Octal257341345

Shades and tints

Shades of #AFE1E5

#AFE1E5
(175,225,229)
#A0CDD1
(160,205,209)
#91B9BD
(145,185,189)
#82A5A9
(130,165,169)
#739195
(115,145,149)
#647D81
(100,125,129)
#55696D
(85,105,109)
#465559
(70,85,89)
#374145
(55,65,69)
#282D31
(40,45,49)
#19191D
(25,25,29)
#000000
(0,0,0)

Tints of #AFE1E5

#AFE1E5
(175,225,229)
#B6E3E7
(182,227,231)
#BDE5E9
(189,229,233)
#C4E7EB
(196,231,235)
#CBE9ED
(203,233,237)
#D2EBEF
(210,235,239)
#D9EDF1
(217,237,241)
#E0EFF3
(224,239,243)
#E7F1F5
(231,241,245)
#EEF3F7
(238,243,247)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE1E5; }

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

This text font color is #AFE1E5.


Background Color

.myBgColor { background-color: #AFE1E5; }

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

This div background color is #AFE1E5.


Border color

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

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

This div border color is #AFE1E5.


Opacity

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

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

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

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

This text has shadow with #AFE1E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE1E5 on black background.


Color preview on white background

This text has color #AFE1E5 on white background.



Black color preview on #AFE1E5 background

This text has black color on #AFE1E5 background.


White color preview on #AFE1E5 background

This text has white color on #AFE1E5 background.