COLOR #ADD3C8

HEX: #ADD3C8 RGB: (173,211,200)

Color info

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

RGB color model

#ADD3C8 color RGB value is (173,211,200).

RGB: (173,211,200) (68%, 83%, 78%)

RGB channels and saturation

R 173 of 255 = 68%
G 211 of 255 = 83%
B 200 of 255 = 78%

173
211
200

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

Portions of RGB colors in percentages

R + G + B = 173 + 211 + 200 = 584 (100%)
R 173 of 584 ~ 29.62%
G 211 of 584 ~ 36.13%
B 200 of 584 ~ 34.25'%

%29.62
%36.13
%34.25

CMYK color model

#ADD3C8 color CMYK value is (18,0,5,17).

  • cyan value is 18.01%
  • magenta value is 0.00%
  • yellow value is 5.21%
  • key color value is 17.25%

CMYK: (18,0,5,17)
C18M0Y5K17 (18%, 0%, 5%, 17%)
(0.18 / 0.00 / 0.05 / 0.17)

CMYK percentages

%18.01
%0
%5.21
%17.25

Codes

Color #ADD3C8 in popluar color models

AD D3 C8
RGB 173 211 200
HSL 163° 30.16% 75.29%
HSB/HSV 163° 18.01% 82.75%
CMYK 18.01% 0.00% 5.21%
17.25%

Color #ADD3C8 in popluar number systems.

HEX AD D3 C8
Decimal 173 211 200
Binary 10101101 11010011 11001000
Octal 255 323 310

Shades and tints

Shades of #ADD3C8

#ADD3C8
(173,211,200)
#9EC0B6
(158,192,182)
#8FADA4
(143,173,164)
#809A92
(128,154,146)
#718780
(113,135,128)
#62746E
(98,116,110)
#53615C
(83,97,92)
#444E4A
(68,78,74)
#353B38
(53,59,56)
#262826
(38,40,38)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #ADD3C8

#ADD3C8
(173,211,200)
#B4D7CD
(180,215,205)
#BBDBD2
(187,219,210)
#C2DFD7
(194,223,215)
#C9E3DC
(201,227,220)
#D0E7E1
(208,231,225)
#D7EBE6
(215,235,230)
#DEEFEB
(222,239,235)
#E5F3F0
(229,243,240)
#ECF7F5
(236,247,245)
#F3FBFA
(243,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD3C8; }

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

This text font color is #ADD3C8.

Background Color

.myBgColor { background-color: #ADD3C8; }

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

This div background color is #ADD3C8.

Border color

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

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

This div border color is #ADD3C8.

Opacity

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

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

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

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

This text has shadow with #ADD3C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD3C8.

Preview

Color preview on black background

This text has color #ADD3C8 on black background.


Color preview on white background

This text has color #ADD3C8 on white background.


Black color preview on #ADD3C8 background

This text has black color on #ADD3C8 background.


White color preview on #ADD3C8 background

This text has white color on #ADD3C8 background.


Related colors

Complementary color

Complementary color for #hex is #522C37.


I love getcolorcode.com

Triadic colors

1 #C8ADD3 and #D3C8AD with #ADD3C8 are triadic colors.

2 #C8D3AD and #D3ADC8 with #ADD3C8 are triadic colors.