COLOR #ADD2BA

HEX: #ADD2BA
RGB: (173,210,186)

Color info

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

RGB color model

#ADD2BA color RGB value is (173,210,186).

  • red value is 173;
  • green value is 210;
  • blue value is 186.
RGB:
(173,210,186)
(68%,82%,73%)

RGB channels and saturation

R 173 of 255 = 68%
G 210 of 255 = 82%
B 186 of 255 = 73%

173
210
186

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

Portions of RGB colors in percentages

R + G + B =
173 + 210 + 186 = 569 (100%)
R 173 of 569 ~ 30.4%
G 210 of 569 ~ 36.91%
B 186 of 569 ~ 32.69%

%30.4
%36.91
%32.69

CMYK color model

#ADD2BA color CMYK value is (18,0,11,18).

  • cyan value is 17.62%
  • magenta value is 0.00%
  • yellow value is 11.43%
  • key color value is 17.65%
CMYK:
(18,0,11,18)
C18M0Y11K18 
(18%,0%,11%,18%)
(0.18/0.00/0.11/0.18)	

CMYK percentages

%17.62
%0
%11.43
%17.65

Codes

Color #ADD2BA in popluar color models

ADD2BA
RGB173210186
HSL141°29.13%75.10%
HSB/HSV141°17.62%82.35%
CMYK17.62%0.00%11.43%
17.65%

Color #ADD2BA in popluar number systems.

HEXADD2BA
Decimal173210186
Binary101011011101001010111010
Octal255322272

Shades and tints

Shades of #ADD2BA

#ADD2BA
(173,210,186)
#9EBFAA
(158,191,170)
#8FAC9A
(143,172,154)
#80998A
(128,153,138)
#71867A
(113,134,122)
#62736A
(98,115,106)
#53605A
(83,96,90)
#444D4A
(68,77,74)
#353A3A
(53,58,58)
#26272A
(38,39,42)
#17141A
(23,20,26)
#000000
(0,0,0)

Tints of #ADD2BA

#ADD2BA
(173,210,186)
#B4D6C0
(180,214,192)
#BBDAC6
(187,218,198)
#C2DECC
(194,222,204)
#C9E2D2
(201,226,210)
#D0E6D8
(208,230,216)
#D7EADE
(215,234,222)
#DEEEE4
(222,238,228)
#E5F2EA
(229,242,234)
#ECF6F0
(236,246,240)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD2BA color. Also use rgb(173,210,186) instead hex code.

Text Font Color

.myTextColor { color: #ADD2BA; }

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

This text font color is #ADD2BA.


Background Color

.myBgColor { background-color: #ADD2BA; }

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

This div background color is #ADD2BA.


Border color

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

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

This div border color is #ADD2BA.


Opacity

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

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

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

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

This text has shadow with #ADD2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD2BA on black background.


Color preview on white background

This text has color #ADD2BA on white background.



Black color preview on #ADD2BA background

This text has black color on #ADD2BA background.


White color preview on #ADD2BA background

This text has white color on #ADD2BA background.