COLOR #A4BB9B

HEX: #A4BB9B
RGB: (164,187,155)

Color info

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

RGB color model

#A4BB9B color RGB value is (164,187,155).

  • red value is 164;
  • green value is 187;
  • blue value is 155.
RGB:
(164,187,155)
(64%,73%,61%)

RGB channels and saturation

R 164 of 255 = 64%
G 187 of 255 = 73%
B 155 of 255 = 61%

164
187
155

R + G + B ~ 66%. #A4BB9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 187 + 155 = 506 (100%)
R 164 of 506 ~ 32.41%
G 187 of 506 ~ 36.96%
B 155 of 506 ~ 30.63%

%32.41
%36.96
%30.63

CMYK color model

#A4BB9B color CMYK value is (12,0,17,27).

  • cyan value is 12.30%
  • magenta value is 0.00%
  • yellow value is 17.11%
  • key color value is 26.67%
CMYK:
(12,0,17,27)
C12M0Y17K27 
(12%,0%,17%,27%)
(0.12/0.00/0.17/0.27)	

CMYK percentages

%12.3
%0
%17.11
%26.67

Codes

Color #A4BB9B in popluar color models

A4BB9B
RGB164187155
HSL103°19.05%67.06%
HSB/HSV103°17.11%73.33%
CMYK12.30%0.00%17.11%
26.67%

Color #A4BB9B in popluar number systems.

HEXA4BB9B
Decimal164187155
Binary101001001011101110011011
Octal244273233

Shades and tints

Shades of #A4BB9B

#A4BB9B
(164,187,155)
#96AA8D
(150,170,141)
#88997F
(136,153,127)
#7A8871
(122,136,113)
#6C7763
(108,119,99)
#5E6655
(94,102,85)
#505547
(80,85,71)
#424439
(66,68,57)
#34332B
(52,51,43)
#26221D
(38,34,29)
#18110F
(24,17,15)
#000000
(0,0,0)

Tints of #A4BB9B

#A4BB9B
(164,187,155)
#ACC1A4
(172,193,164)
#B4C7AD
(180,199,173)
#BCCDB6
(188,205,182)
#C4D3BF
(196,211,191)
#CCD9C8
(204,217,200)
#D4DFD1
(212,223,209)
#DCE5DA
(220,229,218)
#E4EBE3
(228,235,227)
#ECF1EC
(236,241,236)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4BB9B color. Also use rgb(164,187,155) instead hex code.

Text Font Color

.myTextColor { color: #A4BB9B; }

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

This text font color is #A4BB9B.


Background Color

.myBgColor { background-color: #A4BB9B; }

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

This div background color is #A4BB9B.


Border color

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

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

This div border color is #A4BB9B.


Opacity

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

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

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

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

This text has shadow with #A4BB9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BB9B on black background.


Color preview on white background

This text has color #A4BB9B on white background.



Black color preview on #A4BB9B background

This text has black color on #A4BB9B background.


White color preview on #A4BB9B background

This text has white color on #A4BB9B background.