COLOR #A5E6E1

HEX: #A5E6E1
RGB: (165,230,225)

Color info

#A5E6E1 contains mainly green and blue colors. Web safe color of #A5E6E1 is #99CCCC (or #9CC).

RGB color model

#A5E6E1 color RGB value is (165,230,225).

  • red value is 165;
  • green value is 230;
  • blue value is 225.
RGB:
(165,230,225)
(65%,90%,88%)

RGB channels and saturation

R 165 of 255 = 65%
G 230 of 255 = 90%
B 225 of 255 = 88%

165
230
225

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

Portions of RGB colors in percentages

R + G + B =
165 + 230 + 225 = 620 (100%)
R 165 of 620 ~ 26.61%
G 230 of 620 ~ 37.1%
B 225 of 620 ~ 36.29%

%26.61
%37.1
%36.29

CMYK color model

#A5E6E1 color CMYK value is (28,0,2,10).

  • cyan value is 28.26%
  • magenta value is 0.00%
  • yellow value is 2.17%
  • key color value is 9.80%
CMYK:
(28,0,2,10)
C28M0Y2K10 
(28%,0%,2%,10%)
(0.28/0.00/0.02/0.10)	

CMYK percentages

%28.26
%0
%2.17
%9.8

Codes

Color #A5E6E1 in popluar color models

A5E6E1
RGB165230225
HSL175°56.52%77.45%
HSB/HSV175°28.26%90.20%
CMYK28.26%0.00%2.17%
9.80%

Color #A5E6E1 in popluar number systems.

HEXA5E6E1
Decimal165230225
Binary101001011110011011100001
Octal245346341

Shades and tints

Shades of #A5E6E1

#A5E6E1
(165,230,225)
#96D2CD
(150,210,205)
#87BEB9
(135,190,185)
#78AAA5
(120,170,165)
#699691
(105,150,145)
#5A827D
(90,130,125)
#4B6E69
(75,110,105)
#3C5A55
(60,90,85)
#2D4641
(45,70,65)
#1E322D
(30,50,45)
#0F1E19
(15,30,25)
#000000
(0,0,0)

Tints of #A5E6E1

#A5E6E1
(165,230,225)
#ADE8E3
(173,232,227)
#B5EAE5
(181,234,229)
#BDECE7
(189,236,231)
#C5EEE9
(197,238,233)
#CDF0EB
(205,240,235)
#D5F2ED
(213,242,237)
#DDF4EF
(221,244,239)
#E5F6F1
(229,246,241)
#EDF8F3
(237,248,243)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5E6E1; }

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

This text font color is #A5E6E1.


Background Color

.myBgColor { background-color: #A5E6E1; }

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

This div background color is #A5E6E1.


Border color

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

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

This div border color is #A5E6E1.


Opacity

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

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

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

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

This text has shadow with #A5E6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E6E1 on black background.


Color preview on white background

This text has color #A5E6E1 on white background.



Black color preview on #A5E6E1 background

This text has black color on #A5E6E1 background.


White color preview on #A5E6E1 background

This text has white color on #A5E6E1 background.