COLOR #AFE9EA

HEX: #AFE9EA
RGB: (175,233,234)

Color info

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

RGB color model

#AFE9EA color RGB value is (175,233,234).

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

RGB channels and saturation

R 175 of 255 = 69%
G 233 of 255 = 91%
B 234 of 255 = 92%

175
233
234

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

Portions of RGB colors in percentages

R + G + B =
175 + 233 + 234 = 642 (100%)
R 175 of 642 ~ 27.26%
G 233 of 642 ~ 36.29%
B 234 of 642 ~ 36.45%

%27.26
%36.29
%36.45

CMYK color model

#AFE9EA color CMYK value is (25,0,0,8).

  • cyan value is 25.21%
  • magenta value is 0.43%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(25,0,0,8)
C25M0Y0K8 
(25%,0%,0%,8%)
(0.25/0.00/0.00/0.08)	

CMYK percentages

%25.21
%0.43
%0
%8.24

Codes

Color #AFE9EA in popluar color models

AFE9EA
RGB175233234
HSL181°58.42%80.20%
HSB/HSV181°25.21%91.76%
CMYK25.21%0.43%0.00%
8.24%

Color #AFE9EA in popluar number systems.

HEXAFE9EA
Decimal175233234
Binary101011111110100111101010
Octal257351352

Shades and tints

Shades of #AFE9EA

#AFE9EA
(175,233,234)
#A0D4D5
(160,212,213)
#91BFC0
(145,191,192)
#82AAAB
(130,170,171)
#739596
(115,149,150)
#648081
(100,128,129)
#556B6C
(85,107,108)
#465657
(70,86,87)
#374142
(55,65,66)
#282C2D
(40,44,45)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #AFE9EA

#AFE9EA
(175,233,234)
#B6EBEB
(182,235,235)
#BDEDEC
(189,237,236)
#C4EFED
(196,239,237)
#CBF1EE
(203,241,238)
#D2F3EF
(210,243,239)
#D9F5F0
(217,245,240)
#E0F7F1
(224,247,241)
#E7F9F2
(231,249,242)
#EEFBF3
(238,251,243)
#F5FDF4
(245,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE9EA; }

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

This text font color is #AFE9EA.


Background Color

.myBgColor { background-color: #AFE9EA; }

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

This div background color is #AFE9EA.


Border color

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

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

This div border color is #AFE9EA.


Opacity

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

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

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

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

This text has shadow with #AFE9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE9EA on black background.


Color preview on white background

This text has color #AFE9EA on white background.



Black color preview on #AFE9EA background

This text has black color on #AFE9EA background.


White color preview on #AFE9EA background

This text has white color on #AFE9EA background.