COLOR #ADD5B3

HEX: #ADD5B3
RGB: (173,213,179)

Color info

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

RGB color model

#ADD5B3 color RGB value is (173,213,179).

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

RGB channels and saturation

R 173 of 255 = 68%
G 213 of 255 = 84%
B 179 of 255 = 70%

173
213
179

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

Portions of RGB colors in percentages

R + G + B =
173 + 213 + 179 = 565 (100%)
R 173 of 565 ~ 30.62%
G 213 of 565 ~ 37.7%
B 179 of 565 ~ 31.68%

%30.62
%37.7
%31.68

CMYK color model

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

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 15.96%
  • key color value is 16.47%
CMYK:
(19,0,16,16)
C19M0Y16K16 
(19%,0%,16%,16%)
(0.19/0.00/0.16/0.16)	

CMYK percentages

%18.78
%0
%15.96
%16.47

Codes

Color #ADD5B3 in popluar color models

ADD5B3
RGB173213179
HSL129°32.26%75.69%
HSB/HSV129°18.78%83.53%
CMYK18.78%0.00%15.96%
16.47%

Color #ADD5B3 in popluar number systems.

HEXADD5B3
Decimal173213179
Binary101011011101010110110011
Octal255325263

Shades and tints

Shades of #ADD5B3

#ADD5B3
(173,213,179)
#9EC2A3
(158,194,163)
#8FAF93
(143,175,147)
#809C83
(128,156,131)
#718973
(113,137,115)
#627663
(98,118,99)
#536353
(83,99,83)
#445043
(68,80,67)
#353D33
(53,61,51)
#262A23
(38,42,35)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #ADD5B3

#ADD5B3
(173,213,179)
#B4D8B9
(180,216,185)
#BBDBBF
(187,219,191)
#C2DEC5
(194,222,197)
#C9E1CB
(201,225,203)
#D0E4D1
(208,228,209)
#D7E7D7
(215,231,215)
#DEEADD
(222,234,221)
#E5EDE3
(229,237,227)
#ECF0E9
(236,240,233)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD5B3; }

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

This text font color is #ADD5B3.


Background Color

.myBgColor { background-color: #ADD5B3; }

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

This div background color is #ADD5B3.


Border color

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

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

This div border color is #ADD5B3.


Opacity

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

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

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

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

This text has shadow with #ADD5B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD5B3 on black background.


Color preview on white background

This text has color #ADD5B3 on white background.



Black color preview on #ADD5B3 background

This text has black color on #ADD5B3 background.


White color preview on #ADD5B3 background

This text has white color on #ADD5B3 background.