COLOR #ADCDD4

HEX: #ADCDD4
RGB: (173,205,212)

Color info

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

RGB color model

#ADCDD4 color RGB value is (173,205,212).

  • red value is 173;
  • green value is 205;
  • blue value is 212.
RGB:
(173,205,212)
(68%,80%,83%)

RGB channels and saturation

R 173 of 255 = 68%
G 205 of 255 = 80%
B 212 of 255 = 83%

173
205
212

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

Portions of RGB colors in percentages

R + G + B =
173 + 205 + 212 = 590 (100%)
R 173 of 590 ~ 29.32%
G 205 of 590 ~ 34.75%
B 212 of 590 ~ 35.93%

%29.32
%34.75
%35.93

CMYK color model

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

  • cyan value is 18.40%
  • magenta value is 3.30%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(18,3,0,17)
C18M3Y0K17 
(18%,3%,0%,17%)
(0.18/0.03/0.00/0.17)	

CMYK percentages

%18.4
%3.3
%0
%16.86

Codes

Color #ADCDD4 in popluar color models

ADCDD4
RGB173205212
HSL191°31.20%75.49%
HSB/HSV191°18.40%83.14%
CMYK18.40%3.30%0.00%
16.86%

Color #ADCDD4 in popluar number systems.

HEXADCDD4
Decimal173205212
Binary101011011100110111010100
Octal255315324

Shades and tints

Shades of #ADCDD4

#ADCDD4
(173,205,212)
#9EBBC1
(158,187,193)
#8FA9AE
(143,169,174)
#80979B
(128,151,155)
#718588
(113,133,136)
#627375
(98,115,117)
#536162
(83,97,98)
#444F4F
(68,79,79)
#353D3C
(53,61,60)
#262B29
(38,43,41)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #ADCDD4

#ADCDD4
(173,205,212)
#B4D1D7
(180,209,215)
#BBD5DA
(187,213,218)
#C2D9DD
(194,217,221)
#C9DDE0
(201,221,224)
#D0E1E3
(208,225,227)
#D7E5E6
(215,229,230)
#DEE9E9
(222,233,233)
#E5EDEC
(229,237,236)
#ECF1EF
(236,241,239)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCDD4; }

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

This text font color is #ADCDD4.


Background Color

.myBgColor { background-color: #ADCDD4; }

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

This div background color is #ADCDD4.


Border color

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

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

This div border color is #ADCDD4.


Opacity

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

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

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

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

This text has shadow with #ADCDD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCDD4 on black background.


Color preview on white background

This text has color #ADCDD4 on white background.



Black color preview on #ADCDD4 background

This text has black color on #ADCDD4 background.


White color preview on #ADCDD4 background

This text has white color on #ADCDD4 background.