COLOR #ACBDAD

HEX: #ACBDAD
RGB: (172,189,173)

Color info

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

RGB color model

#ACBDAD color RGB value is (172,189,173).

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

RGB channels and saturation

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

172
189
173

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

Portions of RGB colors in percentages

R + G + B =
172 + 189 + 173 = 534 (100%)
R 172 of 534 ~ 32.21%
G 189 of 534 ~ 35.39%
B 173 of 534 ~ 32.4%

%32.21
%35.39
%32.4

CMYK color model

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

  • cyan value is 8.99%
  • magenta value is 0.00%
  • yellow value is 8.47%
  • 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
%8.47
%25.88

Codes

Color #ACBDAD in popluar color models

ACBDAD
RGB172189173
HSL124°11.41%70.78%
HSB/HSV124°8.99%74.12%
CMYK8.99%0.00%8.47%
25.88%

Color #ACBDAD in popluar number systems.

HEXACBDAD
Decimal172189173
Binary101011001011110110101101
Octal254275255

Shades and tints

Shades of #ACBDAD

#ACBDAD
(172,189,173)
#9DAC9E
(157,172,158)
#8E9B8F
(142,155,143)
#7F8A80
(127,138,128)
#707971
(112,121,113)
#616862
(97,104,98)
#525753
(82,87,83)
#434644
(67,70,68)
#343535
(52,53,53)
#252426
(37,36,38)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #ACBDAD

#ACBDAD
(172,189,173)
#B3C3B4
(179,195,180)
#BAC9BB
(186,201,187)
#C1CFC2
(193,207,194)
#C8D5C9
(200,213,201)
#CFDBD0
(207,219,208)
#D6E1D7
(214,225,215)
#DDE7DE
(221,231,222)
#E4EDE5
(228,237,229)
#EBF3EC
(235,243,236)
#F2F9F3
(242,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBDAD; }

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

This text font color is #ACBDAD.


Background Color

.myBgColor { background-color: #ACBDAD; }

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

This div background color is #ACBDAD.


Border color

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

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

This div border color is #ACBDAD.


Opacity

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

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

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

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

This text has shadow with #ACBDAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBDAD on black background.


Color preview on white background

This text has color #ACBDAD on white background.



Black color preview on #ACBDAD background

This text has black color on #ACBDAD background.


White color preview on #ACBDAD background

This text has white color on #ACBDAD background.