COLOR #A4F2D7

HEX: #A4F2D7
RGB: (164,242,215)

Color info

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

RGB color model

#A4F2D7 color RGB value is (164,242,215).

  • red value is 164;
  • green value is 242;
  • blue value is 215.
RGB:
(164,242,215)
(64%,95%,84%)

RGB channels and saturation

R 164 of 255 = 64%
G 242 of 255 = 95%
B 215 of 255 = 84%

164
242
215

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

Portions of RGB colors in percentages

R + G + B =
164 + 242 + 215 = 621 (100%)
R 164 of 621 ~ 26.41%
G 242 of 621 ~ 38.97%
B 215 of 621 ~ 34.62%

%26.41
%38.97
%34.62

CMYK color model

#A4F2D7 color CMYK value is (32,0,11,5).

  • cyan value is 32.23%
  • magenta value is 0.00%
  • yellow value is 11.16%
  • key color value is 5.10%
CMYK:
(32,0,11,5)
C32M0Y11K5 
(32%,0%,11%,5%)
(0.32/0.00/0.11/0.05)	

CMYK percentages

%32.23
%0
%11.16
%5.1

Codes

Color #A4F2D7 in popluar color models

A4F2D7
RGB164242215
HSL159°75.00%79.61%
HSB/HSV159°32.23%94.90%
CMYK32.23%0.00%11.16%
5.10%

Color #A4F2D7 in popluar number systems.

HEXA4F2D7
Decimal164242215
Binary101001001111001011010111
Octal244362327

Shades and tints

Shades of #A4F2D7

#A4F2D7
(164,242,215)
#96DCC4
(150,220,196)
#88C6B1
(136,198,177)
#7AB09E
(122,176,158)
#6C9A8B
(108,154,139)
#5E8478
(94,132,120)
#506E65
(80,110,101)
#425852
(66,88,82)
#34423F
(52,66,63)
#262C2C
(38,44,44)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #A4F2D7

#A4F2D7
(164,242,215)
#ACF3DA
(172,243,218)
#B4F4DD
(180,244,221)
#BCF5E0
(188,245,224)
#C4F6E3
(196,246,227)
#CCF7E6
(204,247,230)
#D4F8E9
(212,248,233)
#DCF9EC
(220,249,236)
#E4FAEF
(228,250,239)
#ECFBF2
(236,251,242)
#F4FCF5
(244,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4F2D7 color. Also use rgb(164,242,215) instead hex code.

Text Font Color

.myTextColor { color: #A4F2D7; }

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

This text font color is #A4F2D7.


Background Color

.myBgColor { background-color: #A4F2D7; }

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

This div background color is #A4F2D7.


Border color

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

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

This div border color is #A4F2D7.


Opacity

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

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

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

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

This text has shadow with #A4F2D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4F2D7 on black background.


Color preview on white background

This text has color #A4F2D7 on white background.



Black color preview on #A4F2D7 background

This text has black color on #A4F2D7 background.


White color preview on #A4F2D7 background

This text has white color on #A4F2D7 background.