COLOR #AFE9EB

HEX: #AFE9EB
RGB: (175,233,235)

Color info

#AFE9EB contains mainly green and blue colors. Web safe color of #AFE9EB is #99FFFF (or #9FF).

RGB color model

#AFE9EB color RGB value is (175,233,235).

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

RGB channels and saturation

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

175
233
235

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

Portions of RGB colors in percentages

R + G + B =
175 + 233 + 235 = 643 (100%)
R 175 of 643 ~ 27.22%
G 233 of 643 ~ 36.24%
B 235 of 643 ~ 36.55%

%27.22
%36.24
%36.55

CMYK color model

#AFE9EB color CMYK value is (26,1,0,8).

  • cyan value is 25.53%
  • magenta value is 0.85%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(26,1,0,8)
C26M1Y0K8 
(26%,1%,0%,8%)
(0.26/0.01/0.00/0.08)	

CMYK percentages

%25.53
%0.85
%0
%7.84

Codes

Color #AFE9EB in popluar color models

AFE9EB
RGB175233235
HSL182°60.00%80.39%
HSB/HSV182°25.53%92.16%
CMYK25.53%0.85%0.00%
7.84%

Color #AFE9EB in popluar number systems.

HEXAFE9EB
Decimal175233235
Binary101011111110100111101011
Octal257351353

Shades and tints

Shades of #AFE9EB

#AFE9EB
(175,233,235)
#A0D4D6
(160,212,214)
#91BFC1
(145,191,193)
#82AAAC
(130,170,172)
#739597
(115,149,151)
#648082
(100,128,130)
#556B6D
(85,107,109)
#465658
(70,86,88)
#374143
(55,65,67)
#282C2E
(40,44,46)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #AFE9EB

#AFE9EB
(175,233,235)
#B6EBEC
(182,235,236)
#BDEDED
(189,237,237)
#C4EFEE
(196,239,238)
#CBF1EF
(203,241,239)
#D2F3F0
(210,243,240)
#D9F5F1
(217,245,241)
#E0F7F2
(224,247,242)
#E7F9F3
(231,249,243)
#EEFBF4
(238,251,244)
#F5FDF5
(245,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE9EB; }

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

This text font color is #AFE9EB.


Background Color

.myBgColor { background-color: #AFE9EB; }

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

This div background color is #AFE9EB.


Border color

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

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

This div border color is #AFE9EB.


Opacity

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

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

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

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

This text has shadow with #AFE9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE9EB on black background.


Color preview on white background

This text has color #AFE9EB on white background.



Black color preview on #AFE9EB background

This text has black color on #AFE9EB background.


White color preview on #AFE9EB background

This text has white color on #AFE9EB background.