COLOR #ACBDAE

HEX: #ACBDAE
RGB: (172,189,174)

Color info

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

RGB color model

#ACBDAE color RGB value is (172,189,174).

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

RGB channels and saturation

R 172 of 255 = 67%
G 189 of 255 = 74%
B 174 of 255 = 68%

172
189
174

R + G + B ~ 70%. #ACBDAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 189 + 174 = 535 (100%)
R 172 of 535 ~ 32.15%
G 189 of 535 ~ 35.33%
B 174 of 535 ~ 32.52%

%32.15
%35.33
%32.52

CMYK color model

#ACBDAE color CMYK value is (9,0,8,26).

  • cyan value is 8.99%
  • magenta value is 0.00%
  • yellow value is 7.94%
  • key color value is 25.88%
CMYK:
(9,0,8,26)
C9M0Y8K26 
(9%,0%,8%,26%)
(0.09/0.00/0.08/0.26)	

CMYK percentages

%8.99
%0
%7.94
%25.88

Codes

Color #ACBDAE in popluar color models

ACBDAE
RGB172189174
HSL127°11.41%70.78%
HSB/HSV127°8.99%74.12%
CMYK8.99%0.00%7.94%
25.88%

Color #ACBDAE in popluar number systems.

HEXACBDAE
Decimal172189174
Binary101011001011110110101110
Octal254275256

Shades and tints

Shades of #ACBDAE

#ACBDAE
(172,189,174)
#9DAC9F
(157,172,159)
#8E9B90
(142,155,144)
#7F8A81
(127,138,129)
#707972
(112,121,114)
#616863
(97,104,99)
#525754
(82,87,84)
#434645
(67,70,69)
#343536
(52,53,54)
#252427
(37,36,39)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #ACBDAE

#ACBDAE
(172,189,174)
#B3C3B5
(179,195,181)
#BAC9BC
(186,201,188)
#C1CFC3
(193,207,195)
#C8D5CA
(200,213,202)
#CFDBD1
(207,219,209)
#D6E1D8
(214,225,216)
#DDE7DF
(221,231,223)
#E4EDE6
(228,237,230)
#EBF3ED
(235,243,237)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBDAE; }

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

This text font color is #ACBDAE.


Background Color

.myBgColor { background-color: #ACBDAE; }

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

This div background color is #ACBDAE.


Border color

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

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

This div border color is #ACBDAE.


Opacity

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

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

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

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

This text has shadow with #ACBDAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBDAE on black background.


Color preview on white background

This text has color #ACBDAE on white background.



Black color preview on #ACBDAE background

This text has black color on #ACBDAE background.


White color preview on #ACBDAE background

This text has white color on #ACBDAE background.