COLOR #A4F6DE

HEX: #A4F6DE
RGB: (164,246,222)

Color info

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

RGB color model

#A4F6DE color RGB value is (164,246,222).

  • red value is 164;
  • green value is 246;
  • blue value is 222.
RGB:
(164,246,222)
(64%,96%,87%)

RGB channels and saturation

R 164 of 255 = 64%
G 246 of 255 = 96%
B 222 of 255 = 87%

164
246
222

R + G + B ~ 82%. #A4F6DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 246 + 222 = 632 (100%)
R 164 of 632 ~ 25.95%
G 246 of 632 ~ 38.92%
B 222 of 632 ~ 35.13%

%25.95
%38.92
%35.13

CMYK color model

#A4F6DE color CMYK value is (33,0,10,4).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 9.76%
  • key color value is 3.53%
CMYK:
(33,0,10,4)
C33M0Y10K4 
(33%,0%,10%,4%)
(0.33/0.00/0.10/0.04)	

CMYK percentages

%33.33
%0
%9.76
%3.53

Codes

Color #A4F6DE in popluar color models

A4F6DE
RGB164246222
HSL162°82.00%80.39%
HSB/HSV162°33.33%96.47%
CMYK33.33%0.00%9.76%
3.53%

Color #A4F6DE in popluar number systems.

HEXA4F6DE
Decimal164246222
Binary101001001111011011011110
Octal244366336

Shades and tints

Shades of #A4F6DE

#A4F6DE
(164,246,222)
#96E0CA
(150,224,202)
#88CAB6
(136,202,182)
#7AB4A2
(122,180,162)
#6C9E8E
(108,158,142)
#5E887A
(94,136,122)
#507266
(80,114,102)
#425C52
(66,92,82)
#34463E
(52,70,62)
#26302A
(38,48,42)
#181A16
(24,26,22)
#000000
(0,0,0)

Tints of #A4F6DE

#A4F6DE
(164,246,222)
#ACF6E1
(172,246,225)
#B4F6E4
(180,246,228)
#BCF6E7
(188,246,231)
#C4F6EA
(196,246,234)
#CCF6ED
(204,246,237)
#D4F6F0
(212,246,240)
#DCF6F3
(220,246,243)
#E4F6F6
(228,246,246)
#ECF6F9
(236,246,249)
#F4F6FC
(244,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4F6DE color. Also use rgb(164,246,222) instead hex code.

Text Font Color

.myTextColor { color: #A4F6DE; }

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

This text font color is #A4F6DE.


Background Color

.myBgColor { background-color: #A4F6DE; }

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

This div background color is #A4F6DE.


Border color

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

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

This div border color is #A4F6DE.


Opacity

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

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

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

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

This text has shadow with #A4F6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4F6DE on black background.


Color preview on white background

This text has color #A4F6DE on white background.



Black color preview on #A4F6DE background

This text has black color on #A4F6DE background.


White color preview on #A4F6DE background

This text has white color on #A4F6DE background.