COLOR #A5F4E1

HEX: #A5F4E1 RGB: (165,244,225)

Color info

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

RGB color model

#A5F4E1 color RGB value is (165,244,225).

RGB: (165,244,225) (65%, 96%, 88%)

RGB channels and saturation

R 165 of 255 = 65%
G 244 of 255 = 96%
B 225 of 255 = 88%

165
244
225

R + G + B ~ 83%. #A5F4E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 244 + 225 = 634 (100%)
R 165 of 634 ~ 26.03%
G 244 of 634 ~ 38.49%
B 225 of 634 ~ 35.49'%

%26.03
%38.49
%35.49

CMYK color model

#A5F4E1 color CMYK value is (32,0,8,4).

  • cyan value is 32.38%
  • magenta value is 0.00%
  • yellow value is 7.79%
  • key color value is 4.31%
CMYK: (32,0,8,4) C32M0Y8K4 (32%,0%,8%,4%) (0.32/0.00/0.08/0.04) 

CMYK percentages

%32.38
%0
%7.79
%4.31

Codes

Color #A5F4E1 in popluar color models

A5 F4 E1
RGB 165 244 225
HSL 166° 78.22% 80.20%
HSB/HSV 166° 32.38% 95.69%
CMYK 32.38% 0.00% 7.79%
4.31%

Color #A5F4E1 in popluar number systems.

HEX A5 F4 E1
Decimal 165 244 225
Binary 10100101 11110100 11100001
Octal 245 364 341

Shades and tints

Shades of #A5F4E1

#A5F4E1
(165,244,225)
#96DECD
(150,222,205)
#87C8B9
(135,200,185)
#78B2A5
(120,178,165)
#699C91
(105,156,145)
#5A867D
(90,134,125)
#4B7069
(75,112,105)
#3C5A55
(60,90,85)
#2D4441
(45,68,65)
#1E2E2D
(30,46,45)
#0F1819
(15,24,25)
#000000
(0,0,0)

Tints of #A5F4E1

#A5F4E1
(165,244,225)
#ADF5E3
(173,245,227)
#B5F6E5
(181,246,229)
#BDF7E7
(189,247,231)
#C5F8E9
(197,248,233)
#CDF9EB
(205,249,235)
#D5FAED
(213,250,237)
#DDFBEF
(221,251,239)
#E5FCF1
(229,252,241)
#EDFDF3
(237,253,243)
#F5FEF5
(245,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5F4E1 color. Also use rgb(165,244,225) instead hex code.

Text Font Color

.myTextColor { color: #A5F4E1; }

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

This text font color is #A5F4E1.

Background Color

.myBgColor { background-color: #A5F4E1; }

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

This div background color is #A5F4E1.

Border color

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

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

This div border color is #A5F4E1.

Opacity

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

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

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

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

This text has shadow with #A5F4E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5F4E1.

Preview

Color preview on black background

This text has color #A5F4E1 on black background.


Color preview on white background

This text has color #A5F4E1 on white background.


Black color preview on #A5F4E1 background

This text has black color on #A5F4E1 background.


White color preview on #A5F4E1 background

This text has white color on #A5F4E1 background.


Related colors

Complementary color

Complementary color for #hex is #5A0B1E.


I love getcolorcode.com

Triadic colors

1 #E1A5F4 and #F4E1A5 with #A5F4E1 are triadic colors.

2 #E1F4A5 and #F4A5E1 with #A5F4E1 are triadic colors.