COLOR #A4FECC

HEX: #A4FECC
RGB: (164,254,204)

Color info

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

RGB color model

#A4FECC color RGB value is (164,254,204).

  • red value is 164;
  • green value is 254;
  • blue value is 204.
RGB:
(164,254,204)
(64%,100%,80%)

RGB channels and saturation

R 164 of 255 = 64%
G 254 of 255 = 100%
B 204 of 255 = 80%

164
254
204

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

Portions of RGB colors in percentages

R + G + B =
164 + 254 + 204 = 622 (100%)
R 164 of 622 ~ 26.37%
G 254 of 622 ~ 40.84%
B 204 of 622 ~ 32.8%

%26.37
%40.84
%32.8

CMYK color model

#A4FECC color CMYK value is (35,0,20,0).

  • cyan value is 35.43%
  • magenta value is 0.00%
  • yellow value is 19.69%
  • key color value is 0.39%
CMYK:
(35,0,20,0)
C35M0Y20K0 
(35%,0%,20%,0%)
(0.35/0.00/0.20/0.00)	

CMYK percentages

%35.43
%0
%19.69
%0.39

Codes

Color #A4FECC in popluar color models

A4FECC
RGB164254204
HSL147°97.83%81.96%
HSB/HSV147°35.43%99.61%
CMYK35.43%0.00%19.69%
0.39%

Color #A4FECC in popluar number systems.

HEXA4FECC
Decimal164254204
Binary101001001111111011001100
Octal244376314

Shades and tints

Shades of #A4FECC

#A4FECC
(164,254,204)
#96E7BA
(150,231,186)
#88D0A8
(136,208,168)
#7AB996
(122,185,150)
#6CA284
(108,162,132)
#5E8B72
(94,139,114)
#507460
(80,116,96)
#425D4E
(66,93,78)
#34463C
(52,70,60)
#262F2A
(38,47,42)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #A4FECC

#A4FECC
(164,254,204)
#ACFED0
(172,254,208)
#B4FED4
(180,254,212)
#BCFED8
(188,254,216)
#C4FEDC
(196,254,220)
#CCFEE0
(204,254,224)
#D4FEE4
(212,254,228)
#DCFEE8
(220,254,232)
#E4FEEC
(228,254,236)
#ECFEF0
(236,254,240)
#F4FEF4
(244,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4FECC color. Also use rgb(164,254,204) instead hex code.

Text Font Color

.myTextColor { color: #A4FECC; }

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

This text font color is #A4FECC.


Background Color

.myBgColor { background-color: #A4FECC; }

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

This div background color is #A4FECC.


Border color

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

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

This div border color is #A4FECC.


Opacity

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

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

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

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

This text has shadow with #A4FECC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4FECC on black background.


Color preview on white background

This text has color #A4FECC on white background.



Black color preview on #A4FECC background

This text has black color on #A4FECC background.


White color preview on #A4FECC background

This text has white color on #A4FECC background.