COLOR #ADAAED

HEX: #ADAAED
RGB: (173,170,237)

Color info

#ADAAED contains mainly blue color. Web safe color of #ADAAED is #9999FF (or #99F).

RGB color model

#ADAAED color RGB value is (173,170,237).

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

RGB channels and saturation

R 173 of 255 = 68%
G 170 of 255 = 67%
B 237 of 255 = 93%

173
170
237

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

Portions of RGB colors in percentages

R + G + B =
173 + 170 + 237 = 580 (100%)
R 173 of 580 ~ 29.83%
G 170 of 580 ~ 29.31%
B 237 of 580 ~ 40.86%

%29.83
%29.31
%40.86

CMYK color model

#ADAAED color CMYK value is (27,28,0,7).

  • cyan value is 27.00%
  • magenta value is 28.27%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(27,28,0,7)
C27M28Y0K7 
(27%,28%,0%,7%)
(0.27/0.28/0.00/0.07)	

CMYK percentages

%27
%28.27
%0
%7.06

Codes

Color #ADAAED in popluar color models

ADAAED
RGB173170237
HSL243°65.05%79.80%
HSB/HSV243°28.27%92.94%
CMYK27.00%28.27%0.00%
7.06%

Color #ADAAED in popluar number systems.

HEXADAAED
Decimal173170237
Binary101011011010101011101101
Octal255252355

Shades and tints

Shades of #ADAAED

#ADAAED
(173,170,237)
#9E9BD8
(158,155,216)
#8F8CC3
(143,140,195)
#807DAE
(128,125,174)
#716E99
(113,110,153)
#625F84
(98,95,132)
#53506F
(83,80,111)
#44415A
(68,65,90)
#353245
(53,50,69)
#262330
(38,35,48)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #ADAAED

#ADAAED
(173,170,237)
#B4B1EE
(180,177,238)
#BBB8EF
(187,184,239)
#C2BFF0
(194,191,240)
#C9C6F1
(201,198,241)
#D0CDF2
(208,205,242)
#D7D4F3
(215,212,243)
#DEDBF4
(222,219,244)
#E5E2F5
(229,226,245)
#ECE9F6
(236,233,246)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAAED; }

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

This text font color is #ADAAED.


Background Color

.myBgColor { background-color: #ADAAED; }

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

This div background color is #ADAAED.


Border color

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

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

This div border color is #ADAAED.


Opacity

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

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

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

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

This text has shadow with #ADAAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAAED on black background.


Color preview on white background

This text has color #ADAAED on white background.



Black color preview on #ADAAED background

This text has black color on #ADAAED background.


White color preview on #ADAAED background

This text has white color on #ADAAED background.