COLOR #ACADDE

HEX: #ACADDE RGB: (172,173,222)

Color info

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

RGB color model

#ACADDE color RGB value is (172,173,222).

RGB: (172,173,222) (67%, 68%, 87%)

RGB channels and saturation

R 172 of 255 = 67%
G 173 of 255 = 68%
B 222 of 255 = 87%

172
173
222

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

Portions of RGB colors in percentages

R + G + B = 172 + 173 + 222 = 567 (100%)
R 172 of 567 ~ 30.34%
G 173 of 567 ~ 30.51%
B 222 of 567 ~ 39.15'%

%30.34
%30.51
%39.15

CMYK color model

#ACADDE color CMYK value is (23,22,0,13).

  • cyan value is 22.52%
  • magenta value is 22.07%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (23,22,0,13)
C23M22Y0K13 (23%, 22%, 0%, 13%)
(0.23 / 0.22 / 0.00 / 0.13)

CMYK percentages

%22.52
%22.07
%0
%12.94

Codes

Color #ACADDE in popluar color models

AC AD DE
RGB 172 173 222
HSL 239° 43.10% 77.25%
HSB/HSV 239° 22.52% 87.06%
CMYK 22.52% 22.07% 0.00%
12.94%

Color #ACADDE in popluar number systems.

HEX AC AD DE
Decimal 172 173 222
Binary 10101100 10101101 11011110
Octal 254 255 336

Shades and tints

Shades of #ACADDE

#ACADDE
(172,173,222)
#9D9ECA
(157,158,202)
#8E8FB6
(142,143,182)
#7F80A2
(127,128,162)
#70718E
(112,113,142)
#61627A
(97,98,122)
#525366
(82,83,102)
#434452
(67,68,82)
#34353E
(52,53,62)
#25262A
(37,38,42)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #ACADDE

#ACADDE
(172,173,222)
#B3B4E1
(179,180,225)
#BABBE4
(186,187,228)
#C1C2E7
(193,194,231)
#C8C9EA
(200,201,234)
#CFD0ED
(207,208,237)
#D6D7F0
(214,215,240)
#DDDEF3
(221,222,243)
#E4E5F6
(228,229,246)
#EBECF9
(235,236,249)
#F2F3FC
(242,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACADDE; }

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

This text font color is #ACADDE.

Background Color

.myBgColor { background-color: #ACADDE; }

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

This div background color is #ACADDE.

Border color

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

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

This div border color is #ACADDE.

Opacity

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

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

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

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

This text has shadow with #ACADDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACADDE.

Preview

Color preview on black background

This text has color #ACADDE on black background.


Color preview on white background

This text has color #ACADDE on white background.


Black color preview on #ACADDE background

This text has black color on #ACADDE background.


White color preview on #ACADDE background

This text has white color on #ACADDE background.


Related colors

Complementary color

Complementary color for #hex is #535221.


I love getcolorcode.com

Triadic colors

1 #DEACAD and #ADDEAC with #ACADDE are triadic colors.

2 #DEADAC and #ADACDE with #ACADDE are triadic colors.