COLOR #ACAEDE

HEX: #ACAEDE
RGB: (172,174,222)

Color info

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

RGB color model

#ACAEDE color RGB value is (172,174,222).

  • red value is 172;
  • green value is 174;
  • blue value is 222.
RGB:
(172,174,222)
(67%,68%,87%)

RGB channels and saturation

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

172
174
222

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

Portions of RGB colors in percentages

R + G + B =
172 + 174 + 222 = 568 (100%)
R 172 of 568 ~ 30.28%
G 174 of 568 ~ 30.63%
B 222 of 568 ~ 39.08%

%30.28
%30.63
%39.08

CMYK color model

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

  • cyan value is 22.52%
  • magenta value is 21.62%
  • 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
%21.62
%0
%12.94

Codes

Color #ACAEDE in popluar color models

ACAEDE
RGB172174222
HSL238°43.10%77.25%
HSB/HSV238°22.52%87.06%
CMYK22.52%21.62%0.00%
12.94%

Color #ACAEDE in popluar number systems.

HEXACAEDE
Decimal172174222
Binary101011001010111011011110
Octal254256336

Shades and tints

Shades of #ACAEDE

#ACAEDE
(172,174,222)
#9D9FCA
(157,159,202)
#8E90B6
(142,144,182)
#7F81A2
(127,129,162)
#70728E
(112,114,142)
#61637A
(97,99,122)
#525466
(82,84,102)
#434552
(67,69,82)
#34363E
(52,54,62)
#25272A
(37,39,42)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #ACAEDE

#ACAEDE
(172,174,222)
#B3B5E1
(179,181,225)
#BABCE4
(186,188,228)
#C1C3E7
(193,195,231)
#C8CAEA
(200,202,234)
#CFD1ED
(207,209,237)
#D6D8F0
(214,216,240)
#DDDFF3
(221,223,243)
#E4E6F6
(228,230,246)
#EBEDF9
(235,237,249)
#F2F4FC
(242,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAEDE; }

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

This text font color is #ACAEDE.


Background Color

.myBgColor { background-color: #ACAEDE; }

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

This div background color is #ACAEDE.


Border color

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

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

This div border color is #ACAEDE.


Opacity

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

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

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

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

This text has shadow with #ACAEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAEDE on black background.


Color preview on white background

This text has color #ACAEDE on white background.



Black color preview on #ACAEDE background

This text has black color on #ACAEDE background.


White color preview on #ACAEDE background

This text has white color on #ACAEDE background.