COLOR #ADD1C1

HEX: #ADD1C1
RGB: (173,209,193)

Color info

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

RGB color model

#ADD1C1 color RGB value is (173,209,193).

  • red value is 173;
  • green value is 209;
  • blue value is 193.
RGB:
(173,209,193)
(68%,82%,76%)

RGB channels and saturation

R 173 of 255 = 68%
G 209 of 255 = 82%
B 193 of 255 = 76%

173
209
193

R + G + B ~ 75%. #ADD1C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 209 + 193 = 575 (100%)
R 173 of 575 ~ 30.09%
G 209 of 575 ~ 36.35%
B 193 of 575 ~ 33.57%

%30.09
%36.35
%33.57

CMYK color model

#ADD1C1 color CMYK value is (17,0,8,18).

  • cyan value is 17.22%
  • magenta value is 0.00%
  • yellow value is 7.66%
  • key color value is 18.04%
CMYK:
(17,0,8,18)
C17M0Y8K18 
(17%,0%,8%,18%)
(0.17/0.00/0.08/0.18)	

CMYK percentages

%17.22
%0
%7.66
%18.04

Codes

Color #ADD1C1 in popluar color models

ADD1C1
RGB173209193
HSL153°28.13%74.90%
HSB/HSV153°17.22%81.96%
CMYK17.22%0.00%7.66%
18.04%

Color #ADD1C1 in popluar number systems.

HEXADD1C1
Decimal173209193
Binary101011011101000111000001
Octal255321301

Shades and tints

Shades of #ADD1C1

#ADD1C1
(173,209,193)
#9EBEB0
(158,190,176)
#8FAB9F
(143,171,159)
#80988E
(128,152,142)
#71857D
(113,133,125)
#62726C
(98,114,108)
#535F5B
(83,95,91)
#444C4A
(68,76,74)
#353939
(53,57,57)
#262628
(38,38,40)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #ADD1C1

#ADD1C1
(173,209,193)
#B4D5C6
(180,213,198)
#BBD9CB
(187,217,203)
#C2DDD0
(194,221,208)
#C9E1D5
(201,225,213)
#D0E5DA
(208,229,218)
#D7E9DF
(215,233,223)
#DEEDE4
(222,237,228)
#E5F1E9
(229,241,233)
#ECF5EE
(236,245,238)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD1C1; }

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

This text font color is #ADD1C1.


Background Color

.myBgColor { background-color: #ADD1C1; }

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

This div background color is #ADD1C1.


Border color

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

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

This div border color is #ADD1C1.


Opacity

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

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

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

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

This text has shadow with #ADD1C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD1C1 on black background.


Color preview on white background

This text has color #ADD1C1 on white background.



Black color preview on #ADD1C1 background

This text has black color on #ADD1C1 background.


White color preview on #ADD1C1 background

This text has white color on #ADD1C1 background.