COLOR #ADD7C6

HEX: #ADD7C6
RGB: (173,215,198)

Color info

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

RGB color model

#ADD7C6 color RGB value is (173,215,198).

  • red value is 173;
  • green value is 215;
  • blue value is 198.
RGB:
(173,215,198)
(68%,84%,78%)

RGB channels and saturation

R 173 of 255 = 68%
G 215 of 255 = 84%
B 198 of 255 = 78%

173
215
198

R + G + B ~ 77%. #ADD7C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 215 + 198 = 586 (100%)
R 173 of 586 ~ 29.52%
G 215 of 586 ~ 36.69%
B 198 of 586 ~ 33.79%

%29.52
%36.69
%33.79

CMYK color model

#ADD7C6 color CMYK value is (20,0,8,16).

  • cyan value is 19.53%
  • magenta value is 0.00%
  • yellow value is 7.91%
  • key color value is 15.69%
CMYK:
(20,0,8,16)
C20M0Y8K16 
(20%,0%,8%,16%)
(0.20/0.00/0.08/0.16)	

CMYK percentages

%19.53
%0
%7.91
%15.69

Codes

Color #ADD7C6 in popluar color models

ADD7C6
RGB173215198
HSL156°34.43%76.08%
HSB/HSV156°19.53%84.31%
CMYK19.53%0.00%7.91%
15.69%

Color #ADD7C6 in popluar number systems.

HEXADD7C6
Decimal173215198
Binary101011011101011111000110
Octal255327306

Shades and tints

Shades of #ADD7C6

#ADD7C6
(173,215,198)
#9EC4B4
(158,196,180)
#8FB1A2
(143,177,162)
#809E90
(128,158,144)
#718B7E
(113,139,126)
#62786C
(98,120,108)
#53655A
(83,101,90)
#445248
(68,82,72)
#353F36
(53,63,54)
#262C24
(38,44,36)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #ADD7C6

#ADD7C6
(173,215,198)
#B4DACB
(180,218,203)
#BBDDD0
(187,221,208)
#C2E0D5
(194,224,213)
#C9E3DA
(201,227,218)
#D0E6DF
(208,230,223)
#D7E9E4
(215,233,228)
#DEECE9
(222,236,233)
#E5EFEE
(229,239,238)
#ECF2F3
(236,242,243)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD7C6; }

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

This text font color is #ADD7C6.


Background Color

.myBgColor { background-color: #ADD7C6; }

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

This div background color is #ADD7C6.


Border color

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

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

This div border color is #ADD7C6.


Opacity

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

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

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

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

This text has shadow with #ADD7C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD7C6 on black background.


Color preview on white background

This text has color #ADD7C6 on white background.



Black color preview on #ADD7C6 background

This text has black color on #ADD7C6 background.


White color preview on #ADD7C6 background

This text has white color on #ADD7C6 background.