COLOR #ADD1CB

HEX: #ADD1CB
RGB: (173,209,203)

Color info

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

RGB color model

#ADD1CB color RGB value is (173,209,203).

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

RGB channels and saturation

R 173 of 255 = 68%
G 209 of 255 = 82%
B 203 of 255 = 80%

173
209
203

R + G + B ~ 77%. #ADD1CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 209 + 203 = 585 (100%)
R 173 of 585 ~ 29.57%
G 209 of 585 ~ 35.73%
B 203 of 585 ~ 34.7%

%29.57
%35.73
%34.7

CMYK color model

#ADD1CB color CMYK value is (17,0,3,18).

  • cyan value is 17.22%
  • magenta value is 0.00%
  • yellow value is 2.87%
  • key color value is 18.04%
CMYK:
(17,0,3,18)
C17M0Y3K18 
(17%,0%,3%,18%)
(0.17/0.00/0.03/0.18)	

CMYK percentages

%17.22
%0
%2.87
%18.04

Codes

Color #ADD1CB in popluar color models

ADD1CB
RGB173209203
HSL170°28.13%74.90%
HSB/HSV170°17.22%81.96%
CMYK17.22%0.00%2.87%
18.04%

Color #ADD1CB in popluar number systems.

HEXADD1CB
Decimal173209203
Binary101011011101000111001011
Octal255321313

Shades and tints

Shades of #ADD1CB

#ADD1CB
(173,209,203)
#9EBEB9
(158,190,185)
#8FABA7
(143,171,167)
#809895
(128,152,149)
#718583
(113,133,131)
#627271
(98,114,113)
#535F5F
(83,95,95)
#444C4D
(68,76,77)
#35393B
(53,57,59)
#262629
(38,38,41)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #ADD1CB

#ADD1CB
(173,209,203)
#B4D5CF
(180,213,207)
#BBD9D3
(187,217,211)
#C2DDD7
(194,221,215)
#C9E1DB
(201,225,219)
#D0E5DF
(208,229,223)
#D7E9E3
(215,233,227)
#DEEDE7
(222,237,231)
#E5F1EB
(229,241,235)
#ECF5EF
(236,245,239)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD1CB; }

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

This text font color is #ADD1CB.


Background Color

.myBgColor { background-color: #ADD1CB; }

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

This div background color is #ADD1CB.


Border color

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

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

This div border color is #ADD1CB.


Opacity

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

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

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

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

This text has shadow with #ADD1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD1CB on black background.


Color preview on white background

This text has color #ADD1CB on white background.



Black color preview on #ADD1CB background

This text has black color on #ADD1CB background.


White color preview on #ADD1CB background

This text has white color on #ADD1CB background.