COLOR #ADDED7

HEX: #ADDED7 RGB: (173,222,215)

Color info

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

RGB color model

#ADDED7 color RGB value is (173,222,215).

RGB: (173,222,215) (68%, 87%, 84%)

RGB channels and saturation

R 173 of 255 = 68%
G 222 of 255 = 87%
B 215 of 255 = 84%

173
222
215

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

Portions of RGB colors in percentages

R + G + B = 173 + 222 + 215 = 610 (100%)
R 173 of 610 ~ 28.36%
G 222 of 610 ~ 36.39%
B 215 of 610 ~ 35.25'%

%28.36
%36.39
%35.25

CMYK color model

#ADDED7 color CMYK value is (22,0,3,13).

  • cyan value is 22.07%
  • magenta value is 0.00%
  • yellow value is 3.15%
  • key color value is 12.94%

CMYK: (22,0,3,13)
C22M0Y3K13 (22%, 0%, 3%, 13%)
(0.22 / 0.00 / 0.03 / 0.13)

CMYK percentages

%22.07
%0
%3.15
%12.94

Codes

Color #ADDED7 in popluar color models

AD DE D7
RGB 173 222 215
HSL 171° 42.61% 77.45%
HSB/HSV 171° 22.07% 87.06%
CMYK 22.07% 0.00% 3.15%
12.94%

Color #ADDED7 in popluar number systems.

HEX AD DE D7
Decimal 173 222 215
Binary 10101101 11011110 11010111
Octal 255 336 327

Shades and tints

Shades of #ADDED7

#ADDED7
(173,222,215)
#9ECAC4
(158,202,196)
#8FB6B1
(143,182,177)
#80A29E
(128,162,158)
#718E8B
(113,142,139)
#627A78
(98,122,120)
#536665
(83,102,101)
#445252
(68,82,82)
#353E3F
(53,62,63)
#262A2C
(38,42,44)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #ADDED7

#ADDED7
(173,222,215)
#B4E1DA
(180,225,218)
#BBE4DD
(187,228,221)
#C2E7E0
(194,231,224)
#C9EAE3
(201,234,227)
#D0EDE6
(208,237,230)
#D7F0E9
(215,240,233)
#DEF3EC
(222,243,236)
#E5F6EF
(229,246,239)
#ECF9F2
(236,249,242)
#F3FCF5
(243,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDED7; }

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

This text font color is #ADDED7.

Background Color

.myBgColor { background-color: #ADDED7; }

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

This div background color is #ADDED7.

Border color

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

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

This div border color is #ADDED7.

Opacity

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

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

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

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

This text has shadow with #ADDED7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADDED7.

Preview

Color preview on black background

This text has color #ADDED7 on black background.


Color preview on white background

This text has color #ADDED7 on white background.


Black color preview on #ADDED7 background

This text has black color on #ADDED7 background.


White color preview on #ADDED7 background

This text has white color on #ADDED7 background.


Related colors

Complementary color

Complementary color for #hex is #522128.


I love getcolorcode.com

Triadic colors

1 #D7ADDE and #DED7AD with #ADDED7 are triadic colors.

2 #D7DEAD and #DEADD7 with #ADDED7 are triadic colors.