COLOR #ADDDE3

HEX: #ADDDE3
RGB: (173,221,227)

Color info

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

RGB color model

#ADDDE3 color RGB value is (173,221,227).

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

RGB channels and saturation

R 173 of 255 = 68%
G 221 of 255 = 87%
B 227 of 255 = 89%

173
221
227

R + G + B ~ 81%. #ADDDE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 221 + 227 = 621 (100%)
R 173 of 621 ~ 27.86%
G 221 of 621 ~ 35.59%
B 227 of 621 ~ 36.55%

%27.86
%35.59
%36.55

CMYK color model

#ADDDE3 color CMYK value is (24,3,0,11).

  • cyan value is 23.79%
  • magenta value is 2.64%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(24,3,0,11)
C24M3Y0K11 
(24%,3%,0%,11%)
(0.24/0.03/0.00/0.11)	

CMYK percentages

%23.79
%2.64
%0
%10.98

Codes

Color #ADDDE3 in popluar color models

ADDDE3
RGB173221227
HSL187°49.09%78.43%
HSB/HSV187°23.79%89.02%
CMYK23.79%2.64%0.00%
10.98%

Color #ADDDE3 in popluar number systems.

HEXADDDE3
Decimal173221227
Binary101011011101110111100011
Octal255335343

Shades and tints

Shades of #ADDDE3

#ADDDE3
(173,221,227)
#9EC9CF
(158,201,207)
#8FB5BB
(143,181,187)
#80A1A7
(128,161,167)
#718D93
(113,141,147)
#62797F
(98,121,127)
#53656B
(83,101,107)
#445157
(68,81,87)
#353D43
(53,61,67)
#26292F
(38,41,47)
#17151B
(23,21,27)
#000000
(0,0,0)

Tints of #ADDDE3

#ADDDE3
(173,221,227)
#B4E0E5
(180,224,229)
#BBE3E7
(187,227,231)
#C2E6E9
(194,230,233)
#C9E9EB
(201,233,235)
#D0ECED
(208,236,237)
#D7EFEF
(215,239,239)
#DEF2F1
(222,242,241)
#E5F5F3
(229,245,243)
#ECF8F5
(236,248,245)
#F3FBF7
(243,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDDE3; }

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

This text font color is #ADDDE3.


Background Color

.myBgColor { background-color: #ADDDE3; }

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

This div background color is #ADDDE3.


Border color

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

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

This div border color is #ADDDE3.


Opacity

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

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

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

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

This text has shadow with #ADDDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDDE3 on black background.


Color preview on white background

This text has color #ADDDE3 on white background.



Black color preview on #ADDDE3 background

This text has black color on #ADDDE3 background.


White color preview on #ADDDE3 background

This text has white color on #ADDDE3 background.