COLOR #ADD4B6

HEX: #ADD4B6
RGB: (173,212,182)

Color info

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

RGB color model

#ADD4B6 color RGB value is (173,212,182).

  • red value is 173;
  • green value is 212;
  • blue value is 182.
RGB:
(173,212,182)
(68%,83%,71%)

RGB channels and saturation

R 173 of 255 = 68%
G 212 of 255 = 83%
B 182 of 255 = 71%

173
212
182

R + G + B ~ 74%. #ADD4B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 212 + 182 = 567 (100%)
R 173 of 567 ~ 30.51%
G 212 of 567 ~ 37.39%
B 182 of 567 ~ 32.1%

%30.51
%37.39
%32.1

CMYK color model

#ADD4B6 color CMYK value is (18,0,14,17).

  • cyan value is 18.40%
  • magenta value is 0.00%
  • yellow value is 14.15%
  • key color value is 16.86%
CMYK:
(18,0,14,17)
C18M0Y14K17 
(18%,0%,14%,17%)
(0.18/0.00/0.14/0.17)	

CMYK percentages

%18.4
%0
%14.15
%16.86

Codes

Color #ADD4B6 in popluar color models

ADD4B6
RGB173212182
HSL134°31.20%75.49%
HSB/HSV134°18.40%83.14%
CMYK18.40%0.00%14.15%
16.86%

Color #ADD4B6 in popluar number systems.

HEXADD4B6
Decimal173212182
Binary101011011101010010110110
Octal255324266

Shades and tints

Shades of #ADD4B6

#ADD4B6
(173,212,182)
#9EC1A6
(158,193,166)
#8FAE96
(143,174,150)
#809B86
(128,155,134)
#718876
(113,136,118)
#627566
(98,117,102)
#536256
(83,98,86)
#444F46
(68,79,70)
#353C36
(53,60,54)
#262926
(38,41,38)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #ADD4B6

#ADD4B6
(173,212,182)
#B4D7BC
(180,215,188)
#BBDAC2
(187,218,194)
#C2DDC8
(194,221,200)
#C9E0CE
(201,224,206)
#D0E3D4
(208,227,212)
#D7E6DA
(215,230,218)
#DEE9E0
(222,233,224)
#E5ECE6
(229,236,230)
#ECEFEC
(236,239,236)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD4B6 color. Also use rgb(173,212,182) instead hex code.

Text Font Color

.myTextColor { color: #ADD4B6; }

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

This text font color is #ADD4B6.


Background Color

.myBgColor { background-color: #ADD4B6; }

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

This div background color is #ADD4B6.


Border color

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

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

This div border color is #ADD4B6.


Opacity

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

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

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

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

This text has shadow with #ADD4B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD4B6 on black background.


Color preview on white background

This text has color #ADD4B6 on white background.



Black color preview on #ADD4B6 background

This text has black color on #ADD4B6 background.


White color preview on #ADD4B6 background

This text has white color on #ADD4B6 background.