COLOR #ADD6F7

HEX: #ADD6F7
RGB: (173,214,247)

Color info

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

RGB color model

#ADD6F7 color RGB value is (173,214,247).

  • red value is 173;
  • green value is 214;
  • blue value is 247.
RGB:
(173,214,247)
(68%,84%,97%)

RGB channels and saturation

R 173 of 255 = 68%
G 214 of 255 = 84%
B 247 of 255 = 97%

173
214
247

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

Portions of RGB colors in percentages

R + G + B =
173 + 214 + 247 = 634 (100%)
R 173 of 634 ~ 27.29%
G 214 of 634 ~ 33.75%
B 247 of 634 ~ 38.96%

%27.29
%33.75
%38.96

CMYK color model

#ADD6F7 color CMYK value is (30,13,0,3).

  • cyan value is 29.96%
  • magenta value is 13.36%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(30,13,0,3)
C30M13Y0K3 
(30%,13%,0%,3%)
(0.30/0.13/0.00/0.03)	

CMYK percentages

%29.96
%13.36
%0
%3.14

Codes

Color #ADD6F7 in popluar color models

ADD6F7
RGB173214247
HSL207°82.22%82.35%
HSB/HSV207°29.96%96.86%
CMYK29.96%13.36%0.00%
3.14%

Color #ADD6F7 in popluar number systems.

HEXADD6F7
Decimal173214247
Binary101011011101011011110111
Octal255326367

Shades and tints

Shades of #ADD6F7

#ADD6F7
(173,214,247)
#9EC3E1
(158,195,225)
#8FB0CB
(143,176,203)
#809DB5
(128,157,181)
#718A9F
(113,138,159)
#627789
(98,119,137)
#536473
(83,100,115)
#44515D
(68,81,93)
#353E47
(53,62,71)
#262B31
(38,43,49)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #ADD6F7

#ADD6F7
(173,214,247)
#B4D9F7
(180,217,247)
#BBDCF7
(187,220,247)
#C2DFF7
(194,223,247)
#C9E2F7
(201,226,247)
#D0E5F7
(208,229,247)
#D7E8F7
(215,232,247)
#DEEBF7
(222,235,247)
#E5EEF7
(229,238,247)
#ECF1F7
(236,241,247)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD6F7 color. Also use rgb(173,214,247) instead hex code.

Text Font Color

.myTextColor { color: #ADD6F7; }

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

This text font color is #ADD6F7.


Background Color

.myBgColor { background-color: #ADD6F7; }

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

This div background color is #ADD6F7.


Border color

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

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

This div border color is #ADD6F7.


Opacity

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

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

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

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

This text has shadow with #ADD6F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD6F7 on black background.


Color preview on white background

This text has color #ADD6F7 on white background.



Black color preview on #ADD6F7 background

This text has black color on #ADD6F7 background.


White color preview on #ADD6F7 background

This text has white color on #ADD6F7 background.