COLOR #ACBBA7

HEX: #ACBBA7
RGB: (172,187,167)

Color info

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

RGB color model

#ACBBA7 color RGB value is (172,187,167).

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

RGB channels and saturation

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

172
187
167

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

Portions of RGB colors in percentages

R + G + B =
172 + 187 + 167 = 526 (100%)
R 172 of 526 ~ 32.7%
G 187 of 526 ~ 35.55%
B 167 of 526 ~ 31.75%

%32.7
%35.55
%31.75

CMYK color model

#ACBBA7 color CMYK value is (8,0,11,27).

  • cyan value is 8.02%
  • magenta value is 0.00%
  • yellow value is 10.70%
  • key color value is 26.67%
CMYK:
(8,0,11,27)
C8M0Y11K27 
(8%,0%,11%,27%)
(0.08/0.00/0.11/0.27)	

CMYK percentages

%8.02
%0
%10.7
%26.67

Codes

Color #ACBBA7 in popluar color models

ACBBA7
RGB172187167
HSL105°12.82%69.41%
HSB/HSV105°10.70%73.33%
CMYK8.02%0.00%10.70%
26.67%

Color #ACBBA7 in popluar number systems.

HEXACBBA7
Decimal172187167
Binary101011001011101110100111
Octal254273247

Shades and tints

Shades of #ACBBA7

#ACBBA7
(172,187,167)
#9DAA98
(157,170,152)
#8E9989
(142,153,137)
#7F887A
(127,136,122)
#70776B
(112,119,107)
#61665C
(97,102,92)
#52554D
(82,85,77)
#43443E
(67,68,62)
#34332F
(52,51,47)
#252220
(37,34,32)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #ACBBA7

#ACBBA7
(172,187,167)
#B3C1AF
(179,193,175)
#BAC7B7
(186,199,183)
#C1CDBF
(193,205,191)
#C8D3C7
(200,211,199)
#CFD9CF
(207,217,207)
#D6DFD7
(214,223,215)
#DDE5DF
(221,229,223)
#E4EBE7
(228,235,231)
#EBF1EF
(235,241,239)
#F2F7F7
(242,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBBA7; }

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

This text font color is #ACBBA7.


Background Color

.myBgColor { background-color: #ACBBA7; }

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

This div background color is #ACBBA7.


Border color

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

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

This div border color is #ACBBA7.


Opacity

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

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

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

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

This text has shadow with #ACBBA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBBA7 on black background.


Color preview on white background

This text has color #ACBBA7 on white background.



Black color preview on #ACBBA7 background

This text has black color on #ACBBA7 background.


White color preview on #ACBBA7 background

This text has white color on #ACBBA7 background.