COLOR #ADACE1

HEX: #ADACE1 RGB: (173,172,225)

Color info

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

RGB color model

#ADACE1 color RGB value is (173,172,225).

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

RGB channels and saturation

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

173
172
225

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

Portions of RGB colors in percentages

R + G + B = 173 + 172 + 225 = 570 (100%)
R 173 of 570 ~ 30.35%
G 172 of 570 ~ 30.18%
B 225 of 570 ~ 39.47'%

%30.35
%30.18
%39.47

CMYK color model

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

  • cyan value is 23.11%
  • magenta value is 23.56%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (23,24,0,12)
C23M24Y0K12 (23%, 24%, 0%, 12%)
(0.23 / 0.24 / 0.00 / 0.12)

CMYK percentages

%23.11
%23.56
%0
%11.76

Codes

Color #ADACE1 in popluar color models

AD AC E1
RGB 173 172 225
HSL 241° 46.90% 77.84%
HSB/HSV 241° 23.56% 88.24%
CMYK 23.11% 23.56% 0.00%
11.76%

Color #ADACE1 in popluar number systems.

HEX AD AC E1
Decimal 173 172 225
Binary 10101101 10101100 11100001
Octal 255 254 341

Shades and tints

Shades of #ADACE1

#ADACE1
(173,172,225)
#9E9DCD
(158,157,205)
#8F8EB9
(143,142,185)
#807FA5
(128,127,165)
#717091
(113,112,145)
#62617D
(98,97,125)
#535269
(83,82,105)
#444355
(68,67,85)
#353441
(53,52,65)
#26252D
(38,37,45)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #ADACE1

#ADACE1
(173,172,225)
#B4B3E3
(180,179,227)
#BBBAE5
(187,186,229)
#C2C1E7
(194,193,231)
#C9C8E9
(201,200,233)
#D0CFEB
(208,207,235)
#D7D6ED
(215,214,237)
#DEDDEF
(222,221,239)
#E5E4F1
(229,228,241)
#ECEBF3
(236,235,243)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADACE1; }

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

This text font color is #ADACE1.

Background Color

.myBgColor { background-color: #ADACE1; }

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

This div background color is #ADACE1.

Border color

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

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

This div border color is #ADACE1.

Opacity

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

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

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

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

This text has shadow with #ADACE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADACE1.

Preview

Color preview on black background

This text has color #ADACE1 on black background.


Color preview on white background

This text has color #ADACE1 on white background.


Black color preview on #ADACE1 background

This text has black color on #ADACE1 background.


White color preview on #ADACE1 background

This text has white color on #ADACE1 background.


Related colors

Complementary color

Complementary color for #hex is #52531E.


I love getcolorcode.com

Triadic colors

1 #E1ADAC and #ACE1AD with #ADACE1 are triadic colors.

2 #E1ACAD and #ACADE1 with #ADACE1 are triadic colors.