COLOR #A4F5DD

HEX: #A4F5DD
RGB: (164,245,221)

Color info

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

RGB color model

#A4F5DD color RGB value is (164,245,221).

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

RGB channels and saturation

R 164 of 255 = 64%
G 245 of 255 = 96%
B 221 of 255 = 87%

164
245
221

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

Portions of RGB colors in percentages

R + G + B =
164 + 245 + 221 = 630 (100%)
R 164 of 630 ~ 26.03%
G 245 of 630 ~ 38.89%
B 221 of 630 ~ 35.08%

%26.03
%38.89
%35.08

CMYK color model

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

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

CMYK percentages

%33.06
%0
%9.8
%3.92

Codes

Color #A4F5DD in popluar color models

A4F5DD
RGB164245221
HSL162°80.20%80.20%
HSB/HSV162°33.06%96.08%
CMYK33.06%0.00%9.80%
3.92%

Color #A4F5DD in popluar number systems.

HEXA4F5DD
Decimal164245221
Binary101001001111010111011101
Octal244365335

Shades and tints

Shades of #A4F5DD

#A4F5DD
(164,245,221)
#96DFC9
(150,223,201)
#88C9B5
(136,201,181)
#7AB3A1
(122,179,161)
#6C9D8D
(108,157,141)
#5E8779
(94,135,121)
#507165
(80,113,101)
#425B51
(66,91,81)
#34453D
(52,69,61)
#262F29
(38,47,41)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #A4F5DD

#A4F5DD
(164,245,221)
#ACF5E0
(172,245,224)
#B4F5E3
(180,245,227)
#BCF5E6
(188,245,230)
#C4F5E9
(196,245,233)
#CCF5EC
(204,245,236)
#D4F5EF
(212,245,239)
#DCF5F2
(220,245,242)
#E4F5F5
(228,245,245)
#ECF5F8
(236,245,248)
#F4F5FB
(244,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4F5DD color. Also use rgb(164,245,221) instead hex code.

Text Font Color

.myTextColor { color: #A4F5DD; }

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

This text font color is #A4F5DD.


Background Color

.myBgColor { background-color: #A4F5DD; }

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

This div background color is #A4F5DD.


Border color

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

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

This div border color is #A4F5DD.


Opacity

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

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

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

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

This text has shadow with #A4F5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4F5DD on black background.


Color preview on white background

This text has color #A4F5DD on white background.



Black color preview on #A4F5DD background

This text has black color on #A4F5DD background.


White color preview on #A4F5DD background

This text has white color on #A4F5DD background.