COLOR #ADABCE

HEX: #ADABCE
RGB: (173,171,206)

Color info

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

RGB color model

#ADABCE color RGB value is (173,171,206).

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

RGB channels and saturation

R 173 of 255 = 68%
G 171 of 255 = 67%
B 206 of 255 = 81%

173
171
206

R + G + B ~ 72%. #ADABCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 171 + 206 = 550 (100%)
R 173 of 550 ~ 31.45%
G 171 of 550 ~ 31.09%
B 206 of 550 ~ 37.45%

%31.45
%31.09
%37.45

CMYK color model

#ADABCE color CMYK value is (16,17,0,19).

  • cyan value is 16.02%
  • magenta value is 16.99%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(16,17,0,19)
C16M17Y0K19 
(16%,17%,0%,19%)
(0.16/0.17/0.00/0.19)	

CMYK percentages

%16.02
%16.99
%0
%19.22

Codes

Color #ADABCE in popluar color models

ADABCE
RGB173171206
HSL243°26.32%73.92%
HSB/HSV243°16.99%80.78%
CMYK16.02%16.99%0.00%
19.22%

Color #ADABCE in popluar number systems.

HEXADABCE
Decimal173171206
Binary101011011010101111001110
Octal255253316

Shades and tints

Shades of #ADABCE

#ADABCE
(173,171,206)
#9E9CBC
(158,156,188)
#8F8DAA
(143,141,170)
#807E98
(128,126,152)
#716F86
(113,111,134)
#626074
(98,96,116)
#535162
(83,81,98)
#444250
(68,66,80)
#35333E
(53,51,62)
#26242C
(38,36,44)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #ADABCE

#ADABCE
(173,171,206)
#B4B2D2
(180,178,210)
#BBB9D6
(187,185,214)
#C2C0DA
(194,192,218)
#C9C7DE
(201,199,222)
#D0CEE2
(208,206,226)
#D7D5E6
(215,213,230)
#DEDCEA
(222,220,234)
#E5E3EE
(229,227,238)
#ECEAF2
(236,234,242)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADABCE; }

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

This text font color is #ADABCE.


Background Color

.myBgColor { background-color: #ADABCE; }

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

This div background color is #ADABCE.


Border color

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

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

This div border color is #ADABCE.


Opacity

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

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

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

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

This text has shadow with #ADABCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADABCE on black background.


Color preview on white background

This text has color #ADABCE on white background.



Black color preview on #ADABCE background

This text has black color on #ADABCE background.


White color preview on #ADABCE background

This text has white color on #ADABCE background.