COLOR #A4EFB4

HEX: #A4EFB4
RGB: (164,239,180)

Color info

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

RGB color model

#A4EFB4 color RGB value is (164,239,180).

  • red value is 164;
  • green value is 239;
  • blue value is 180.
RGB:
(164,239,180)
(64%,94%,71%)

RGB channels and saturation

R 164 of 255 = 64%
G 239 of 255 = 94%
B 180 of 255 = 71%

164
239
180

R + G + B ~ 76%. #A4EFB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 239 + 180 = 583 (100%)
R 164 of 583 ~ 28.13%
G 239 of 583 ~ 40.99%
B 180 of 583 ~ 30.87%

%28.13
%40.99
%30.87

CMYK color model

#A4EFB4 color CMYK value is (31,0,25,6).

  • cyan value is 31.38%
  • magenta value is 0.00%
  • yellow value is 24.69%
  • key color value is 6.27%
CMYK:
(31,0,25,6)
C31M0Y25K6 
(31%,0%,25%,6%)
(0.31/0.00/0.25/0.06)	

CMYK percentages

%31.38
%0
%24.69
%6.27

Codes

Color #A4EFB4 in popluar color models

A4EFB4
RGB164239180
HSL133°70.09%79.02%
HSB/HSV133°31.38%93.73%
CMYK31.38%0.00%24.69%
6.27%

Color #A4EFB4 in popluar number systems.

HEXA4EFB4
Decimal164239180
Binary101001001110111110110100
Octal244357264

Shades and tints

Shades of #A4EFB4

#A4EFB4
(164,239,180)
#96DAA4
(150,218,164)
#88C594
(136,197,148)
#7AB084
(122,176,132)
#6C9B74
(108,155,116)
#5E8664
(94,134,100)
#507154
(80,113,84)
#425C44
(66,92,68)
#344734
(52,71,52)
#263224
(38,50,36)
#181D14
(24,29,20)
#000000
(0,0,0)

Tints of #A4EFB4

#A4EFB4
(164,239,180)
#ACF0BA
(172,240,186)
#B4F1C0
(180,241,192)
#BCF2C6
(188,242,198)
#C4F3CC
(196,243,204)
#CCF4D2
(204,244,210)
#D4F5D8
(212,245,216)
#DCF6DE
(220,246,222)
#E4F7E4
(228,247,228)
#ECF8EA
(236,248,234)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4EFB4 color. Also use rgb(164,239,180) instead hex code.

Text Font Color

.myTextColor { color: #A4EFB4; }

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

This text font color is #A4EFB4.


Background Color

.myBgColor { background-color: #A4EFB4; }

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

This div background color is #A4EFB4.


Border color

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

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

This div border color is #A4EFB4.


Opacity

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

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

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

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

This text has shadow with #A4EFB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4EFB4 on black background.


Color preview on white background

This text has color #A4EFB4 on white background.



Black color preview on #A4EFB4 background

This text has black color on #A4EFB4 background.


White color preview on #A4EFB4 background

This text has white color on #A4EFB4 background.