COLOR #ADD1BE

HEX: #ADD1BE RGB: (173,209,190)

Color info

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

RGB color model

#ADD1BE color RGB value is (173,209,190).

RGB: (173,209,190) (68%, 82%, 75%)

RGB channels and saturation

R 173 of 255 = 68%
G 209 of 255 = 82%
B 190 of 255 = 75%

173
209
190

R + G + B ~ 75%. #ADD1BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 209 + 190 = 572 (100%)
R 173 of 572 ~ 30.24%
G 209 of 572 ~ 36.54%
B 190 of 572 ~ 33.22'%

%30.24
%36.54
%33.22

CMYK color model

#ADD1BE color CMYK value is (17,0,9,18).

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

CMYK: (17,0,9,18)
C17M0Y9K18 (17%, 0%, 9%, 18%)
(0.17 / 0.00 / 0.09 / 0.18)

CMYK percentages

%17.22
%0
%9.09
%18.04

Codes

Color #ADD1BE in popluar color models

AD D1 BE
RGB 173 209 190
HSL 148° 28.13% 74.90%
HSB/HSV 148° 17.22% 81.96%
CMYK 17.22% 0.00% 9.09%
18.04%

Color #ADD1BE in popluar number systems.

HEX AD D1 BE
Decimal 173 209 190
Binary 10101101 11010001 10111110
Octal 255 321 276

Shades and tints

Shades of #ADD1BE

#ADD1BE
(173,209,190)
#9EBEAD
(158,190,173)
#8FAB9C
(143,171,156)
#80988B
(128,152,139)
#71857A
(113,133,122)
#627269
(98,114,105)
#535F58
(83,95,88)
#444C47
(68,76,71)
#353936
(53,57,54)
#262625
(38,38,37)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #ADD1BE

#ADD1BE
(173,209,190)
#B4D5C3
(180,213,195)
#BBD9C8
(187,217,200)
#C2DDCD
(194,221,205)
#C9E1D2
(201,225,210)
#D0E5D7
(208,229,215)
#D7E9DC
(215,233,220)
#DEEDE1
(222,237,225)
#E5F1E6
(229,241,230)
#ECF5EB
(236,245,235)
#F3F9F0
(243,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD1BE; }

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

This text font color is #ADD1BE.

Background Color

.myBgColor { background-color: #ADD1BE; }

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

This div background color is #ADD1BE.

Border color

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

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

This div border color is #ADD1BE.

Opacity

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

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

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

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

This text has shadow with #ADD1BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD1BE.

Preview

Color preview on black background

This text has color #ADD1BE on black background.


Color preview on white background

This text has color #ADD1BE on white background.


Black color preview on #ADD1BE background

This text has black color on #ADD1BE background.


White color preview on #ADD1BE background

This text has white color on #ADD1BE background.


Related colors

Complementary color

Complementary color for #hex is #522E41.


I love getcolorcode.com

Triadic colors

1 #BEADD1 and #D1BEAD with #ADD1BE are triadic colors.

2 #BED1AD and #D1ADBE with #ADD1BE are triadic colors.