COLOR #ACAEE8

HEX: #ACAEE8 RGB: (172,174,232)

Color info

#ACAEE8 contains mainly green and blue colors. Web safe color of #ACAEE8 is #9999FF (or #99F).

RGB color model

#ACAEE8 color RGB value is (172,174,232).

RGB: (172,174,232) (67%, 68%, 91%)

RGB channels and saturation

R 172 of 255 = 67%
G 174 of 255 = 68%
B 232 of 255 = 91%

172
174
232

R + G + B ~ 75%. #ACAEE8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 174 + 232 = 578 (100%)
R 172 of 578 ~ 29.76%
G 174 of 578 ~ 30.1%
B 232 of 578 ~ 40.14'%

%29.76
%30.1
%40.14

CMYK color model

#ACAEE8 color CMYK value is (26,25,0,9).

  • cyan value is 25.86%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (26,25,0,9)
C26M25Y0K9 (26%, 25%, 0%, 9%)
(0.26 / 0.25 / 0.00 / 0.09)

CMYK percentages

%25.86
%25
%0
%9.02

Codes

Color #ACAEE8 in popluar color models

AC AE E8
RGB 172 174 232
HSL 238° 56.60% 79.22%
HSB/HSV 238° 25.86% 90.98%
CMYK 25.86% 25.00% 0.00%
9.02%

Color #ACAEE8 in popluar number systems.

HEX AC AE E8
Decimal 172 174 232
Binary 10101100 10101110 11101000
Octal 254 256 350

Shades and tints

Shades of #ACAEE8

#ACAEE8
(172,174,232)
#9D9FD3
(157,159,211)
#8E90BE
(142,144,190)
#7F81A9
(127,129,169)
#707294
(112,114,148)
#61637F
(97,99,127)
#52546A
(82,84,106)
#434555
(67,69,85)
#343640
(52,54,64)
#25272B
(37,39,43)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #ACAEE8

#ACAEE8
(172,174,232)
#B3B5EA
(179,181,234)
#BABCEC
(186,188,236)
#C1C3EE
(193,195,238)
#C8CAF0
(200,202,240)
#CFD1F2
(207,209,242)
#D6D8F4
(214,216,244)
#DDDFF6
(221,223,246)
#E4E6F8
(228,230,248)
#EBEDFA
(235,237,250)
#F2F4FC
(242,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAEE8; }

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

This text font color is #ACAEE8.

Background Color

.myBgColor { background-color: #ACAEE8; }

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

This div background color is #ACAEE8.

Border color

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

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

This div border color is #ACAEE8.

Opacity

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

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

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

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

This text has shadow with #ACAEE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACAEE8.

Preview

Color preview on black background

This text has color #ACAEE8 on black background.


Color preview on white background

This text has color #ACAEE8 on white background.


Black color preview on #ACAEE8 background

This text has black color on #ACAEE8 background.


White color preview on #ACAEE8 background

This text has white color on #ACAEE8 background.


Related colors

Complementary color

Complementary color for #hex is #535117.


I love getcolorcode.com

Triadic colors

1 #E8ACAE and #AEE8AC with #ACAEE8 are triadic colors.

2 #E8AEAC and #AEACE8 with #ACAEE8 are triadic colors.