COLOR #ACBDB0

HEX: #ACBDB0 RGB: (172,189,176)

Color info

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

RGB color model

#ACBDB0 color RGB value is (172,189,176).

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

RGB channels and saturation

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

172
189
176

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

Portions of RGB colors in percentages

R + G + B = 172 + 189 + 176 = 537 (100%)
R 172 of 537 ~ 32.03%
G 189 of 537 ~ 35.2%
B 176 of 537 ~ 32.77'%

%32.03
%35.2
%32.77

CMYK color model

#ACBDB0 color CMYK value is (9,0,7,26).

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

CMYK: (9,0,7,26)
C9M0Y7K26 (9%, 0%, 7%, 26%)
(0.09 / 0.00 / 0.07 / 0.26)

CMYK percentages

%8.99
%0
%6.88
%25.88

Codes

Color #ACBDB0 in popluar color models

AC BD B0
RGB 172 189 176
HSL 134° 11.41% 70.78%
HSB/HSV 134° 8.99% 74.12%
CMYK 8.99% 0.00% 6.88%
25.88%

Color #ACBDB0 in popluar number systems.

HEX AC BD B0
Decimal 172 189 176
Binary 10101100 10111101 10110000
Octal 254 275 260

Shades and tints

Shades of #ACBDB0

#ACBDB0
(172,189,176)
#9DACA0
(157,172,160)
#8E9B90
(142,155,144)
#7F8A80
(127,138,128)
#707970
(112,121,112)
#616860
(97,104,96)
#525750
(82,87,80)
#434640
(67,70,64)
#343530
(52,53,48)
#252420
(37,36,32)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #ACBDB0

#ACBDB0
(172,189,176)
#B3C3B7
(179,195,183)
#BAC9BE
(186,201,190)
#C1CFC5
(193,207,197)
#C8D5CC
(200,213,204)
#CFDBD3
(207,219,211)
#D6E1DA
(214,225,218)
#DDE7E1
(221,231,225)
#E4EDE8
(228,237,232)
#EBF3EF
(235,243,239)
#F2F9F6
(242,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBDB0; }

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

This text font color is #ACBDB0.

Background Color

.myBgColor { background-color: #ACBDB0; }

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

This div background color is #ACBDB0.

Border color

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

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

This div border color is #ACBDB0.

Opacity

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

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

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

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

This text has shadow with #ACBDB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBDB0.

Preview

Color preview on black background

This text has color #ACBDB0 on black background.


Color preview on white background

This text has color #ACBDB0 on white background.


Black color preview on #ACBDB0 background

This text has black color on #ACBDB0 background.


White color preview on #ACBDB0 background

This text has white color on #ACBDB0 background.


Related colors

Complementary color

Complementary color for #hex is #53424F.


I love getcolorcode.com

Triadic colors

1 #B0ACBD and #BDB0AC with #ACBDB0 are triadic colors.

2 #B0BDAC and #BDACB0 with #ACBDB0 are triadic colors.