COLOR #ACBB90

HEX: #ACBB90 RGB: (172,187,144)

Color info

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

RGB color model

#ACBB90 color RGB value is (172,187,144).

RGB: (172,187,144) (67%, 73%, 56%)

RGB channels and saturation

R 172 of 255 = 67%
G 187 of 255 = 73%
B 144 of 255 = 56%

172
187
144

R + G + B ~ 65%. #ACBB90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 187 + 144 = 503 (100%)
R 172 of 503 ~ 34.19%
G 187 of 503 ~ 37.18%
B 144 of 503 ~ 28.63'%

%34.19
%37.18
%28.63

CMYK color model

#ACBB90 color CMYK value is (8,0,23,27).

  • cyan value is 8.02%
  • magenta value is 0.00%
  • yellow value is 22.99%
  • key color value is 26.67%

CMYK: (8,0,23,27)
C8M0Y23K27 (8%, 0%, 23%, 27%)
(0.08 / 0.00 / 0.23 / 0.27)

CMYK percentages

%8.02
%0
%22.99
%26.67

Codes

Color #ACBB90 in popluar color models

AC BB 90
RGB 172 187 144
HSL 81° 24.02% 64.90%
HSB/HSV 81° 22.99% 73.33%
CMYK 8.02% 0.00% 22.99%
26.67%

Color #ACBB90 in popluar number systems.

HEX AC BB 90
Decimal 172 187 144
Binary 10101100 10111011 10010000
Octal 254 273 220

Shades and tints

Shades of #ACBB90

#ACBB90
(172,187,144)
#9DAA83
(157,170,131)
#8E9976
(142,153,118)
#7F8869
(127,136,105)
#70775C
(112,119,92)
#61664F
(97,102,79)
#525542
(82,85,66)
#434435
(67,68,53)
#343328
(52,51,40)
#25221B
(37,34,27)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #ACBB90

#ACBB90
(172,187,144)
#B3C19A
(179,193,154)
#BAC7A4
(186,199,164)
#C1CDAE
(193,205,174)
#C8D3B8
(200,211,184)
#CFD9C2
(207,217,194)
#D6DFCC
(214,223,204)
#DDE5D6
(221,229,214)
#E4EBE0
(228,235,224)
#EBF1EA
(235,241,234)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBB90; }

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

This text font color is #ACBB90.

Background Color

.myBgColor { background-color: #ACBB90; }

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

This div background color is #ACBB90.

Border color

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

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

This div border color is #ACBB90.

Opacity

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

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

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

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

This text has shadow with #ACBB90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBB90.

Preview

Color preview on black background

This text has color #ACBB90 on black background.


Color preview on white background

This text has color #ACBB90 on white background.


Black color preview on #ACBB90 background

This text has black color on #ACBB90 background.


White color preview on #ACBB90 background

This text has white color on #ACBB90 background.


Related colors

Complementary color

Complementary color for #hex is #53446F.


I love getcolorcode.com

Triadic colors

1 #90ACBB and #BB90AC with #ACBB90 are triadic colors.

2 #90BBAC and #BBAC90 with #ACBB90 are triadic colors.