COLOR #AFD1EA

HEX: #AFD1EA RGB: (175,209,234)

Color info

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

RGB color model

#AFD1EA color RGB value is (175,209,234).

RGB: (175,209,234) (69%, 82%, 92%)

RGB channels and saturation

R 175 of 255 = 69%
G 209 of 255 = 82%
B 234 of 255 = 92%

175
209
234

R + G + B ~ 81%. #AFD1EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 209 + 234 = 618 (100%)
R 175 of 618 ~ 28.32%
G 209 of 618 ~ 33.82%
B 234 of 618 ~ 37.86'%

%28.32
%33.82
%37.86

CMYK color model

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

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

CMYK: (25,11,0,8)
C25M11Y0K8 (25%, 11%, 0%, 8%)
(0.25 / 0.11 / 0.00 / 0.08)

CMYK percentages

%25.21
%10.68
%0
%8.24

Codes

Color #AFD1EA in popluar color models

AF D1 EA
RGB 175 209 234
HSL 205° 58.42% 80.20%
HSB/HSV 205° 25.21% 91.76%
CMYK 25.21% 10.68% 0.00%
8.24%

Color #AFD1EA in popluar number systems.

HEX AF D1 EA
Decimal 175 209 234
Binary 10101111 11010001 11101010
Octal 257 321 352

Shades and tints

Shades of #AFD1EA

#AFD1EA
(175,209,234)
#A0BED5
(160,190,213)
#91ABC0
(145,171,192)
#8298AB
(130,152,171)
#738596
(115,133,150)
#647281
(100,114,129)
#555F6C
(85,95,108)
#464C57
(70,76,87)
#373942
(55,57,66)
#28262D
(40,38,45)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #AFD1EA

#AFD1EA
(175,209,234)
#B6D5EB
(182,213,235)
#BDD9EC
(189,217,236)
#C4DDED
(196,221,237)
#CBE1EE
(203,225,238)
#D2E5EF
(210,229,239)
#D9E9F0
(217,233,240)
#E0EDF1
(224,237,241)
#E7F1F2
(231,241,242)
#EEF5F3
(238,245,243)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD1EA; }

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

This text font color is #AFD1EA.

Background Color

.myBgColor { background-color: #AFD1EA; }

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

This div background color is #AFD1EA.

Border color

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

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

This div border color is #AFD1EA.

Opacity

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

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

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

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

This text has shadow with #AFD1EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFD1EA.

Preview

Color preview on black background

This text has color #AFD1EA on black background.


Color preview on white background

This text has color #AFD1EA on white background.


Black color preview on #AFD1EA background

This text has black color on #AFD1EA background.


White color preview on #AFD1EA background

This text has white color on #AFD1EA background.


Related colors

Complementary color

Complementary color for #hex is #502E15.


I love getcolorcode.com

Triadic colors

1 #EAAFD1 and #D1EAAF with #AFD1EA are triadic colors.

2 #EAD1AF and #D1AFEA with #AFD1EA are triadic colors.