COLOR #ADD3EF

HEX: #ADD3EF
RGB: (173,211,239)

Color info

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

RGB color model

#ADD3EF color RGB value is (173,211,239).

  • red value is 173;
  • green value is 211;
  • blue value is 239.
RGB:
(173,211,239)
(68%,83%,94%)

RGB channels and saturation

R 173 of 255 = 68%
G 211 of 255 = 83%
B 239 of 255 = 94%

173
211
239

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

Portions of RGB colors in percentages

R + G + B =
173 + 211 + 239 = 623 (100%)
R 173 of 623 ~ 27.77%
G 211 of 623 ~ 33.87%
B 239 of 623 ~ 38.36%

%27.77
%33.87
%38.36

CMYK color model

#ADD3EF color CMYK value is (28,12,0,6).

  • cyan value is 27.62%
  • magenta value is 11.72%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(28,12,0,6)
C28M12Y0K6 
(28%,12%,0%,6%)
(0.28/0.12/0.00/0.06)	

CMYK percentages

%27.62
%11.72
%0
%6.27

Codes

Color #ADD3EF in popluar color models

ADD3EF
RGB173211239
HSL205°67.35%80.78%
HSB/HSV205°27.62%93.73%
CMYK27.62%11.72%0.00%
6.27%

Color #ADD3EF in popluar number systems.

HEXADD3EF
Decimal173211239
Binary101011011101001111101111
Octal255323357

Shades and tints

Shades of #ADD3EF

#ADD3EF
(173,211,239)
#9EC0DA
(158,192,218)
#8FADC5
(143,173,197)
#809AB0
(128,154,176)
#71879B
(113,135,155)
#627486
(98,116,134)
#536171
(83,97,113)
#444E5C
(68,78,92)
#353B47
(53,59,71)
#262832
(38,40,50)
#17151D
(23,21,29)
#000000
(0,0,0)

Tints of #ADD3EF

#ADD3EF
(173,211,239)
#B4D7F0
(180,215,240)
#BBDBF1
(187,219,241)
#C2DFF2
(194,223,242)
#C9E3F3
(201,227,243)
#D0E7F4
(208,231,244)
#D7EBF5
(215,235,245)
#DEEFF6
(222,239,246)
#E5F3F7
(229,243,247)
#ECF7F8
(236,247,248)
#F3FBF9
(243,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD3EF color. Also use rgb(173,211,239) instead hex code.

Text Font Color

.myTextColor { color: #ADD3EF; }

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

This text font color is #ADD3EF.


Background Color

.myBgColor { background-color: #ADD3EF; }

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

This div background color is #ADD3EF.


Border color

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

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

This div border color is #ADD3EF.


Opacity

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

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

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

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

This text has shadow with #ADD3EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD3EF on black background.


Color preview on white background

This text has color #ADD3EF on white background.



Black color preview on #ADD3EF background

This text has black color on #ADD3EF background.


White color preview on #ADD3EF background

This text has white color on #ADD3EF background.