COLOR #ADDBDA

HEX: #ADDBDA
RGB: (173,219,218)

Color info

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

RGB color model

#ADDBDA color RGB value is (173,219,218).

  • red value is 173;
  • green value is 219;
  • blue value is 218.
RGB:
(173,219,218)
(68%,86%,85%)

RGB channels and saturation

R 173 of 255 = 68%
G 219 of 255 = 86%
B 218 of 255 = 85%

173
219
218

R + G + B ~ 80%. #ADDBDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 219 + 218 = 610 (100%)
R 173 of 610 ~ 28.36%
G 219 of 610 ~ 35.9%
B 218 of 610 ~ 35.74%

%28.36
%35.9
%35.74

CMYK color model

#ADDBDA color CMYK value is (21,0,0,14).

  • cyan value is 21.00%
  • magenta value is 0.00%
  • yellow value is 0.46%
  • key color value is 14.12%
CMYK:
(21,0,0,14)
C21M0Y0K14 
(21%,0%,0%,14%)
(0.21/0.00/0.00/0.14)	

CMYK percentages

%21
%0
%0.46
%14.12

Codes

Color #ADDBDA in popluar color models

ADDBDA
RGB173219218
HSL179°38.98%76.86%
HSB/HSV179°21.00%85.88%
CMYK21.00%0.00%0.46%
14.12%

Color #ADDBDA in popluar number systems.

HEXADDBDA
Decimal173219218
Binary101011011101101111011010
Octal255333332

Shades and tints

Shades of #ADDBDA

#ADDBDA
(173,219,218)
#9EC8C7
(158,200,199)
#8FB5B4
(143,181,180)
#80A2A1
(128,162,161)
#718F8E
(113,143,142)
#627C7B
(98,124,123)
#536968
(83,105,104)
#445655
(68,86,85)
#354342
(53,67,66)
#26302F
(38,48,47)
#171D1C
(23,29,28)
#000000
(0,0,0)

Tints of #ADDBDA

#ADDBDA
(173,219,218)
#B4DEDD
(180,222,221)
#BBE1E0
(187,225,224)
#C2E4E3
(194,228,227)
#C9E7E6
(201,231,230)
#D0EAE9
(208,234,233)
#D7EDEC
(215,237,236)
#DEF0EF
(222,240,239)
#E5F3F2
(229,243,242)
#ECF6F5
(236,246,245)
#F3F9F8
(243,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADDBDA color. Also use rgb(173,219,218) instead hex code.

Text Font Color

.myTextColor { color: #ADDBDA; }

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

This text font color is #ADDBDA.


Background Color

.myBgColor { background-color: #ADDBDA; }

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

This div background color is #ADDBDA.


Border color

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

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

This div border color is #ADDBDA.


Opacity

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

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

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

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

This text has shadow with #ADDBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDBDA on black background.


Color preview on white background

This text has color #ADDBDA on white background.



Black color preview on #ADDBDA background

This text has black color on #ADDBDA background.


White color preview on #ADDBDA background

This text has white color on #ADDBDA background.