COLOR #ADBACE

HEX: #ADBACE
RGB: (173,186,206)

Color info

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

RGB color model

#ADBACE color RGB value is (173,186,206).

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

RGB channels and saturation

R 173 of 255 = 68%
G 186 of 255 = 73%
B 206 of 255 = 81%

173
186
206

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

Portions of RGB colors in percentages

R + G + B =
173 + 186 + 206 = 565 (100%)
R 173 of 565 ~ 30.62%
G 186 of 565 ~ 32.92%
B 206 of 565 ~ 36.46%

%30.62
%32.92
%36.46

CMYK color model

#ADBACE color CMYK value is (16,10,0,19).

  • cyan value is 16.02%
  • magenta value is 9.71%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(16,10,0,19)
C16M10Y0K19 
(16%,10%,0%,19%)
(0.16/0.10/0.00/0.19)	

CMYK percentages

%16.02
%9.71
%0
%19.22

Codes

Color #ADBACE in popluar color models

ADBACE
RGB173186206
HSL216°25.19%74.31%
HSB/HSV216°16.02%80.78%
CMYK16.02%9.71%0.00%
19.22%

Color #ADBACE in popluar number systems.

HEXADBACE
Decimal173186206
Binary101011011011101011001110
Octal255272316

Shades and tints

Shades of #ADBACE

#ADBACE
(173,186,206)
#9EAABC
(158,170,188)
#8F9AAA
(143,154,170)
#808A98
(128,138,152)
#717A86
(113,122,134)
#626A74
(98,106,116)
#535A62
(83,90,98)
#444A50
(68,74,80)
#353A3E
(53,58,62)
#262A2C
(38,42,44)
#171A1A
(23,26,26)
#000000
(0,0,0)

Tints of #ADBACE

#ADBACE
(173,186,206)
#B4C0D2
(180,192,210)
#BBC6D6
(187,198,214)
#C2CCDA
(194,204,218)
#C9D2DE
(201,210,222)
#D0D8E2
(208,216,226)
#D7DEE6
(215,222,230)
#DEE4EA
(222,228,234)
#E5EAEE
(229,234,238)
#ECF0F2
(236,240,242)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBACE; }

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

This text font color is #ADBACE.


Background Color

.myBgColor { background-color: #ADBACE; }

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

This div background color is #ADBACE.


Border color

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

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

This div border color is #ADBACE.


Opacity

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

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

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

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

This text has shadow with #ADBACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBACE on black background.


Color preview on white background

This text has color #ADBACE on white background.



Black color preview on #ADBACE background

This text has black color on #ADBACE background.


White color preview on #ADBACE background

This text has white color on #ADBACE background.