COLOR #A4C89E

HEX: #A4C89E RGB: (164,200,158)

Color info

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

RGB color model

#A4C89E color RGB value is (164,200,158).

RGB: (164,200,158) (64%, 78%, 62%)

RGB channels and saturation

R 164 of 255 = 64%
G 200 of 255 = 78%
B 158 of 255 = 62%

164
200
158

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

Portions of RGB colors in percentages

R + G + B = 164 + 200 + 158 = 522 (100%)
R 164 of 522 ~ 31.42%
G 200 of 522 ~ 38.31%
B 158 of 522 ~ 30.27'%

%31.42
%38.31
%30.27

CMYK color model

#A4C89E color CMYK value is (18,0,21,22).

  • cyan value is 18.00%
  • magenta value is 0.00%
  • yellow value is 21.00%
  • key color value is 21.57%

CMYK: (18,0,21,22)
C18M0Y21K22 (18%, 0%, 21%, 22%)
(0.18 / 0.00 / 0.21 / 0.22)

CMYK percentages

%18
%0
%21
%21.57

Codes

Color #A4C89E in popluar color models

A4 C8 9E
RGB 164 200 158
HSL 111° 27.63% 70.20%
HSB/HSV 111° 21.00% 78.43%
CMYK 18.00% 0.00% 21.00%
21.57%

Color #A4C89E in popluar number systems.

HEX A4 C8 9E
Decimal 164 200 158
Binary 10100100 11001000 10011110
Octal 244 310 236

Shades and tints

Shades of #A4C89E

#A4C89E
(164,200,158)
#96B690
(150,182,144)
#88A482
(136,164,130)
#7A9274
(122,146,116)
#6C8066
(108,128,102)
#5E6E58
(94,110,88)
#505C4A
(80,92,74)
#424A3C
(66,74,60)
#34382E
(52,56,46)
#262620
(38,38,32)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #A4C89E

#A4C89E
(164,200,158)
#ACCDA6
(172,205,166)
#B4D2AE
(180,210,174)
#BCD7B6
(188,215,182)
#C4DCBE
(196,220,190)
#CCE1C6
(204,225,198)
#D4E6CE
(212,230,206)
#DCEBD6
(220,235,214)
#E4F0DE
(228,240,222)
#ECF5E6
(236,245,230)
#F4FAEE
(244,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4C89E; }

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

This text font color is #A4C89E.

Background Color

.myBgColor { background-color: #A4C89E; }

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

This div background color is #A4C89E.

Border color

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

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

This div border color is #A4C89E.

Opacity

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

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

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

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

This text has shadow with #A4C89E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4C89E.

Preview

Color preview on black background

This text has color #A4C89E on black background.


Color preview on white background

This text has color #A4C89E on white background.


Black color preview on #A4C89E background

This text has black color on #A4C89E background.


White color preview on #A4C89E background

This text has white color on #A4C89E background.


Related colors

Complementary color

Complementary color for #hex is #5B3761.


I love getcolorcode.com

Triadic colors

1 #9EA4C8 and #C89EA4 with #A4C89E are triadic colors.

2 #9EC8A4 and #C8A49E with #A4C89E are triadic colors.