COLOR #ADCBBA

HEX: #ADCBBA
RGB: (173,203,186)

Color info

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

RGB color model

#ADCBBA color RGB value is (173,203,186).

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

RGB channels and saturation

R 173 of 255 = 68%
G 203 of 255 = 80%
B 186 of 255 = 73%

173
203
186

R + G + B ~ 74%. #ADCBBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 203 + 186 = 562 (100%)
R 173 of 562 ~ 30.78%
G 203 of 562 ~ 36.12%
B 186 of 562 ~ 33.1%

%30.78
%36.12
%33.1

CMYK color model

#ADCBBA color CMYK value is (15,0,8,20).

  • cyan value is 14.78%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 20.39%
CMYK:
(15,0,8,20)
C15M0Y8K20 
(15%,0%,8%,20%)
(0.15/0.00/0.08/0.20)	

CMYK percentages

%14.78
%0
%8.37
%20.39

Codes

Color #ADCBBA in popluar color models

ADCBBA
RGB173203186
HSL146°22.39%73.73%
HSB/HSV146°14.78%79.61%
CMYK14.78%0.00%8.37%
20.39%

Color #ADCBBA in popluar number systems.

HEXADCBBA
Decimal173203186
Binary101011011100101110111010
Octal255313272

Shades and tints

Shades of #ADCBBA

#ADCBBA
(173,203,186)
#9EB9AA
(158,185,170)
#8FA79A
(143,167,154)
#80958A
(128,149,138)
#71837A
(113,131,122)
#62716A
(98,113,106)
#535F5A
(83,95,90)
#444D4A
(68,77,74)
#353B3A
(53,59,58)
#26292A
(38,41,42)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #ADCBBA

#ADCBBA
(173,203,186)
#B4CFC0
(180,207,192)
#BBD3C6
(187,211,198)
#C2D7CC
(194,215,204)
#C9DBD2
(201,219,210)
#D0DFD8
(208,223,216)
#D7E3DE
(215,227,222)
#DEE7E4
(222,231,228)
#E5EBEA
(229,235,234)
#ECEFF0
(236,239,240)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCBBA; }

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

This text font color is #ADCBBA.


Background Color

.myBgColor { background-color: #ADCBBA; }

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

This div background color is #ADCBBA.


Border color

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

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

This div border color is #ADCBBA.


Opacity

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

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

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

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

This text has shadow with #ADCBBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCBBA on black background.


Color preview on white background

This text has color #ADCBBA on white background.



Black color preview on #ADCBBA background

This text has black color on #ADCBBA background.


White color preview on #ADCBBA background

This text has white color on #ADCBBA background.