COLOR #ADD7F2

HEX: #ADD7F2 RGB: (173,215,242)

Color info

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

RGB color model

#ADD7F2 color RGB value is (173,215,242).

RGB: (173,215,242) (68%, 84%, 95%)

RGB channels and saturation

R 173 of 255 = 68%
G 215 of 255 = 84%
B 242 of 255 = 95%

173
215
242

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

Portions of RGB colors in percentages

R + G + B = 173 + 215 + 242 = 630 (100%)
R 173 of 630 ~ 27.46%
G 215 of 630 ~ 34.13%
B 242 of 630 ~ 38.41'%

%27.46
%34.13
%38.41

CMYK color model

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

  • cyan value is 28.51%
  • magenta value is 11.16%
  • 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
%11.16
%0
%5.1

Codes

Color #ADD7F2 in popluar color models

AD D7 F2
RGB 173 215 242
HSL 203° 72.63% 81.37%
HSB/HSV 203° 28.51% 94.90%
CMYK 28.51% 11.16% 0.00%
5.10%

Color #ADD7F2 in popluar number systems.

HEX AD D7 F2
Decimal 173 215 242
Binary 10101101 11010111 11110010
Octal 255 327 362

Shades and tints

Shades of #ADD7F2

#ADD7F2
(173,215,242)
#9EC4DC
(158,196,220)
#8FB1C6
(143,177,198)
#809EB0
(128,158,176)
#718B9A
(113,139,154)
#627884
(98,120,132)
#53656E
(83,101,110)
#445258
(68,82,88)
#353F42
(53,63,66)
#262C2C
(38,44,44)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #ADD7F2

#ADD7F2
(173,215,242)
#B4DAF3
(180,218,243)
#BBDDF4
(187,221,244)
#C2E0F5
(194,224,245)
#C9E3F6
(201,227,246)
#D0E6F7
(208,230,247)
#D7E9F8
(215,233,248)
#DEECF9
(222,236,249)
#E5EFFA
(229,239,250)
#ECF2FB
(236,242,251)
#F3F5FC
(243,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD7F2; }

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

This text font color is #ADD7F2.

Background Color

.myBgColor { background-color: #ADD7F2; }

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

This div background color is #ADD7F2.

Border color

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

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

This div border color is #ADD7F2.

Opacity

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

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

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

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

This text has shadow with #ADD7F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD7F2.

Preview

Color preview on black background

This text has color #ADD7F2 on black background.


Color preview on white background

This text has color #ADD7F2 on white background.


Black color preview on #ADD7F2 background

This text has black color on #ADD7F2 background.


White color preview on #ADD7F2 background

This text has white color on #ADD7F2 background.


Related colors

Complementary color

Complementary color for #hex is #52280D.


I love getcolorcode.com

Triadic colors

1 #F2ADD7 and #D7F2AD with #ADD7F2 are triadic colors.

2 #F2D7AD and #D7ADF2 with #ADD7F2 are triadic colors.