COLOR #A4C19F

HEX: #A4C19F
RGB: (164,193,159)

Color info

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

RGB color model

#A4C19F color RGB value is (164,193,159).

  • red value is 164;
  • green value is 193;
  • blue value is 159.
RGB:
(164,193,159)
(64%,76%,62%)

RGB channels and saturation

R 164 of 255 = 64%
G 193 of 255 = 76%
B 159 of 255 = 62%

164
193
159

R + G + B ~ 67%. #A4C19F is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 193 + 159 = 516 (100%)
R 164 of 516 ~ 31.78%
G 193 of 516 ~ 37.4%
B 159 of 516 ~ 30.81%

%31.78
%37.4
%30.81

CMYK color model

#A4C19F color CMYK value is (15,0,18,24).

  • cyan value is 15.03%
  • magenta value is 0.00%
  • yellow value is 17.62%
  • key color value is 24.31%
CMYK:
(15,0,18,24)
C15M0Y18K24 
(15%,0%,18%,24%)
(0.15/0.00/0.18/0.24)	

CMYK percentages

%15.03
%0
%17.62
%24.31

Codes

Color #A4C19F in popluar color models

A4C19F
RGB164193159
HSL111°21.52%69.02%
HSB/HSV111°17.62%75.69%
CMYK15.03%0.00%17.62%
24.31%

Color #A4C19F in popluar number systems.

HEXA4C19F
Decimal164193159
Binary101001001100000110011111
Octal244301237

Shades and tints

Shades of #A4C19F

#A4C19F
(164,193,159)
#96B091
(150,176,145)
#889F83
(136,159,131)
#7A8E75
(122,142,117)
#6C7D67
(108,125,103)
#5E6C59
(94,108,89)
#505B4B
(80,91,75)
#424A3D
(66,74,61)
#34392F
(52,57,47)
#262821
(38,40,33)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #A4C19F

#A4C19F
(164,193,159)
#ACC6A7
(172,198,167)
#B4CBAF
(180,203,175)
#BCD0B7
(188,208,183)
#C4D5BF
(196,213,191)
#CCDAC7
(204,218,199)
#D4DFCF
(212,223,207)
#DCE4D7
(220,228,215)
#E4E9DF
(228,233,223)
#ECEEE7
(236,238,231)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C19F color. Also use rgb(164,193,159) instead hex code.

Text Font Color

.myTextColor { color: #A4C19F; }

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

This text font color is #A4C19F.


Background Color

.myBgColor { background-color: #A4C19F; }

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

This div background color is #A4C19F.


Border color

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

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

This div border color is #A4C19F.


Opacity

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

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

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

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

This text has shadow with #A4C19F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C19F on black background.


Color preview on white background

This text has color #A4C19F on white background.



Black color preview on #A4C19F background

This text has black color on #A4C19F background.


White color preview on #A4C19F background

This text has white color on #A4C19F background.