COLOR #A4C688

HEX: #A4C688
RGB: (164,198,136)

Color info

#A4C688 contains mainly red and green colors. Web safe color of #A4C688 is #99CC99 (or #9C9).

RGB color model

#A4C688 color RGB value is (164,198,136).

  • red value is 164;
  • green value is 198;
  • blue value is 136.
RGB:
(164,198,136)
(64%,78%,53%)

RGB channels and saturation

R 164 of 255 = 64%
G 198 of 255 = 78%
B 136 of 255 = 53%

164
198
136

R + G + B ~ 65%. #A4C688 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 198 + 136 = 498 (100%)
R 164 of 498 ~ 32.93%
G 198 of 498 ~ 39.76%
B 136 of 498 ~ 27.31%

%32.93
%39.76
%27.31

CMYK color model

#A4C688 color CMYK value is (17,0,31,22).

  • cyan value is 17.17%
  • magenta value is 0.00%
  • yellow value is 31.31%
  • key color value is 22.35%
CMYK:
(17,0,31,22)
C17M0Y31K22 
(17%,0%,31%,22%)
(0.17/0.00/0.31/0.22)	

CMYK percentages

%17.17
%0
%31.31
%22.35

Codes

Color #A4C688 in popluar color models

A4C688
RGB164198136
HSL93°35.23%65.49%
HSB/HSV93°31.31%77.65%
CMYK17.17%0.00%31.31%
22.35%

Color #A4C688 in popluar number systems.

HEXA4C688
Decimal164198136
Binary101001001100011010001000
Octal244306210

Shades and tints

Shades of #A4C688

#A4C688
(164,198,136)
#96B47C
(150,180,124)
#88A270
(136,162,112)
#7A9064
(122,144,100)
#6C7E58
(108,126,88)
#5E6C4C
(94,108,76)
#505A40
(80,90,64)
#424834
(66,72,52)
#343628
(52,54,40)
#26241C
(38,36,28)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #A4C688

#A4C688
(164,198,136)
#ACCB92
(172,203,146)
#B4D09C
(180,208,156)
#BCD5A6
(188,213,166)
#C4DAB0
(196,218,176)
#CCDFBA
(204,223,186)
#D4E4C4
(212,228,196)
#DCE9CE
(220,233,206)
#E4EED8
(228,238,216)
#ECF3E2
(236,243,226)
#F4F8EC
(244,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C688 color. Also use rgb(164,198,136) instead hex code.

Text Font Color

.myTextColor { color: #A4C688; }

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

This text font color is #A4C688.


Background Color

.myBgColor { background-color: #A4C688; }

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

This div background color is #A4C688.


Border color

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

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

This div border color is #A4C688.


Opacity

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

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

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

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

This text has shadow with #A4C688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C688 on black background.


Color preview on white background

This text has color #A4C688 on white background.



Black color preview on #A4C688 background

This text has black color on #A4C688 background.


White color preview on #A4C688 background

This text has white color on #A4C688 background.