COLOR #A4FAD5

HEX: #A4FAD5
RGB: (164,250,213)

Color info

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

RGB color model

#A4FAD5 color RGB value is (164,250,213).

  • red value is 164;
  • green value is 250;
  • blue value is 213.
RGB:
(164,250,213)
(64%,98%,84%)

RGB channels and saturation

R 164 of 255 = 64%
G 250 of 255 = 98%
B 213 of 255 = 84%

164
250
213

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

Portions of RGB colors in percentages

R + G + B =
164 + 250 + 213 = 627 (100%)
R 164 of 627 ~ 26.16%
G 250 of 627 ~ 39.87%
B 213 of 627 ~ 33.97%

%26.16
%39.87
%33.97

CMYK color model

#A4FAD5 color CMYK value is (34,0,15,2).

  • cyan value is 34.40%
  • magenta value is 0.00%
  • yellow value is 14.80%
  • key color value is 1.96%
CMYK:
(34,0,15,2)
C34M0Y15K2 
(34%,0%,15%,2%)
(0.34/0.00/0.15/0.02)	

CMYK percentages

%34.4
%0
%14.8
%1.96

Codes

Color #A4FAD5 in popluar color models

A4FAD5
RGB164250213
HSL154°89.58%81.18%
HSB/HSV154°34.40%98.04%
CMYK34.40%0.00%14.80%
1.96%

Color #A4FAD5 in popluar number systems.

HEXA4FAD5
Decimal164250213
Binary101001001111101011010101
Octal244372325

Shades and tints

Shades of #A4FAD5

#A4FAD5
(164,250,213)
#96E4C2
(150,228,194)
#88CEAF
(136,206,175)
#7AB89C
(122,184,156)
#6CA289
(108,162,137)
#5E8C76
(94,140,118)
#507663
(80,118,99)
#426050
(66,96,80)
#344A3D
(52,74,61)
#26342A
(38,52,42)
#181E17
(24,30,23)
#000000
(0,0,0)

Tints of #A4FAD5

#A4FAD5
(164,250,213)
#ACFAD8
(172,250,216)
#B4FADB
(180,250,219)
#BCFADE
(188,250,222)
#C4FAE1
(196,250,225)
#CCFAE4
(204,250,228)
#D4FAE7
(212,250,231)
#DCFAEA
(220,250,234)
#E4FAED
(228,250,237)
#ECFAF0
(236,250,240)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4FAD5 color. Also use rgb(164,250,213) instead hex code.

Text Font Color

.myTextColor { color: #A4FAD5; }

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

This text font color is #A4FAD5.


Background Color

.myBgColor { background-color: #A4FAD5; }

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

This div background color is #A4FAD5.


Border color

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

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

This div border color is #A4FAD5.


Opacity

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

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

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

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

This text has shadow with #A4FAD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4FAD5 on black background.


Color preview on white background

This text has color #A4FAD5 on white background.



Black color preview on #A4FAD5 background

This text has black color on #A4FAD5 background.


White color preview on #A4FAD5 background

This text has white color on #A4FAD5 background.