COLOR #ADD6E3

HEX: #ADD6E3
RGB: (173,214,227)

Color info

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

RGB color model

#ADD6E3 color RGB value is (173,214,227).

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

RGB channels and saturation

R 173 of 255 = 68%
G 214 of 255 = 84%
B 227 of 255 = 89%

173
214
227

R + G + B ~ 80%. #ADD6E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 214 + 227 = 614 (100%)
R 173 of 614 ~ 28.18%
G 214 of 614 ~ 34.85%
B 227 of 614 ~ 36.97%

%28.18
%34.85
%36.97

CMYK color model

#ADD6E3 color CMYK value is (24,6,0,11).

  • cyan value is 23.79%
  • magenta value is 5.73%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(24,6,0,11)
C24M6Y0K11 
(24%,6%,0%,11%)
(0.24/0.06/0.00/0.11)	

CMYK percentages

%23.79
%5.73
%0
%10.98

Codes

Color #ADD6E3 in popluar color models

ADD6E3
RGB173214227
HSL194°49.09%78.43%
HSB/HSV194°23.79%89.02%
CMYK23.79%5.73%0.00%
10.98%

Color #ADD6E3 in popluar number systems.

HEXADD6E3
Decimal173214227
Binary101011011101011011100011
Octal255326343

Shades and tints

Shades of #ADD6E3

#ADD6E3
(173,214,227)
#9EC3CF
(158,195,207)
#8FB0BB
(143,176,187)
#809DA7
(128,157,167)
#718A93
(113,138,147)
#62777F
(98,119,127)
#53646B
(83,100,107)
#445157
(68,81,87)
#353E43
(53,62,67)
#262B2F
(38,43,47)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #ADD6E3

#ADD6E3
(173,214,227)
#B4D9E5
(180,217,229)
#BBDCE7
(187,220,231)
#C2DFE9
(194,223,233)
#C9E2EB
(201,226,235)
#D0E5ED
(208,229,237)
#D7E8EF
(215,232,239)
#DEEBF1
(222,235,241)
#E5EEF3
(229,238,243)
#ECF1F5
(236,241,245)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD6E3; }

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

This text font color is #ADD6E3.


Background Color

.myBgColor { background-color: #ADD6E3; }

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

This div background color is #ADD6E3.


Border color

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

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

This div border color is #ADD6E3.


Opacity

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

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

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

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

This text has shadow with #ADD6E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD6E3 on black background.


Color preview on white background

This text has color #ADD6E3 on white background.



Black color preview on #ADD6E3 background

This text has black color on #ADD6E3 background.


White color preview on #ADD6E3 background

This text has white color on #ADD6E3 background.