COLOR #A4F8D2

HEX: #A4F8D2
RGB: (164,248,210)

Color info

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

RGB color model

#A4F8D2 color RGB value is (164,248,210).

  • red value is 164;
  • green value is 248;
  • blue value is 210.
RGB:
(164,248,210)
(64%,97%,82%)

RGB channels and saturation

R 164 of 255 = 64%
G 248 of 255 = 97%
B 210 of 255 = 82%

164
248
210

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

Portions of RGB colors in percentages

R + G + B =
164 + 248 + 210 = 622 (100%)
R 164 of 622 ~ 26.37%
G 248 of 622 ~ 39.87%
B 210 of 622 ~ 33.76%

%26.37
%39.87
%33.76

CMYK color model

#A4F8D2 color CMYK value is (34,0,15,3).

  • cyan value is 33.87%
  • magenta value is 0.00%
  • yellow value is 15.32%
  • key color value is 2.75%
CMYK:
(34,0,15,3)
C34M0Y15K3 
(34%,0%,15%,3%)
(0.34/0.00/0.15/0.03)	

CMYK percentages

%33.87
%0
%15.32
%2.75

Codes

Color #A4F8D2 in popluar color models

A4F8D2
RGB164248210
HSL153°85.71%80.78%
HSB/HSV153°33.87%97.25%
CMYK33.87%0.00%15.32%
2.75%

Color #A4F8D2 in popluar number systems.

HEXA4F8D2
Decimal164248210
Binary101001001111100011010010
Octal244370322

Shades and tints

Shades of #A4F8D2

#A4F8D2
(164,248,210)
#96E2BF
(150,226,191)
#88CCAC
(136,204,172)
#7AB699
(122,182,153)
#6CA086
(108,160,134)
#5E8A73
(94,138,115)
#507460
(80,116,96)
#425E4D
(66,94,77)
#34483A
(52,72,58)
#263227
(38,50,39)
#181C14
(24,28,20)
#000000
(0,0,0)

Tints of #A4F8D2

#A4F8D2
(164,248,210)
#ACF8D6
(172,248,214)
#B4F8DA
(180,248,218)
#BCF8DE
(188,248,222)
#C4F8E2
(196,248,226)
#CCF8E6
(204,248,230)
#D4F8EA
(212,248,234)
#DCF8EE
(220,248,238)
#E4F8F2
(228,248,242)
#ECF8F6
(236,248,246)
#F4F8FA
(244,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4F8D2 color. Also use rgb(164,248,210) instead hex code.

Text Font Color

.myTextColor { color: #A4F8D2; }

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

This text font color is #A4F8D2.


Background Color

.myBgColor { background-color: #A4F8D2; }

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

This div background color is #A4F8D2.


Border color

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

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

This div border color is #A4F8D2.


Opacity

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

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

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

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

This text has shadow with #A4F8D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4F8D2 on black background.


Color preview on white background

This text has color #A4F8D2 on white background.



Black color preview on #A4F8D2 background

This text has black color on #A4F8D2 background.


White color preview on #A4F8D2 background

This text has white color on #A4F8D2 background.