COLOR #ADD7BE

HEX: #ADD7BE
RGB: (173,215,190)

Color info

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

RGB color model

#ADD7BE color RGB value is (173,215,190).

  • red value is 173;
  • green value is 215;
  • blue value is 190.
RGB:
(173,215,190)
(68%,84%,75%)

RGB channels and saturation

R 173 of 255 = 68%
G 215 of 255 = 84%
B 190 of 255 = 75%

173
215
190

R + G + B ~ 76%. #ADD7BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 215 + 190 = 578 (100%)
R 173 of 578 ~ 29.93%
G 215 of 578 ~ 37.2%
B 190 of 578 ~ 32.87%

%29.93
%37.2
%32.87

CMYK color model

#ADD7BE color CMYK value is (20,0,12,16).

  • cyan value is 19.53%
  • magenta value is 0.00%
  • yellow value is 11.63%
  • key color value is 15.69%
CMYK:
(20,0,12,16)
C20M0Y12K16 
(20%,0%,12%,16%)
(0.20/0.00/0.12/0.16)	

CMYK percentages

%19.53
%0
%11.63
%15.69

Codes

Color #ADD7BE in popluar color models

ADD7BE
RGB173215190
HSL144°34.43%76.08%
HSB/HSV144°19.53%84.31%
CMYK19.53%0.00%11.63%
15.69%

Color #ADD7BE in popluar number systems.

HEXADD7BE
Decimal173215190
Binary101011011101011110111110
Octal255327276

Shades and tints

Shades of #ADD7BE

#ADD7BE
(173,215,190)
#9EC4AD
(158,196,173)
#8FB19C
(143,177,156)
#809E8B
(128,158,139)
#718B7A
(113,139,122)
#627869
(98,120,105)
#536558
(83,101,88)
#445247
(68,82,71)
#353F36
(53,63,54)
#262C25
(38,44,37)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #ADD7BE

#ADD7BE
(173,215,190)
#B4DAC3
(180,218,195)
#BBDDC8
(187,221,200)
#C2E0CD
(194,224,205)
#C9E3D2
(201,227,210)
#D0E6D7
(208,230,215)
#D7E9DC
(215,233,220)
#DEECE1
(222,236,225)
#E5EFE6
(229,239,230)
#ECF2EB
(236,242,235)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD7BE; }

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

This text font color is #ADD7BE.


Background Color

.myBgColor { background-color: #ADD7BE; }

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

This div background color is #ADD7BE.


Border color

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

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

This div border color is #ADD7BE.


Opacity

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

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

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

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

This text has shadow with #ADD7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD7BE on black background.


Color preview on white background

This text has color #ADD7BE on white background.



Black color preview on #ADD7BE background

This text has black color on #ADD7BE background.


White color preview on #ADD7BE background

This text has white color on #ADD7BE background.