COLOR #A4C89B

HEX: #A4C89B
RGB: (164,200,155)

Color info

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

RGB color model

#A4C89B color RGB value is (164,200,155).

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

RGB channels and saturation

R 164 of 255 = 64%
G 200 of 255 = 78%
B 155 of 255 = 61%

164
200
155

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

Portions of RGB colors in percentages

R + G + B =
164 + 200 + 155 = 519 (100%)
R 164 of 519 ~ 31.6%
G 200 of 519 ~ 38.54%
B 155 of 519 ~ 29.87%

%31.6
%38.54
%29.87

CMYK color model

#A4C89B color CMYK value is (18,0,23,22).

  • cyan value is 18.00%
  • magenta value is 0.00%
  • yellow value is 22.50%
  • key color value is 21.57%
CMYK:
(18,0,23,22)
C18M0Y23K22 
(18%,0%,23%,22%)
(0.18/0.00/0.23/0.22)	

CMYK percentages

%18
%0
%22.5
%21.57

Codes

Color #A4C89B in popluar color models

A4C89B
RGB164200155
HSL108°29.03%69.61%
HSB/HSV108°22.50%78.43%
CMYK18.00%0.00%22.50%
21.57%

Color #A4C89B in popluar number systems.

HEXA4C89B
Decimal164200155
Binary101001001100100010011011
Octal244310233

Shades and tints

Shades of #A4C89B

#A4C89B
(164,200,155)
#96B68D
(150,182,141)
#88A47F
(136,164,127)
#7A9271
(122,146,113)
#6C8063
(108,128,99)
#5E6E55
(94,110,85)
#505C47
(80,92,71)
#424A39
(66,74,57)
#34382B
(52,56,43)
#26261D
(38,38,29)
#18140F
(24,20,15)
#000000
(0,0,0)

Tints of #A4C89B

#A4C89B
(164,200,155)
#ACCDA4
(172,205,164)
#B4D2AD
(180,210,173)
#BCD7B6
(188,215,182)
#C4DCBF
(196,220,191)
#CCE1C8
(204,225,200)
#D4E6D1
(212,230,209)
#DCEBDA
(220,235,218)
#E4F0E3
(228,240,227)
#ECF5EC
(236,245,236)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4C89B; }

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

This text font color is #A4C89B.


Background Color

.myBgColor { background-color: #A4C89B; }

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

This div background color is #A4C89B.


Border color

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

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

This div border color is #A4C89B.


Opacity

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

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

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

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

This text has shadow with #A4C89B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C89B on black background.


Color preview on white background

This text has color #A4C89B on white background.



Black color preview on #A4C89B background

This text has black color on #A4C89B background.


White color preview on #A4C89B background

This text has white color on #A4C89B background.