COLOR #ACBCB5

HEX: #ACBCB5 RGB: (172,188,181)

Color info

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

RGB color model

#ACBCB5 color RGB value is (172,188,181).

RGB: (172,188,181) (67%, 74%, 71%)

RGB channels and saturation

R 172 of 255 = 67%
G 188 of 255 = 74%
B 181 of 255 = 71%

172
188
181

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

Portions of RGB colors in percentages

R + G + B = 172 + 188 + 181 = 541 (100%)
R 172 of 541 ~ 31.79%
G 188 of 541 ~ 34.75%
B 181 of 541 ~ 33.46'%

%31.79
%34.75
%33.46

CMYK color model

#ACBCB5 color CMYK value is (9,0,4,26).

  • cyan value is 8.51%
  • magenta value is 0.00%
  • yellow value is 3.72%
  • key color value is 26.27%

CMYK: (9,0,4,26)
C9M0Y4K26 (9%, 0%, 4%, 26%)
(0.09 / 0.00 / 0.04 / 0.26)

CMYK percentages

%8.51
%0
%3.72
%26.27

Codes

Color #ACBCB5 in popluar color models

AC BC B5
RGB 172 188 181
HSL 154° 10.67% 70.59%
HSB/HSV 154° 8.51% 73.73%
CMYK 8.51% 0.00% 3.72%
26.27%

Color #ACBCB5 in popluar number systems.

HEX AC BC B5
Decimal 172 188 181
Binary 10101100 10111100 10110101
Octal 254 274 265

Shades and tints

Shades of #ACBCB5

#ACBCB5
(172,188,181)
#9DABA5
(157,171,165)
#8E9A95
(142,154,149)
#7F8985
(127,137,133)
#707875
(112,120,117)
#616765
(97,103,101)
#525655
(82,86,85)
#434545
(67,69,69)
#343435
(52,52,53)
#252325
(37,35,37)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #ACBCB5

#ACBCB5
(172,188,181)
#B3C2BB
(179,194,187)
#BAC8C1
(186,200,193)
#C1CEC7
(193,206,199)
#C8D4CD
(200,212,205)
#CFDAD3
(207,218,211)
#D6E0D9
(214,224,217)
#DDE6DF
(221,230,223)
#E4ECE5
(228,236,229)
#EBF2EB
(235,242,235)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACBCB5 color. Also use rgb(172,188,181) instead hex code.

Text Font Color

.myTextColor { color: #ACBCB5; }

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

This text font color is #ACBCB5.

Background Color

.myBgColor { background-color: #ACBCB5; }

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

This div background color is #ACBCB5.

Border color

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

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

This div border color is #ACBCB5.

Opacity

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

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

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

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

This text has shadow with #ACBCB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBCB5.

Preview

Color preview on black background

This text has color #ACBCB5 on black background.


Color preview on white background

This text has color #ACBCB5 on white background.


Black color preview on #ACBCB5 background

This text has black color on #ACBCB5 background.


White color preview on #ACBCB5 background

This text has white color on #ACBCB5 background.


Related colors

Complementary color

Complementary color for #hex is #53434A.


I love getcolorcode.com

Triadic colors

1 #B5ACBC and #BCB5AC with #ACBCB5 are triadic colors.

2 #B5BCAC and #BCACB5 with #ACBCB5 are triadic colors.