COLOR #ACBDB1

HEX: #ACBDB1 RGB: (172,189,177)

Color info

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

RGB color model

#ACBDB1 color RGB value is (172,189,177).

RGB: (172,189,177) (67%, 74%, 69%)

RGB channels and saturation

R 172 of 255 = 67%
G 189 of 255 = 74%
B 177 of 255 = 69%

172
189
177

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

Portions of RGB colors in percentages

R + G + B = 172 + 189 + 177 = 538 (100%)
R 172 of 538 ~ 31.97%
G 189 of 538 ~ 35.13%
B 177 of 538 ~ 32.9'%

%31.97
%35.13
%32.9

CMYK color model

#ACBDB1 color CMYK value is (9,0,6,26).

  • cyan value is 8.99%
  • magenta value is 0.00%
  • yellow value is 6.35%
  • key color value is 25.88%

CMYK: (9,0,6,26)
C9M0Y6K26 (9%, 0%, 6%, 26%)
(0.09 / 0.00 / 0.06 / 0.26)

CMYK percentages

%8.99
%0
%6.35
%25.88

Codes

Color #ACBDB1 in popluar color models

AC BD B1
RGB 172 189 177
HSL 138° 11.41% 70.78%
HSB/HSV 138° 8.99% 74.12%
CMYK 8.99% 0.00% 6.35%
25.88%

Color #ACBDB1 in popluar number systems.

HEX AC BD B1
Decimal 172 189 177
Binary 10101100 10111101 10110001
Octal 254 275 261

Shades and tints

Shades of #ACBDB1

#ACBDB1
(172,189,177)
#9DACA1
(157,172,161)
#8E9B91
(142,155,145)
#7F8A81
(127,138,129)
#707971
(112,121,113)
#616861
(97,104,97)
#525751
(82,87,81)
#434641
(67,70,65)
#343531
(52,53,49)
#252421
(37,36,33)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #ACBDB1

#ACBDB1
(172,189,177)
#B3C3B8
(179,195,184)
#BAC9BF
(186,201,191)
#C1CFC6
(193,207,198)
#C8D5CD
(200,213,205)
#CFDBD4
(207,219,212)
#D6E1DB
(214,225,219)
#DDE7E2
(221,231,226)
#E4EDE9
(228,237,233)
#EBF3F0
(235,243,240)
#F2F9F7
(242,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBDB1; }

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

This text font color is #ACBDB1.

Background Color

.myBgColor { background-color: #ACBDB1; }

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

This div background color is #ACBDB1.

Border color

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

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

This div border color is #ACBDB1.

Opacity

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

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

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

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

This text has shadow with #ACBDB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBDB1.

Preview

Color preview on black background

This text has color #ACBDB1 on black background.


Color preview on white background

This text has color #ACBDB1 on white background.


Black color preview on #ACBDB1 background

This text has black color on #ACBDB1 background.


White color preview on #ACBDB1 background

This text has white color on #ACBDB1 background.


Related colors

Complementary color

Complementary color for #hex is #53424E.


I love getcolorcode.com

Triadic colors

1 #B1ACBD and #BDB1AC with #ACBDB1 are triadic colors.

2 #B1BDAC and #BDACB1 with #ACBDB1 are triadic colors.