COLOR #ADD7B3

HEX: #ADD7B3 RGB: (173,215,179)

Color info

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

RGB color model

#ADD7B3 color RGB value is (173,215,179).

RGB: (173,215,179) (68%, 84%, 70%)

RGB channels and saturation

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

173
215
179

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

Portions of RGB colors in percentages

R + G + B = 173 + 215 + 179 = 567 (100%)
R 173 of 567 ~ 30.51%
G 215 of 567 ~ 37.92%
B 179 of 567 ~ 31.57'%

%30.51
%37.92
%31.57

CMYK color model

#ADD7B3 color CMYK value is (20,0,17,16).

  • cyan value is 19.53%
  • magenta value is 0.00%
  • yellow value is 16.74%
  • key color value is 15.69%

CMYK: (20,0,17,16)
C20M0Y17K16 (20%, 0%, 17%, 16%)
(0.20 / 0.00 / 0.17 / 0.16)

CMYK percentages

%19.53
%0
%16.74
%15.69

Codes

Color #ADD7B3 in popluar color models

AD D7 B3
RGB 173 215 179
HSL 129° 34.43% 76.08%
HSB/HSV 129° 19.53% 84.31%
CMYK 19.53% 0.00% 16.74%
15.69%

Color #ADD7B3 in popluar number systems.

HEX AD D7 B3
Decimal 173 215 179
Binary 10101101 11010111 10110011
Octal 255 327 263

Shades and tints

Shades of #ADD7B3

#ADD7B3
(173,215,179)
#9EC4A3
(158,196,163)
#8FB193
(143,177,147)
#809E83
(128,158,131)
#718B73
(113,139,115)
#627863
(98,120,99)
#536553
(83,101,83)
#445243
(68,82,67)
#353F33
(53,63,51)
#262C23
(38,44,35)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #ADD7B3

#ADD7B3
(173,215,179)
#B4DAB9
(180,218,185)
#BBDDBF
(187,221,191)
#C2E0C5
(194,224,197)
#C9E3CB
(201,227,203)
#D0E6D1
(208,230,209)
#D7E9D7
(215,233,215)
#DEECDD
(222,236,221)
#E5EFE3
(229,239,227)
#ECF2E9
(236,242,233)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD7B3; }

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

This text font color is #ADD7B3.

Background Color

.myBgColor { background-color: #ADD7B3; }

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

This div background color is #ADD7B3.

Border color

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

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

This div border color is #ADD7B3.

Opacity

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

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

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

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

This text has shadow with #ADD7B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD7B3.

Preview

Color preview on black background

This text has color #ADD7B3 on black background.


Color preview on white background

This text has color #ADD7B3 on white background.


Black color preview on #ADD7B3 background

This text has black color on #ADD7B3 background.


White color preview on #ADD7B3 background

This text has white color on #ADD7B3 background.


Related colors

Complementary color

Complementary color for #hex is #52284C.


I love getcolorcode.com

Triadic colors

1 #B3ADD7 and #D7B3AD with #ADD7B3 are triadic colors.

2 #B3D7AD and #D7ADB3 with #ADD7B3 are triadic colors.