COLOR #AFD9EA

HEX: #AFD9EA RGB: (175,217,234)

Color info

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

RGB color model

#AFD9EA color RGB value is (175,217,234).

RGB: (175,217,234) (69%, 85%, 92%)

RGB channels and saturation

R 175 of 255 = 69%
G 217 of 255 = 85%
B 234 of 255 = 92%

175
217
234

R + G + B ~ 82%. #AFD9EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 217 + 234 = 626 (100%)
R 175 of 626 ~ 27.96%
G 217 of 626 ~ 34.66%
B 234 of 626 ~ 37.38'%

%27.96
%34.66
%37.38

CMYK color model

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

  • cyan value is 25.21%
  • magenta value is 7.26%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (25,7,0,8)
C25M7Y0K8 (25%, 7%, 0%, 8%)
(0.25 / 0.07 / 0.00 / 0.08)

CMYK percentages

%25.21
%7.26
%0
%8.24

Codes

Color #AFD9EA in popluar color models

AF D9 EA
RGB 175 217 234
HSL 197° 58.42% 80.20%
HSB/HSV 197° 25.21% 91.76%
CMYK 25.21% 7.26% 0.00%
8.24%

Color #AFD9EA in popluar number systems.

HEX AF D9 EA
Decimal 175 217 234
Binary 10101111 11011001 11101010
Octal 257 331 352

Shades and tints

Shades of #AFD9EA

#AFD9EA
(175,217,234)
#A0C6D5
(160,198,213)
#91B3C0
(145,179,192)
#82A0AB
(130,160,171)
#738D96
(115,141,150)
#647A81
(100,122,129)
#55676C
(85,103,108)
#465457
(70,84,87)
#374142
(55,65,66)
#282E2D
(40,46,45)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #AFD9EA

#AFD9EA
(175,217,234)
#B6DCEB
(182,220,235)
#BDDFEC
(189,223,236)
#C4E2ED
(196,226,237)
#CBE5EE
(203,229,238)
#D2E8EF
(210,232,239)
#D9EBF0
(217,235,240)
#E0EEF1
(224,238,241)
#E7F1F2
(231,241,242)
#EEF4F3
(238,244,243)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD9EA; }

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

This text font color is #AFD9EA.

Background Color

.myBgColor { background-color: #AFD9EA; }

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

This div background color is #AFD9EA.

Border color

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

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

This div border color is #AFD9EA.

Opacity

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

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

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

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

This text has shadow with #AFD9EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFD9EA.

Preview

Color preview on black background

This text has color #AFD9EA on black background.


Color preview on white background

This text has color #AFD9EA on white background.


Black color preview on #AFD9EA background

This text has black color on #AFD9EA background.


White color preview on #AFD9EA background

This text has white color on #AFD9EA background.


Related colors

Complementary color

Complementary color for #hex is #502615.


I love getcolorcode.com

Triadic colors

1 #EAAFD9 and #D9EAAF with #AFD9EA are triadic colors.

2 #EAD9AF and #D9AFEA with #AFD9EA are triadic colors.