COLOR #ADD8F2

HEX: #ADD8F2 RGB: (173,216,242)

Color info

#ADD8F2 contains mainly green and blue colors. Web safe color of #ADD8F2 is #99CCFF (or #9CF).

RGB color model

#ADD8F2 color RGB value is (173,216,242).

RGB: (173,216,242) (68%, 85%, 95%)

RGB channels and saturation

R 173 of 255 = 68%
G 216 of 255 = 85%
B 242 of 255 = 95%

173
216
242

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

Portions of RGB colors in percentages

R + G + B = 173 + 216 + 242 = 631 (100%)
R 173 of 631 ~ 27.42%
G 216 of 631 ~ 34.23%
B 242 of 631 ~ 38.35'%

%27.42
%34.23
%38.35

CMYK color model

#ADD8F2 color CMYK value is (29,11,0,5).

  • cyan value is 28.51%
  • magenta value is 10.74%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (29,11,0,5)
C29M11Y0K5 (29%, 11%, 0%, 5%)
(0.29 / 0.11 / 0.00 / 0.05)

CMYK percentages

%28.51
%10.74
%0
%5.1

Codes

Color #ADD8F2 in popluar color models

AD D8 F2
RGB 173 216 242
HSL 203° 72.63% 81.37%
HSB/HSV 203° 28.51% 94.90%
CMYK 28.51% 10.74% 0.00%
5.10%

Color #ADD8F2 in popluar number systems.

HEX AD D8 F2
Decimal 173 216 242
Binary 10101101 11011000 11110010
Octal 255 330 362

Shades and tints

Shades of #ADD8F2

#ADD8F2
(173,216,242)
#9EC5DC
(158,197,220)
#8FB2C6
(143,178,198)
#809FB0
(128,159,176)
#718C9A
(113,140,154)
#627984
(98,121,132)
#53666E
(83,102,110)
#445358
(68,83,88)
#354042
(53,64,66)
#262D2C
(38,45,44)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #ADD8F2

#ADD8F2
(173,216,242)
#B4DBF3
(180,219,243)
#BBDEF4
(187,222,244)
#C2E1F5
(194,225,245)
#C9E4F6
(201,228,246)
#D0E7F7
(208,231,247)
#D7EAF8
(215,234,248)
#DEEDF9
(222,237,249)
#E5F0FA
(229,240,250)
#ECF3FB
(236,243,251)
#F3F6FC
(243,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD8F2 color. Also use rgb(173,216,242) instead hex code.

Text Font Color

.myTextColor { color: #ADD8F2; }

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

This text font color is #ADD8F2.

Background Color

.myBgColor { background-color: #ADD8F2; }

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

This div background color is #ADD8F2.

Border color

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

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

This div border color is #ADD8F2.

Opacity

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

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

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

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

This text has shadow with #ADD8F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD8F2.

Preview

Color preview on black background

This text has color #ADD8F2 on black background.


Color preview on white background

This text has color #ADD8F2 on white background.


Black color preview on #ADD8F2 background

This text has black color on #ADD8F2 background.


White color preview on #ADD8F2 background

This text has white color on #ADD8F2 background.


Related colors

Complementary color

Complementary color for #hex is #52270D.


I love getcolorcode.com

Triadic colors

1 #F2ADD8 and #D8F2AD with #ADD8F2 are triadic colors.

2 #F2D8AD and #D8ADF2 with #ADD8F2 are triadic colors.