COLOR #ADD4B4

HEX: #ADD4B4 RGB: (173,212,180)

Color info

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

RGB color model

#ADD4B4 color RGB value is (173,212,180).

RGB: (173,212,180) (68%, 83%, 71%)

RGB channels and saturation

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

173
212
180

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

Portions of RGB colors in percentages

R + G + B = 173 + 212 + 180 = 565 (100%)
R 173 of 565 ~ 30.62%
G 212 of 565 ~ 37.52%
B 180 of 565 ~ 31.86'%

%30.62
%37.52
%31.86

CMYK color model

#ADD4B4 color CMYK value is (18,0,15,17).

  • cyan value is 18.40%
  • magenta value is 0.00%
  • yellow value is 15.09%
  • key color value is 16.86%

CMYK: (18,0,15,17)
C18M0Y15K17 (18%, 0%, 15%, 17%)
(0.18 / 0.00 / 0.15 / 0.17)

CMYK percentages

%18.4
%0
%15.09
%16.86

Codes

Color #ADD4B4 in popluar color models

AD D4 B4
RGB 173 212 180
HSL 131° 31.20% 75.49%
HSB/HSV 131° 18.40% 83.14%
CMYK 18.40% 0.00% 15.09%
16.86%

Color #ADD4B4 in popluar number systems.

HEX AD D4 B4
Decimal 173 212 180
Binary 10101101 11010100 10110100
Octal 255 324 264

Shades and tints

Shades of #ADD4B4

#ADD4B4
(173,212,180)
#9EC1A4
(158,193,164)
#8FAE94
(143,174,148)
#809B84
(128,155,132)
#718874
(113,136,116)
#627564
(98,117,100)
#536254
(83,98,84)
#444F44
(68,79,68)
#353C34
(53,60,52)
#262924
(38,41,36)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #ADD4B4

#ADD4B4
(173,212,180)
#B4D7BA
(180,215,186)
#BBDAC0
(187,218,192)
#C2DDC6
(194,221,198)
#C9E0CC
(201,224,204)
#D0E3D2
(208,227,210)
#D7E6D8
(215,230,216)
#DEE9DE
(222,233,222)
#E5ECE4
(229,236,228)
#ECEFEA
(236,239,234)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD4B4; }

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

This text font color is #ADD4B4.

Background Color

.myBgColor { background-color: #ADD4B4; }

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

This div background color is #ADD4B4.

Border color

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

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

This div border color is #ADD4B4.

Opacity

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

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

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

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

This text has shadow with #ADD4B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD4B4.

Preview

Color preview on black background

This text has color #ADD4B4 on black background.


Color preview on white background

This text has color #ADD4B4 on white background.


Black color preview on #ADD4B4 background

This text has black color on #ADD4B4 background.


White color preview on #ADD4B4 background

This text has white color on #ADD4B4 background.


Related colors

Complementary color

Complementary color for #hex is #522B4B.


I love getcolorcode.com

Triadic colors

1 #B4ADD4 and #D4B4AD with #ADD4B4 are triadic colors.

2 #B4D4AD and #D4ADB4 with #ADD4B4 are triadic colors.