COLOR #ADCCCA

HEX: #ADCCCA
RGB: (173,204,202)

Color info

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

RGB color model

#ADCCCA color RGB value is (173,204,202).

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

RGB channels and saturation

R 173 of 255 = 68%
G 204 of 255 = 80%
B 202 of 255 = 79%

173
204
202

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

Portions of RGB colors in percentages

R + G + B =
173 + 204 + 202 = 579 (100%)
R 173 of 579 ~ 29.88%
G 204 of 579 ~ 35.23%
B 202 of 579 ~ 34.89%

%29.88
%35.23
%34.89

CMYK color model

#ADCCCA color CMYK value is (15,0,1,20).

  • cyan value is 15.20%
  • magenta value is 0.00%
  • yellow value is 0.98%
  • key color value is 20.00%
CMYK:
(15,0,1,20)
C15M0Y1K20 
(15%,0%,1%,20%)
(0.15/0.00/0.01/0.20)	

CMYK percentages

%15.2
%0
%0.98
%20

Codes

Color #ADCCCA in popluar color models

ADCCCA
RGB173204202
HSL176°23.31%73.92%
HSB/HSV176°15.20%80.00%
CMYK15.20%0.00%0.98%
20.00%

Color #ADCCCA in popluar number systems.

HEXADCCCA
Decimal173204202
Binary101011011100110011001010
Octal255314312

Shades and tints

Shades of #ADCCCA

#ADCCCA
(173,204,202)
#9EBAB8
(158,186,184)
#8FA8A6
(143,168,166)
#809694
(128,150,148)
#718482
(113,132,130)
#627270
(98,114,112)
#53605E
(83,96,94)
#444E4C
(68,78,76)
#353C3A
(53,60,58)
#262A28
(38,42,40)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #ADCCCA

#ADCCCA
(173,204,202)
#B4D0CE
(180,208,206)
#BBD4D2
(187,212,210)
#C2D8D6
(194,216,214)
#C9DCDA
(201,220,218)
#D0E0DE
(208,224,222)
#D7E4E2
(215,228,226)
#DEE8E6
(222,232,230)
#E5ECEA
(229,236,234)
#ECF0EE
(236,240,238)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCCCA; }

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

This text font color is #ADCCCA.


Background Color

.myBgColor { background-color: #ADCCCA; }

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

This div background color is #ADCCCA.


Border color

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

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

This div border color is #ADCCCA.


Opacity

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

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

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

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

This text has shadow with #ADCCCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCCCA on black background.


Color preview on white background

This text has color #ADCCCA on white background.



Black color preview on #ADCCCA background

This text has black color on #ADCCCA background.


White color preview on #ADCCCA background

This text has white color on #ADCCCA background.