COLOR #ADD5B6

HEX: #ADD5B6
RGB: (173,213,182)

Color info

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

RGB color model

#ADD5B6 color RGB value is (173,213,182).

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

RGB channels and saturation

R 173 of 255 = 68%
G 213 of 255 = 84%
B 182 of 255 = 71%

173
213
182

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

Portions of RGB colors in percentages

R + G + B =
173 + 213 + 182 = 568 (100%)
R 173 of 568 ~ 30.46%
G 213 of 568 ~ 37.5%
B 182 of 568 ~ 32.04%

%30.46
%37.5
%32.04

CMYK color model

#ADD5B6 color CMYK value is (19,0,15,16).

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • key color value is 16.47%
CMYK: (19,0,15,16) C19M0Y15K16 (19%,0%,15%,16%) (0.19/0.00/0.15/0.16)

CMYK percentages

%18.78
%0
%14.55
%16.47

Codes

Color #ADD5B6 in popluar color models

ADD5B6
RGB173213182
HSL134°32.26%75.69%
HSB/HSV134°18.78%83.53%
CMYK18.78%0.00%14.55%
16.47%

Color #ADD5B6 in popluar number systems.

HEXADD5B6
Decimal173213182
Binary101011011101010110110110
Octal255325266

Shades and tints

Shades of #ADD5B6

#ADD5B6
(173,213,182)
#9EC2A6
(158,194,166)
#8FAF96
(143,175,150)
#809C86
(128,156,134)
#718976
(113,137,118)
#627666
(98,118,102)
#536356
(83,99,86)
#445046
(68,80,70)
#353D36
(53,61,54)
#262A26
(38,42,38)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #ADD5B6

#ADD5B6
(173,213,182)
#B4D8BC
(180,216,188)
#BBDBC2
(187,219,194)
#C2DEC8
(194,222,200)
#C9E1CE
(201,225,206)
#D0E4D4
(208,228,212)
#D7E7DA
(215,231,218)
#DEEAE0
(222,234,224)
#E5EDE6
(229,237,230)
#ECF0EC
(236,240,236)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD5B6; }

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

This text font color is #ADD5B6.


Background Color

.myBgColor { background-color: #ADD5B6; }

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

This div background color is #ADD5B6.


Border color

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

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

This div border color is #ADD5B6.


Opacity

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

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

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

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

This text has shadow with #ADD5B6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #ADD5B6 on black background.


Color preview on white background

This text has color #ADD5B6 on white background.



Black color preview on #ADD5B6 background

This text has black color on #ADD5B6 background.


White color preview on #ADD5B6 background

This text has white color on #ADD5B6 background.