COLOR #ADACE0

HEX: #ADACE0 RGB: (173,172,224)

Color info

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

RGB color model

#ADACE0 color RGB value is (173,172,224).

RGB: (173,172,224) (68%, 67%, 88%)

RGB channels and saturation

R 173 of 255 = 68%
G 172 of 255 = 67%
B 224 of 255 = 88%

173
172
224

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

Portions of RGB colors in percentages

R + G + B = 173 + 172 + 224 = 569 (100%)
R 173 of 569 ~ 30.4%
G 172 of 569 ~ 30.23%
B 224 of 569 ~ 39.37'%

%30.4
%30.23
%39.37

CMYK color model

#ADACE0 color CMYK value is (23,23,0,12).

  • cyan value is 22.77%
  • magenta value is 23.21%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (23,23,0,12)
C23M23Y0K12 (23%, 23%, 0%, 12%)
(0.23 / 0.23 / 0.00 / 0.12)

CMYK percentages

%22.77
%23.21
%0
%12.16

Codes

Color #ADACE0 in popluar color models

AD AC E0
RGB 173 172 224
HSL 241° 45.61% 77.65%
HSB/HSV 241° 23.21% 87.84%
CMYK 22.77% 23.21% 0.00%
12.16%

Color #ADACE0 in popluar number systems.

HEX AD AC E0
Decimal 173 172 224
Binary 10101101 10101100 11100000
Octal 255 254 340

Shades and tints

Shades of #ADACE0

#ADACE0
(173,172,224)
#9E9DCC
(158,157,204)
#8F8EB8
(143,142,184)
#807FA4
(128,127,164)
#717090
(113,112,144)
#62617C
(98,97,124)
#535268
(83,82,104)
#444354
(68,67,84)
#353440
(53,52,64)
#26252C
(38,37,44)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #ADACE0

#ADACE0
(173,172,224)
#B4B3E2
(180,179,226)
#BBBAE4
(187,186,228)
#C2C1E6
(194,193,230)
#C9C8E8
(201,200,232)
#D0CFEA
(208,207,234)
#D7D6EC
(215,214,236)
#DEDDEE
(222,221,238)
#E5E4F0
(229,228,240)
#ECEBF2
(236,235,242)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADACE0 color. Also use rgb(173,172,224) instead hex code.

Text Font Color

.myTextColor { color: #ADACE0; }

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

This text font color is #ADACE0.

Background Color

.myBgColor { background-color: #ADACE0; }

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

This div background color is #ADACE0.

Border color

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

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

This div border color is #ADACE0.

Opacity

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

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

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

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

This text has shadow with #ADACE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADACE0.

Preview

Color preview on black background

This text has color #ADACE0 on black background.


Color preview on white background

This text has color #ADACE0 on white background.


Black color preview on #ADACE0 background

This text has black color on #ADACE0 background.


White color preview on #ADACE0 background

This text has white color on #ADACE0 background.


Related colors

Complementary color

Complementary color for #hex is #52531F.


I love getcolorcode.com

Triadic colors

1 #E0ADAC and #ACE0AD with #ADACE0 are triadic colors.

2 #E0ACAD and #ACADE0 with #ADACE0 are triadic colors.