COLOR #ADD8D8

HEX: #ADD8D8 RGB: (173,216,216)

Color info

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

RGB color model

#ADD8D8 color RGB value is (173,216,216).

RGB: (173,216,216) (68%, 85%, 85%)

RGB channels and saturation

R 173 of 255 = 68%
G 216 of 255 = 85%
B 216 of 255 = 85%

173
216
216

R + G + B ~ 79%. #ADD8D8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 216 + 216 = 605 (100%)
R 173 of 605 ~ 28.6%
G 216 of 605 ~ 35.7%
B 216 of 605 ~ 35.7'%

%28.6
%35.7
%35.7

CMYK color model

#ADD8D8 color CMYK value is (20,0,0,15).

  • cyan value is 19.91%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK: (20,0,0,15) C20M0Y0K15 (20%,0%,0%,15%) (0.20/0.00/0.00/0.15) 

CMYK percentages

%19.91
%0
%0
%15.29

Codes

Color #ADD8D8 in popluar color models

AD D8 D8
RGB 173 216 216
HSL 180° 35.54% 76.27%
HSB/HSV 180° 19.91% 84.71%
CMYK 19.91% 0.00% 0.00%
15.29%

Color #ADD8D8 in popluar number systems.

HEX AD D8 D8
Decimal 173 216 216
Binary 10101101 11011000 11011000
Octal 255 330 330

Shades and tints

Shades of #ADD8D8

#ADD8D8
(173,216,216)
#9EC5C5
(158,197,197)
#8FB2B2
(143,178,178)
#809F9F
(128,159,159)
#718C8C
(113,140,140)
#627979
(98,121,121)
#536666
(83,102,102)
#445353
(68,83,83)
#354040
(53,64,64)
#262D2D
(38,45,45)
#171A1A
(23,26,26)
#000000
(0,0,0)

Tints of #ADD8D8

#ADD8D8
(173,216,216)
#B4DBDB
(180,219,219)
#BBDEDE
(187,222,222)
#C2E1E1
(194,225,225)
#C9E4E4
(201,228,228)
#D0E7E7
(208,231,231)
#D7EAEA
(215,234,234)
#DEEDED
(222,237,237)
#E5F0F0
(229,240,240)
#ECF3F3
(236,243,243)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD8D8; }

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

This text font color is #ADD8D8.


Background Color

.myBgColor { background-color: #ADD8D8; }

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

This div background color is #ADD8D8.


Border color

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

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

This div border color is #ADD8D8.


Opacity

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

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

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

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

This text has shadow with #ADD8D8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #ADD8D8 on black background.


Color preview on white background

This text has color #ADD8D8 on white background.



Black color preview on #ADD8D8 background

This text has black color on #ADD8D8 background.


White color preview on #ADD8D8 background

This text has white color on #ADD8D8 background.