COLOR #ACBBA5

HEX: #ACBBA5
RGB: (172,187,165)

Color info

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

RGB color model

#ACBBA5 color RGB value is (172,187,165).

  • red value is 172;
  • green value is 187;
  • blue value is 165.
RGB:
(172,187,165)
(67%,73%,65%)

RGB channels and saturation

R 172 of 255 = 67%
G 187 of 255 = 73%
B 165 of 255 = 65%

172
187
165

R + G + B ~ 68%. #ACBBA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 187 + 165 = 524 (100%)
R 172 of 524 ~ 32.82%
G 187 of 524 ~ 35.69%
B 165 of 524 ~ 31.49%

%32.82
%35.69
%31.49

CMYK color model

#ACBBA5 color CMYK value is (8,0,12,27).

  • cyan value is 8.02%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 26.67%
CMYK:
(8,0,12,27)
C8M0Y12K27 
(8%,0%,12%,27%)
(0.08/0.00/0.12/0.27)	

CMYK percentages

%8.02
%0
%11.76
%26.67

Codes

Color #ACBBA5 in popluar color models

ACBBA5
RGB172187165
HSL101°13.92%69.02%
HSB/HSV101°11.76%73.33%
CMYK8.02%0.00%11.76%
26.67%

Color #ACBBA5 in popluar number systems.

HEXACBBA5
Decimal172187165
Binary101011001011101110100101
Octal254273245

Shades and tints

Shades of #ACBBA5

#ACBBA5
(172,187,165)
#9DAA96
(157,170,150)
#8E9987
(142,153,135)
#7F8878
(127,136,120)
#707769
(112,119,105)
#61665A
(97,102,90)
#52554B
(82,85,75)
#43443C
(67,68,60)
#34332D
(52,51,45)
#25221E
(37,34,30)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #ACBBA5

#ACBBA5
(172,187,165)
#B3C1AD
(179,193,173)
#BAC7B5
(186,199,181)
#C1CDBD
(193,205,189)
#C8D3C5
(200,211,197)
#CFD9CD
(207,217,205)
#D6DFD5
(214,223,213)
#DDE5DD
(221,229,221)
#E4EBE5
(228,235,229)
#EBF1ED
(235,241,237)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACBBA5 color. Also use rgb(172,187,165) instead hex code.

Text Font Color

.myTextColor { color: #ACBBA5; }

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

This text font color is #ACBBA5.


Background Color

.myBgColor { background-color: #ACBBA5; }

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

This div background color is #ACBBA5.


Border color

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

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

This div border color is #ACBBA5.


Opacity

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

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

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

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

This text has shadow with #ACBBA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBBA5 on black background.


Color preview on white background

This text has color #ACBBA5 on white background.



Black color preview on #ACBBA5 background

This text has black color on #ACBBA5 background.


White color preview on #ACBBA5 background

This text has white color on #ACBBA5 background.