COLOR #A5E6E0

HEX: #A5E6E0
RGB: (165,230,224)

Color info

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

RGB color model

#A5E6E0 color RGB value is (165,230,224).

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

RGB channels and saturation

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

165
230
224

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

Portions of RGB colors in percentages

R + G + B =
165 + 230 + 224 = 619 (100%)
R 165 of 619 ~ 26.66%
G 230 of 619 ~ 37.16%
B 224 of 619 ~ 36.19%

%26.66
%37.16
%36.19

CMYK color model

#A5E6E0 color CMYK value is (28,0,3,10).

  • cyan value is 28.26%
  • magenta value is 0.00%
  • yellow value is 2.61%
  • key color value is 9.80%
CMYK:
(28,0,3,10)
C28M0Y3K10 
(28%,0%,3%,10%)
(0.28/0.00/0.03/0.10)	

CMYK percentages

%28.26
%0
%2.61
%9.8

Codes

Color #A5E6E0 in popluar color models

A5E6E0
RGB165230224
HSL174°56.52%77.45%
HSB/HSV174°28.26%90.20%
CMYK28.26%0.00%2.61%
9.80%

Color #A5E6E0 in popluar number systems.

HEXA5E6E0
Decimal165230224
Binary101001011110011011100000
Octal245346340

Shades and tints

Shades of #A5E6E0

#A5E6E0
(165,230,224)
#96D2CC
(150,210,204)
#87BEB8
(135,190,184)
#78AAA4
(120,170,164)
#699690
(105,150,144)
#5A827C
(90,130,124)
#4B6E68
(75,110,104)
#3C5A54
(60,90,84)
#2D4640
(45,70,64)
#1E322C
(30,50,44)
#0F1E18
(15,30,24)
#000000
(0,0,0)

Tints of #A5E6E0

#A5E6E0
(165,230,224)
#ADE8E2
(173,232,226)
#B5EAE4
(181,234,228)
#BDECE6
(189,236,230)
#C5EEE8
(197,238,232)
#CDF0EA
(205,240,234)
#D5F2EC
(213,242,236)
#DDF4EE
(221,244,238)
#E5F6F0
(229,246,240)
#EDF8F2
(237,248,242)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5E6E0; }

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

This text font color is #A5E6E0.


Background Color

.myBgColor { background-color: #A5E6E0; }

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

This div background color is #A5E6E0.


Border color

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

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

This div border color is #A5E6E0.


Opacity

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

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

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

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

This text has shadow with #A5E6E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E6E0 on black background.


Color preview on white background

This text has color #A5E6E0 on white background.



Black color preview on #A5E6E0 background

This text has black color on #A5E6E0 background.


White color preview on #A5E6E0 background

This text has white color on #A5E6E0 background.