COLOR #ACBDB4

HEX: #ACBDB4
RGB: (172,189,180)

Color info

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

RGB color model

#ACBDB4 color RGB value is (172,189,180).

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

RGB channels and saturation

R 172 of 255 = 67%
G 189 of 255 = 74%
B 180 of 255 = 71%

172
189
180

R + G + B ~ 71%. #ACBDB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 189 + 180 = 541 (100%)
R 172 of 541 ~ 31.79%
G 189 of 541 ~ 34.94%
B 180 of 541 ~ 33.27%

%31.79
%34.94
%33.27

CMYK color model

#ACBDB4 color CMYK value is (9,0,5,26).

  • cyan value is 8.99%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 25.88%
CMYK:
(9,0,5,26)
C9M0Y5K26 
(9%,0%,5%,26%)
(0.09/0.00/0.05/0.26)	

CMYK percentages

%8.99
%0
%4.76
%25.88

Codes

Color #ACBDB4 in popluar color models

ACBDB4
RGB172189180
HSL148°11.41%70.78%
HSB/HSV148°8.99%74.12%
CMYK8.99%0.00%4.76%
25.88%

Color #ACBDB4 in popluar number systems.

HEXACBDB4
Decimal172189180
Binary101011001011110110110100
Octal254275264

Shades and tints

Shades of #ACBDB4

#ACBDB4
(172,189,180)
#9DACA4
(157,172,164)
#8E9B94
(142,155,148)
#7F8A84
(127,138,132)
#707974
(112,121,116)
#616864
(97,104,100)
#525754
(82,87,84)
#434644
(67,70,68)
#343534
(52,53,52)
#252424
(37,36,36)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #ACBDB4

#ACBDB4
(172,189,180)
#B3C3BA
(179,195,186)
#BAC9C0
(186,201,192)
#C1CFC6
(193,207,198)
#C8D5CC
(200,213,204)
#CFDBD2
(207,219,210)
#D6E1D8
(214,225,216)
#DDE7DE
(221,231,222)
#E4EDE4
(228,237,228)
#EBF3EA
(235,243,234)
#F2F9F0
(242,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBDB4; }

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

This text font color is #ACBDB4.


Background Color

.myBgColor { background-color: #ACBDB4; }

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

This div background color is #ACBDB4.


Border color

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

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

This div border color is #ACBDB4.


Opacity

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

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

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

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

This text has shadow with #ACBDB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBDB4 on black background.


Color preview on white background

This text has color #ACBDB4 on white background.



Black color preview on #ACBDB4 background

This text has black color on #ACBDB4 background.


White color preview on #ACBDB4 background

This text has white color on #ACBDB4 background.