COLOR #ADD1B1

HEX: #ADD1B1 RGB: (173,209,177)

Color info

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

RGB color model

#ADD1B1 color RGB value is (173,209,177).

RGB: (173,209,177) (68%, 82%, 69%)

RGB channels and saturation

R 173 of 255 = 68%
G 209 of 255 = 82%
B 177 of 255 = 69%

173
209
177

R + G + B ~ 73%. #ADD1B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 209 + 177 = 559 (100%)
R 173 of 559 ~ 30.95%
G 209 of 559 ~ 37.39%
B 177 of 559 ~ 31.66'%

%30.95
%37.39
%31.66

CMYK color model

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

  • cyan value is 17.22%
  • magenta value is 0.00%
  • yellow value is 15.31%
  • key color value is 18.04%

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

CMYK percentages

%17.22
%0
%15.31
%18.04

Codes

Color #ADD1B1 in popluar color models

AD D1 B1
RGB 173 209 177
HSL 127° 28.13% 74.90%
HSB/HSV 127° 17.22% 81.96%
CMYK 17.22% 0.00% 15.31%
18.04%

Color #ADD1B1 in popluar number systems.

HEX AD D1 B1
Decimal 173 209 177
Binary 10101101 11010001 10110001
Octal 255 321 261

Shades and tints

Shades of #ADD1B1

#ADD1B1
(173,209,177)
#9EBEA1
(158,190,161)
#8FAB91
(143,171,145)
#809881
(128,152,129)
#718571
(113,133,113)
#627261
(98,114,97)
#535F51
(83,95,81)
#444C41
(68,76,65)
#353931
(53,57,49)
#262621
(38,38,33)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #ADD1B1

#ADD1B1
(173,209,177)
#B4D5B8
(180,213,184)
#BBD9BF
(187,217,191)
#C2DDC6
(194,221,198)
#C9E1CD
(201,225,205)
#D0E5D4
(208,229,212)
#D7E9DB
(215,233,219)
#DEEDE2
(222,237,226)
#E5F1E9
(229,241,233)
#ECF5F0
(236,245,240)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD1B1 color. Also use rgb(173,209,177) instead hex code.

Text Font Color

.myTextColor { color: #ADD1B1; }

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

This text font color is #ADD1B1.

Background Color

.myBgColor { background-color: #ADD1B1; }

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

This div background color is #ADD1B1.

Border color

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

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

This div border color is #ADD1B1.

Opacity

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

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

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

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

This text has shadow with #ADD1B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD1B1.

Preview

Color preview on black background

This text has color #ADD1B1 on black background.


Color preview on white background

This text has color #ADD1B1 on white background.


Black color preview on #ADD1B1 background

This text has black color on #ADD1B1 background.


White color preview on #ADD1B1 background

This text has white color on #ADD1B1 background.


Related colors

Complementary color

Complementary color for #hex is #522E4E.


I love getcolorcode.com

Triadic colors

1 #B1ADD1 and #D1B1AD with #ADD1B1 are triadic colors.

2 #B1D1AD and #D1ADB1 with #ADD1B1 are triadic colors.