COLOR #A4E9C1

HEX: #A4E9C1
RGB: (164,233,193)

Color info

#A4E9C1 contains mainly green and blue colors. Web safe color of #A4E9C1 is #99FFCC (or #9FC).

RGB color model

#A4E9C1 color RGB value is (164,233,193).

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

RGB channels and saturation

R 164 of 255 = 64%
G 233 of 255 = 91%
B 193 of 255 = 76%

164
233
193

R + G + B ~ 77%. #A4E9C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 233 + 193 = 590 (100%)
R 164 of 590 ~ 27.8%
G 233 of 590 ~ 39.49%
B 193 of 590 ~ 32.71%

%27.8
%39.49
%32.71

CMYK color model

#A4E9C1 color CMYK value is (30,0,17,9).

  • cyan value is 29.61%
  • magenta value is 0.00%
  • yellow value is 17.17%
  • key color value is 8.63%
CMYK:
(30,0,17,9)
C30M0Y17K9 
(30%,0%,17%,9%)
(0.30/0.00/0.17/0.09)	

CMYK percentages

%29.61
%0
%17.17
%8.63

Codes

Color #A4E9C1 in popluar color models

A4E9C1
RGB164233193
HSL145°61.06%77.84%
HSB/HSV145°29.61%91.37%
CMYK29.61%0.00%17.17%
8.63%

Color #A4E9C1 in popluar number systems.

HEXA4E9C1
Decimal164233193
Binary101001001110100111000001
Octal244351301

Shades and tints

Shades of #A4E9C1

#A4E9C1
(164,233,193)
#96D4B0
(150,212,176)
#88BF9F
(136,191,159)
#7AAA8E
(122,170,142)
#6C957D
(108,149,125)
#5E806C
(94,128,108)
#506B5B
(80,107,91)
#42564A
(66,86,74)
#344139
(52,65,57)
#262C28
(38,44,40)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #A4E9C1

#A4E9C1
(164,233,193)
#ACEBC6
(172,235,198)
#B4EDCB
(180,237,203)
#BCEFD0
(188,239,208)
#C4F1D5
(196,241,213)
#CCF3DA
(204,243,218)
#D4F5DF
(212,245,223)
#DCF7E4
(220,247,228)
#E4F9E9
(228,249,233)
#ECFBEE
(236,251,238)
#F4FDF3
(244,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4E9C1; }

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

This text font color is #A4E9C1.


Background Color

.myBgColor { background-color: #A4E9C1; }

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

This div background color is #A4E9C1.


Border color

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

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

This div border color is #A4E9C1.


Opacity

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

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

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

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

This text has shadow with #A4E9C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E9C1 on black background.


Color preview on white background

This text has color #A4E9C1 on white background.



Black color preview on #A4E9C1 background

This text has black color on #A4E9C1 background.


White color preview on #A4E9C1 background

This text has white color on #A4E9C1 background.