COLOR #A4F4D6

HEX: #A4F4D6 RGB: (164,244,214)

Color info

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

RGB color model

#A4F4D6 color RGB value is (164,244,214).

RGB: (164,244,214) (64%, 96%, 84%)

RGB channels and saturation

R 164 of 255 = 64%
G 244 of 255 = 96%
B 214 of 255 = 84%

164
244
214

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

Portions of RGB colors in percentages

R + G + B = 164 + 244 + 214 = 622 (100%)
R 164 of 622 ~ 26.37%
G 244 of 622 ~ 39.23%
B 214 of 622 ~ 34.41'%

%26.37
%39.23
%34.41

CMYK color model

#A4F4D6 color CMYK value is (33,0,12,4).

  • cyan value is 32.79%
  • magenta value is 0.00%
  • yellow value is 12.30%
  • key color value is 4.31%

CMYK: (33,0,12,4)
C33M0Y12K4 (33%, 0%, 12%, 4%)
(0.33 / 0.00 / 0.12 / 0.04)

CMYK percentages

%32.79
%0
%12.3
%4.31

Codes

Color #A4F4D6 in popluar color models

A4 F4 D6
RGB 164 244 214
HSL 158° 78.43% 80.00%
HSB/HSV 158° 32.79% 95.69%
CMYK 32.79% 0.00% 12.30%
4.31%

Color #A4F4D6 in popluar number systems.

HEX A4 F4 D6
Decimal 164 244 214
Binary 10100100 11110100 11010110
Octal 244 364 326

Shades and tints

Shades of #A4F4D6

#A4F4D6
(164,244,214)
#96DEC3
(150,222,195)
#88C8B0
(136,200,176)
#7AB29D
(122,178,157)
#6C9C8A
(108,156,138)
#5E8677
(94,134,119)
#507064
(80,112,100)
#425A51
(66,90,81)
#34443E
(52,68,62)
#262E2B
(38,46,43)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #A4F4D6

#A4F4D6
(164,244,214)
#ACF5D9
(172,245,217)
#B4F6DC
(180,246,220)
#BCF7DF
(188,247,223)
#C4F8E2
(196,248,226)
#CCF9E5
(204,249,229)
#D4FAE8
(212,250,232)
#DCFBEB
(220,251,235)
#E4FCEE
(228,252,238)
#ECFDF1
(236,253,241)
#F4FEF4
(244,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4F4D6; }

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

This text font color is #A4F4D6.

Background Color

.myBgColor { background-color: #A4F4D6; }

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

This div background color is #A4F4D6.

Border color

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

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

This div border color is #A4F4D6.

Opacity

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

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

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

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

This text has shadow with #A4F4D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4F4D6.

Preview

Color preview on black background

This text has color #A4F4D6 on black background.


Color preview on white background

This text has color #A4F4D6 on white background.


Black color preview on #A4F4D6 background

This text has black color on #A4F4D6 background.


White color preview on #A4F4D6 background

This text has white color on #A4F4D6 background.


Related colors

Complementary color

Complementary color for #hex is #5B0B29.


I love getcolorcode.com

Triadic colors

1 #D6A4F4 and #F4D6A4 with #A4F4D6 are triadic colors.

2 #D6F4A4 and #F4A4D6 with #A4F4D6 are triadic colors.