COLOR #A5E4E2

HEX: #A5E4E2
RGB: (165,228,226)

Color info

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

RGB color model

#A5E4E2 color RGB value is (165,228,226).

  • red value is 165;
  • green value is 228;
  • blue value is 226.
RGB:
(165,228,226)
(65%,89%,89%)

RGB channels and saturation

R 165 of 255 = 65%
G 228 of 255 = 89%
B 226 of 255 = 89%

165
228
226

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

Portions of RGB colors in percentages

R + G + B =
165 + 228 + 226 = 619 (100%)
R 165 of 619 ~ 26.66%
G 228 of 619 ~ 36.83%
B 226 of 619 ~ 36.51%

%26.66
%36.83
%36.51

CMYK color model

#A5E4E2 color CMYK value is (28,0,1,11).

  • cyan value is 27.63%
  • magenta value is 0.00%
  • yellow value is 0.88%
  • key color value is 10.59%
CMYK:
(28,0,1,11)
C28M0Y1K11 
(28%,0%,1%,11%)
(0.28/0.00/0.01/0.11)	

CMYK percentages

%27.63
%0
%0.88
%10.59

Codes

Color #A5E4E2 in popluar color models

A5E4E2
RGB165228226
HSL178°53.85%77.06%
HSB/HSV178°27.63%89.41%
CMYK27.63%0.00%0.88%
10.59%

Color #A5E4E2 in popluar number systems.

HEXA5E4E2
Decimal165228226
Binary101001011110010011100010
Octal245344342

Shades and tints

Shades of #A5E4E2

#A5E4E2
(165,228,226)
#96D0CE
(150,208,206)
#87BCBA
(135,188,186)
#78A8A6
(120,168,166)
#699492
(105,148,146)
#5A807E
(90,128,126)
#4B6C6A
(75,108,106)
#3C5856
(60,88,86)
#2D4442
(45,68,66)
#1E302E
(30,48,46)
#0F1C1A
(15,28,26)
#000000
(0,0,0)

Tints of #A5E4E2

#A5E4E2
(165,228,226)
#ADE6E4
(173,230,228)
#B5E8E6
(181,232,230)
#BDEAE8
(189,234,232)
#C5ECEA
(197,236,234)
#CDEEEC
(205,238,236)
#D5F0EE
(213,240,238)
#DDF2F0
(221,242,240)
#E5F4F2
(229,244,242)
#EDF6F4
(237,246,244)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E4E2 color. Also use rgb(165,228,226) instead hex code.

Text Font Color

.myTextColor { color: #A5E4E2; }

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

This text font color is #A5E4E2.


Background Color

.myBgColor { background-color: #A5E4E2; }

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

This div background color is #A5E4E2.


Border color

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

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

This div border color is #A5E4E2.


Opacity

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

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

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

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

This text has shadow with #A5E4E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E4E2 on black background.


Color preview on white background

This text has color #A5E4E2 on white background.



Black color preview on #A5E4E2 background

This text has black color on #A5E4E2 background.


White color preview on #A5E4E2 background

This text has white color on #A5E4E2 background.