COLOR #ACBAAE

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

Color info

#ACBAAE contains red, green and blue colors in about the same proportion. Web safe color of #ACBAAE is #99CC99 (or #9C9).

RGB color model

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

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

RGB channels and saturation

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

172
186
174

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

Portions of RGB colors in percentages

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

%32.33
%34.96
%32.71

CMYK color model

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

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

CMYK percentages

%7.53
%0
%6.45
%27.06

Codes

Color #ACBAAE in popluar color models

ACBAAE
RGB172186174
HSL129°9.21%70.20%
HSB/HSV129°7.53%72.94%
CMYK7.53%0.00%6.45%
27.06%

Color #ACBAAE in popluar number systems.

HEXACBAAE
Decimal172186174
Binary101011001011101010101110
Octal254272256

Shades and tints

Shades of #ACBAAE

#ACBAAE
(172,186,174)
#9DAA9F
(157,170,159)
#8E9A90
(142,154,144)
#7F8A81
(127,138,129)
#707A72
(112,122,114)
#616A63
(97,106,99)
#525A54
(82,90,84)
#434A45
(67,74,69)
#343A36
(52,58,54)
#252A27
(37,42,39)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #ACBAAE

#ACBAAE
(172,186,174)
#B3C0B5
(179,192,181)
#BAC6BC
(186,198,188)
#C1CCC3
(193,204,195)
#C8D2CA
(200,210,202)
#CFD8D1
(207,216,209)
#D6DED8
(214,222,216)
#DDE4DF
(221,228,223)
#E4EAE6
(228,234,230)
#EBF0ED
(235,240,237)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBAAE; }

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

This text font color is #ACBAAE.


Background Color

.myBgColor { background-color: #ACBAAE; }

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

This div background color is #ACBAAE.


Border color

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

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

This div border color is #ACBAAE.


Opacity

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

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

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

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

This text has shadow with #ACBAAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBAAE on black background.


Color preview on white background

This text has color #ACBAAE on white background.



Black color preview on #ACBAAE background

This text has black color on #ACBAAE background.


White color preview on #ACBAAE background

This text has white color on #ACBAAE background.