COLOR #A4CB9C

HEX: #A4CB9C
RGB: (164,203,156)

Color info

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

RGB color model

#A4CB9C color RGB value is (164,203,156).

  • red value is 164;
  • green value is 203;
  • blue value is 156.
RGB:
(164,203,156)
(64%,80%,61%)

RGB channels and saturation

R 164 of 255 = 64%
G 203 of 255 = 80%
B 156 of 255 = 61%

164
203
156

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

Portions of RGB colors in percentages

R + G + B =
164 + 203 + 156 = 523 (100%)
R 164 of 523 ~ 31.36%
G 203 of 523 ~ 38.81%
B 156 of 523 ~ 29.83%

%31.36
%38.81
%29.83

CMYK color model

#A4CB9C color CMYK value is (19,0,23,20).

  • cyan value is 19.21%
  • magenta value is 0.00%
  • yellow value is 23.15%
  • key color value is 20.39%
CMYK:
(19,0,23,20)
C19M0Y23K20 
(19%,0%,23%,20%)
(0.19/0.00/0.23/0.20)	

CMYK percentages

%19.21
%0
%23.15
%20.39

Codes

Color #A4CB9C in popluar color models

A4CB9C
RGB164203156
HSL110°31.13%70.39%
HSB/HSV110°23.15%79.61%
CMYK19.21%0.00%23.15%
20.39%

Color #A4CB9C in popluar number systems.

HEXA4CB9C
Decimal164203156
Binary101001001100101110011100
Octal244313234

Shades and tints

Shades of #A4CB9C

#A4CB9C
(164,203,156)
#96B98E
(150,185,142)
#88A780
(136,167,128)
#7A9572
(122,149,114)
#6C8364
(108,131,100)
#5E7156
(94,113,86)
#505F48
(80,95,72)
#424D3A
(66,77,58)
#343B2C
(52,59,44)
#26291E
(38,41,30)
#181710
(24,23,16)
#000000
(0,0,0)

Tints of #A4CB9C

#A4CB9C
(164,203,156)
#ACCFA5
(172,207,165)
#B4D3AE
(180,211,174)
#BCD7B7
(188,215,183)
#C4DBC0
(196,219,192)
#CCDFC9
(204,223,201)
#D4E3D2
(212,227,210)
#DCE7DB
(220,231,219)
#E4EBE4
(228,235,228)
#ECEFED
(236,239,237)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4CB9C color. Also use rgb(164,203,156) instead hex code.

Text Font Color

.myTextColor { color: #A4CB9C; }

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

This text font color is #A4CB9C.


Background Color

.myBgColor { background-color: #A4CB9C; }

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

This div background color is #A4CB9C.


Border color

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

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

This div border color is #A4CB9C.


Opacity

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

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

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

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

This text has shadow with #A4CB9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CB9C on black background.


Color preview on white background

This text has color #A4CB9C on white background.



Black color preview on #A4CB9C background

This text has black color on #A4CB9C background.


White color preview on #A4CB9C background

This text has white color on #A4CB9C background.