COLOR #ACAEBA

HEX: #ACAEBA RGB: (172,174,186)

Color info

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

RGB color model

#ACAEBA color RGB value is (172,174,186).

RGB: (172,174,186) (67%, 68%, 73%)

RGB channels and saturation

R 172 of 255 = 67%
G 174 of 255 = 68%
B 186 of 255 = 73%

172
174
186

R + G + B ~ 69%. #ACAEBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 174 + 186 = 532 (100%)
R 172 of 532 ~ 32.33%
G 174 of 532 ~ 32.71%
B 186 of 532 ~ 34.96'%

%32.33
%32.71
%34.96

CMYK color model

#ACAEBA color CMYK value is (8,6,0,27).

  • cyan value is 7.53%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (8,6,0,27) C8M6Y0K27 (8%,6%,0%,27%) (0.08/0.06/0.00/0.27) 

CMYK percentages

%7.53
%6.45
%0
%27.06

Codes

Color #ACAEBA in popluar color models

AC AE BA
RGB 172 174 186
HSL 231° 9.21% 70.20%
HSB/HSV 231° 7.53% 72.94%
CMYK 7.53% 6.45% 0.00%
27.06%

Color #ACAEBA in popluar number systems.

HEX AC AE BA
Decimal 172 174 186
Binary 10101100 10101110 10111010
Octal 254 256 272

Shades and tints

Shades of #ACAEBA

#ACAEBA
(172,174,186)
#9D9FAA
(157,159,170)
#8E909A
(142,144,154)
#7F818A
(127,129,138)
#70727A
(112,114,122)
#61636A
(97,99,106)
#52545A
(82,84,90)
#43454A
(67,69,74)
#34363A
(52,54,58)
#25272A
(37,39,42)
#16181A
(22,24,26)
#000000
(0,0,0)

Tints of #ACAEBA

#ACAEBA
(172,174,186)
#B3B5C0
(179,181,192)
#BABCC6
(186,188,198)
#C1C3CC
(193,195,204)
#C8CAD2
(200,202,210)
#CFD1D8
(207,209,216)
#D6D8DE
(214,216,222)
#DDDFE4
(221,223,228)
#E4E6EA
(228,230,234)
#EBEDF0
(235,237,240)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAEBA; }

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

This text font color is #ACAEBA.

Background Color

.myBgColor { background-color: #ACAEBA; }

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

This div background color is #ACAEBA.

Border color

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

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

This div border color is #ACAEBA.

Opacity

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

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

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

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

This text has shadow with #ACAEBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACAEBA.

Preview

Color preview on black background

This text has color #ACAEBA on black background.


Color preview on white background

This text has color #ACAEBA on white background.


Black color preview on #ACAEBA background

This text has black color on #ACAEBA background.


White color preview on #ACAEBA background

This text has white color on #ACAEBA background.


Related colors

Complementary color

Complementary color for #hex is #535145.


I love getcolorcode.com

Triadic colors

1 #BAACAE and #AEBAAC with #ACAEBA are triadic colors.

2 #BAAEAC and #AEACBA with #ACAEBA are triadic colors.