COLOR #ADCCD5

HEX: #ADCCD5
RGB: (173,204,213)

Color info

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

RGB color model

#ADCCD5 color RGB value is (173,204,213).

  • red value is 173;
  • green value is 204;
  • blue value is 213.
RGB:
(173,204,213)
(68%,80%,84%)

RGB channels and saturation

R 173 of 255 = 68%
G 204 of 255 = 80%
B 213 of 255 = 84%

173
204
213

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

Portions of RGB colors in percentages

R + G + B =
173 + 204 + 213 = 590 (100%)
R 173 of 590 ~ 29.32%
G 204 of 590 ~ 34.58%
B 213 of 590 ~ 36.1%

%29.32
%34.58
%36.1

CMYK color model

#ADCCD5 color CMYK value is (19,4,0,16).

  • cyan value is 18.78%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(19,4,0,16)
C19M4Y0K16 
(19%,4%,0%,16%)
(0.19/0.04/0.00/0.16)	

CMYK percentages

%18.78
%4.23
%0
%16.47

Codes

Color #ADCCD5 in popluar color models

ADCCD5
RGB173204213
HSL194°32.26%75.69%
HSB/HSV194°18.78%83.53%
CMYK18.78%4.23%0.00%
16.47%

Color #ADCCD5 in popluar number systems.

HEXADCCD5
Decimal173204213
Binary101011011100110011010101
Octal255314325

Shades and tints

Shades of #ADCCD5

#ADCCD5
(173,204,213)
#9EBAC2
(158,186,194)
#8FA8AF
(143,168,175)
#80969C
(128,150,156)
#718489
(113,132,137)
#627276
(98,114,118)
#536063
(83,96,99)
#444E50
(68,78,80)
#353C3D
(53,60,61)
#262A2A
(38,42,42)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #ADCCD5

#ADCCD5
(173,204,213)
#B4D0D8
(180,208,216)
#BBD4DB
(187,212,219)
#C2D8DE
(194,216,222)
#C9DCE1
(201,220,225)
#D0E0E4
(208,224,228)
#D7E4E7
(215,228,231)
#DEE8EA
(222,232,234)
#E5ECED
(229,236,237)
#ECF0F0
(236,240,240)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCCD5; }

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

This text font color is #ADCCD5.


Background Color

.myBgColor { background-color: #ADCCD5; }

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

This div background color is #ADCCD5.


Border color

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

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

This div border color is #ADCCD5.


Opacity

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

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

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

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

This text has shadow with #ADCCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCCD5 on black background.


Color preview on white background

This text has color #ADCCD5 on white background.



Black color preview on #ADCCD5 background

This text has black color on #ADCCD5 background.


White color preview on #ADCCD5 background

This text has white color on #ADCCD5 background.