COLOR #AFE5E9

HEX: #AFE5E9 RGB: (175,229,233)

Color info

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

RGB color model

#AFE5E9 color RGB value is (175,229,233).

RGB: (175,229,233) (69%, 90%, 91%)

RGB channels and saturation

R 175 of 255 = 69%
G 229 of 255 = 90%
B 233 of 255 = 91%

175
229
233

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

Portions of RGB colors in percentages

R + G + B = 175 + 229 + 233 = 637 (100%)
R 175 of 637 ~ 27.47%
G 229 of 637 ~ 35.95%
B 233 of 637 ~ 36.58'%

%27.47
%35.95
%36.58

CMYK color model

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

  • cyan value is 24.89%
  • magenta value is 1.72%
  • 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
%1.72
%0
%8.63

Codes

Color #AFE5E9 in popluar color models

AF E5 E9
RGB 175 229 233
HSL 184° 56.86% 80.00%
HSB/HSV 184° 24.89% 91.37%
CMYK 24.89% 1.72% 0.00%
8.63%

Color #AFE5E9 in popluar number systems.

HEX AF E5 E9
Decimal 175 229 233
Binary 10101111 11100101 11101001
Octal 257 345 351

Shades and tints

Shades of #AFE5E9

#AFE5E9
(175,229,233)
#A0D1D4
(160,209,212)
#91BDBF
(145,189,191)
#82A9AA
(130,169,170)
#739595
(115,149,149)
#648180
(100,129,128)
#556D6B
(85,109,107)
#465956
(70,89,86)
#374541
(55,69,65)
#28312C
(40,49,44)
#191D17
(25,29,23)
#000000
(0,0,0)

Tints of #AFE5E9

#AFE5E9
(175,229,233)
#B6E7EB
(182,231,235)
#BDE9ED
(189,233,237)
#C4EBEF
(196,235,239)
#CBEDF1
(203,237,241)
#D2EFF3
(210,239,243)
#D9F1F5
(217,241,245)
#E0F3F7
(224,243,247)
#E7F5F9
(231,245,249)
#EEF7FB
(238,247,251)
#F5F9FD
(245,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE5E9; }

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

This text font color is #AFE5E9.

Background Color

.myBgColor { background-color: #AFE5E9; }

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

This div background color is #AFE5E9.

Border color

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

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

This div border color is #AFE5E9.

Opacity

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

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

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

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

This text has shadow with #AFE5E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFE5E9.

Preview

Color preview on black background

This text has color #AFE5E9 on black background.


Color preview on white background

This text has color #AFE5E9 on white background.


Black color preview on #AFE5E9 background

This text has black color on #AFE5E9 background.


White color preview on #AFE5E9 background

This text has white color on #AFE5E9 background.


Related colors

Complementary color

Complementary color for #hex is #501A16.


I love getcolorcode.com

Triadic colors

1 #E9AFE5 and #E5E9AF with #AFE5E9 are triadic colors.

2 #E9E5AF and #E5AFE9 with #AFE5E9 are triadic colors.