COLOR #ADAAE6

HEX: #ADAAE6
RGB: (173,170,230)

Color info

#ADAAE6 contains mainly red and blue colors. Web safe color of #ADAAE6 is #9999CC (or #99C).

RGB color model

#ADAAE6 color RGB value is (173,170,230).

  • red value is 173;
  • green value is 170;
  • blue value is 230.
RGB:
(173,170,230)
(68%,67%,90%)

RGB channels and saturation

R 173 of 255 = 68%
G 170 of 255 = 67%
B 230 of 255 = 90%

173
170
230

R + G + B ~ 75%. #ADAAE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 170 + 230 = 573 (100%)
R 173 of 573 ~ 30.19%
G 170 of 573 ~ 29.67%
B 230 of 573 ~ 40.14%

%30.19
%29.67
%40.14

CMYK color model

#ADAAE6 color CMYK value is (25,26,0,10).

  • cyan value is 24.78%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(25,26,0,10)
C25M26Y0K10 
(25%,26%,0%,10%)
(0.25/0.26/0.00/0.10)	

CMYK percentages

%24.78
%26.09
%0
%9.8

Codes

Color #ADAAE6 in popluar color models

ADAAE6
RGB173170230
HSL243°54.55%78.43%
HSB/HSV243°26.09%90.20%
CMYK24.78%26.09%0.00%
9.80%

Color #ADAAE6 in popluar number systems.

HEXADAAE6
Decimal173170230
Binary101011011010101011100110
Octal255252346

Shades and tints

Shades of #ADAAE6

#ADAAE6
(173,170,230)
#9E9BD2
(158,155,210)
#8F8CBE
(143,140,190)
#807DAA
(128,125,170)
#716E96
(113,110,150)
#625F82
(98,95,130)
#53506E
(83,80,110)
#44415A
(68,65,90)
#353246
(53,50,70)
#262332
(38,35,50)
#17141E
(23,20,30)
#000000
(0,0,0)

Tints of #ADAAE6

#ADAAE6
(173,170,230)
#B4B1E8
(180,177,232)
#BBB8EA
(187,184,234)
#C2BFEC
(194,191,236)
#C9C6EE
(201,198,238)
#D0CDF0
(208,205,240)
#D7D4F2
(215,212,242)
#DEDBF4
(222,219,244)
#E5E2F6
(229,226,246)
#ECE9F8
(236,233,248)
#F3F0FA
(243,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADAAE6 color. Also use rgb(173,170,230) instead hex code.

Text Font Color

.myTextColor { color: #ADAAE6; }

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

This text font color is #ADAAE6.


Background Color

.myBgColor { background-color: #ADAAE6; }

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

This div background color is #ADAAE6.


Border color

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

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

This div border color is #ADAAE6.


Opacity

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

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

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

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

This text has shadow with #ADAAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAAE6 on black background.


Color preview on white background

This text has color #ADAAE6 on white background.



Black color preview on #ADAAE6 background

This text has black color on #ADAAE6 background.


White color preview on #ADAAE6 background

This text has white color on #ADAAE6 background.