COLOR #AFE4E9

HEX: #AFE4E9
RGB: (175,228,233)

Color info

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

RGB color model

#AFE4E9 color RGB value is (175,228,233).

  • red value is 175;
  • green value is 228;
  • blue value is 233.
RGB:
(175,228,233)
(69%,89%,91%)

RGB channels and saturation

R 175 of 255 = 69%
G 228 of 255 = 89%
B 233 of 255 = 91%

175
228
233

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

Portions of RGB colors in percentages

R + G + B =
175 + 228 + 233 = 636 (100%)
R 175 of 636 ~ 27.52%
G 228 of 636 ~ 35.85%
B 233 of 636 ~ 36.64%

%27.52
%35.85
%36.64

CMYK color model

#AFE4E9 color CMYK value is (25,2,0,9).

  • cyan value is 24.89%
  • magenta value is 2.15%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(25,2,0,9)
C25M2Y0K9 
(25%,2%,0%,9%)
(0.25/0.02/0.00/0.09)	

CMYK percentages

%24.89
%2.15
%0
%8.63

Codes

Color #AFE4E9 in popluar color models

AFE4E9
RGB175228233
HSL185°56.86%80.00%
HSB/HSV185°24.89%91.37%
CMYK24.89%2.15%0.00%
8.63%

Color #AFE4E9 in popluar number systems.

HEXAFE4E9
Decimal175228233
Binary101011111110010011101001
Octal257344351

Shades and tints

Shades of #AFE4E9

#AFE4E9
(175,228,233)
#A0D0D4
(160,208,212)
#91BCBF
(145,188,191)
#82A8AA
(130,168,170)
#739495
(115,148,149)
#648080
(100,128,128)
#556C6B
(85,108,107)
#465856
(70,88,86)
#374441
(55,68,65)
#28302C
(40,48,44)
#191C17
(25,28,23)
#000000
(0,0,0)

Tints of #AFE4E9

#AFE4E9
(175,228,233)
#B6E6EB
(182,230,235)
#BDE8ED
(189,232,237)
#C4EAEF
(196,234,239)
#CBECF1
(203,236,241)
#D2EEF3
(210,238,243)
#D9F0F5
(217,240,245)
#E0F2F7
(224,242,247)
#E7F4F9
(231,244,249)
#EEF6FB
(238,246,251)
#F5F8FD
(245,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE4E9 color. Also use rgb(175,228,233) instead hex code.

Text Font Color

.myTextColor { color: #AFE4E9; }

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

This text font color is #AFE4E9.


Background Color

.myBgColor { background-color: #AFE4E9; }

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

This div background color is #AFE4E9.


Border color

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

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

This div border color is #AFE4E9.


Opacity

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

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

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

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

This text has shadow with #AFE4E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE4E9 on black background.


Color preview on white background

This text has color #AFE4E9 on white background.



Black color preview on #AFE4E9 background

This text has black color on #AFE4E9 background.


White color preview on #AFE4E9 background

This text has white color on #AFE4E9 background.