COLOR #AFE9E0

HEX: #AFE9E0 RGB: (175,233,224)

Color info

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

RGB color model

#AFE9E0 color RGB value is (175,233,224).

RGB: (175,233,224) (69%, 91%, 88%)

RGB channels and saturation

R 175 of 255 = 69%
G 233 of 255 = 91%
B 224 of 255 = 88%

175
233
224

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

Portions of RGB colors in percentages

R + G + B = 175 + 233 + 224 = 632 (100%)
R 175 of 632 ~ 27.69%
G 233 of 632 ~ 36.87%
B 224 of 632 ~ 35.44'%

%27.69
%36.87
%35.44

CMYK color model

#AFE9E0 color CMYK value is (25,0,4,9).

  • cyan value is 24.89%
  • magenta value is 0.00%
  • yellow value is 3.86%
  • key color value is 8.63%
CMYK: (25,0,4,9) C25M0Y4K9 (25%,0%,4%,9%) (0.25/0.00/0.04/0.09) 

CMYK percentages

%24.89
%0
%3.86
%8.63

Codes

Color #AFE9E0 in popluar color models

AF E9 E0
RGB 175 233 224
HSL 171° 56.86% 80.00%
HSB/HSV 171° 24.89% 91.37%
CMYK 24.89% 0.00% 3.86%
8.63%

Color #AFE9E0 in popluar number systems.

HEX AF E9 E0
Decimal 175 233 224
Binary 10101111 11101001 11100000
Octal 257 351 340

Shades and tints

Shades of #AFE9E0

#AFE9E0
(175,233,224)
#A0D4CC
(160,212,204)
#91BFB8
(145,191,184)
#82AAA4
(130,170,164)
#739590
(115,149,144)
#64807C
(100,128,124)
#556B68
(85,107,104)
#465654
(70,86,84)
#374140
(55,65,64)
#282C2C
(40,44,44)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #AFE9E0

#AFE9E0
(175,233,224)
#B6EBE2
(182,235,226)
#BDEDE4
(189,237,228)
#C4EFE6
(196,239,230)
#CBF1E8
(203,241,232)
#D2F3EA
(210,243,234)
#D9F5EC
(217,245,236)
#E0F7EE
(224,247,238)
#E7F9F0
(231,249,240)
#EEFBF2
(238,251,242)
#F5FDF4
(245,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE9E0; }

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

This text font color is #AFE9E0.

Background Color

.myBgColor { background-color: #AFE9E0; }

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

This div background color is #AFE9E0.

Border color

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

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

This div border color is #AFE9E0.

Opacity

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

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

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

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

This text has shadow with #AFE9E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFE9E0.

Preview

Color preview on black background

This text has color #AFE9E0 on black background.


Color preview on white background

This text has color #AFE9E0 on white background.


Black color preview on #AFE9E0 background

This text has black color on #AFE9E0 background.


White color preview on #AFE9E0 background

This text has white color on #AFE9E0 background.


Related colors

Complementary color

Complementary color for #hex is #50161F.


I love getcolorcode.com

Triadic colors

1 #E0AFE9 and #E9E0AF with #AFE9E0 are triadic colors.

2 #E0E9AF and #E9AFE0 with #AFE9E0 are triadic colors.