COLOR #A4F4D3

HEX: #A4F4D3
RGB: (164,244,211)

Color info

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

RGB color model

#A4F4D3 color RGB value is (164,244,211).

  • red value is 164;
  • green value is 244;
  • blue value is 211.
RGB:
(164,244,211)
(64%,96%,83%)

RGB channels and saturation

R 164 of 255 = 64%
G 244 of 255 = 96%
B 211 of 255 = 83%

164
244
211

R + G + B ~ 81%. #A4F4D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 244 + 211 = 619 (100%)
R 164 of 619 ~ 26.49%
G 244 of 619 ~ 39.42%
B 211 of 619 ~ 34.09%

%26.49
%39.42
%34.09

CMYK color model

#A4F4D3 color CMYK value is (33,0,14,4).

  • cyan value is 32.79%
  • magenta value is 0.00%
  • yellow value is 13.52%
  • key color value is 4.31%
CMYK:
(33,0,14,4)
C33M0Y14K4 
(33%,0%,14%,4%)
(0.33/0.00/0.14/0.04)	

CMYK percentages

%32.79
%0
%13.52
%4.31

Codes

Color #A4F4D3 in popluar color models

A4F4D3
RGB164244211
HSL155°78.43%80.00%
HSB/HSV155°32.79%95.69%
CMYK32.79%0.00%13.52%
4.31%

Color #A4F4D3 in popluar number systems.

HEXA4F4D3
Decimal164244211
Binary101001001111010011010011
Octal244364323

Shades and tints

Shades of #A4F4D3

#A4F4D3
(164,244,211)
#96DEC0
(150,222,192)
#88C8AD
(136,200,173)
#7AB29A
(122,178,154)
#6C9C87
(108,156,135)
#5E8674
(94,134,116)
#507061
(80,112,97)
#425A4E
(66,90,78)
#34443B
(52,68,59)
#262E28
(38,46,40)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #A4F4D3

#A4F4D3
(164,244,211)
#ACF5D7
(172,245,215)
#B4F6DB
(180,246,219)
#BCF7DF
(188,247,223)
#C4F8E3
(196,248,227)
#CCF9E7
(204,249,231)
#D4FAEB
(212,250,235)
#DCFBEF
(220,251,239)
#E4FCF3
(228,252,243)
#ECFDF7
(236,253,247)
#F4FEFB
(244,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4F4D3 color. Also use rgb(164,244,211) instead hex code.

Text Font Color

.myTextColor { color: #A4F4D3; }

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

This text font color is #A4F4D3.


Background Color

.myBgColor { background-color: #A4F4D3; }

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

This div background color is #A4F4D3.


Border color

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

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

This div border color is #A4F4D3.


Opacity

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

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

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

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

This text has shadow with #A4F4D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4F4D3 on black background.


Color preview on white background

This text has color #A4F4D3 on white background.



Black color preview on #A4F4D3 background

This text has black color on #A4F4D3 background.


White color preview on #A4F4D3 background

This text has white color on #A4F4D3 background.