COLOR #A5E2EA

HEX: #A5E2EA
RGB: (165,226,234)

Color info

#A5E2EA contains mainly green and blue colors. Web safe color of #A5E2EA is #99CCFF (or #9CF).

RGB color model

#A5E2EA color RGB value is (165,226,234).

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

RGB channels and saturation

R 165 of 255 = 65%
G 226 of 255 = 89%
B 234 of 255 = 92%

165
226
234

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

Portions of RGB colors in percentages

R + G + B =
165 + 226 + 234 = 625 (100%)
R 165 of 625 ~ 26.4%
G 226 of 625 ~ 36.16%
B 234 of 625 ~ 37.44%

%26.4
%36.16
%37.44

CMYK color model

#A5E2EA color CMYK value is (29,3,0,8).

  • cyan value is 29.49%
  • magenta value is 3.42%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(29,3,0,8)
C29M3Y0K8 
(29%,3%,0%,8%)
(0.29/0.03/0.00/0.08)	

CMYK percentages

%29.49
%3.42
%0
%8.24

Codes

Color #A5E2EA in popluar color models

A5E2EA
RGB165226234
HSL187°62.16%78.24%
HSB/HSV187°29.49%91.76%
CMYK29.49%3.42%0.00%
8.24%

Color #A5E2EA in popluar number systems.

HEXA5E2EA
Decimal165226234
Binary101001011110001011101010
Octal245342352

Shades and tints

Shades of #A5E2EA

#A5E2EA
(165,226,234)
#96CED5
(150,206,213)
#87BAC0
(135,186,192)
#78A6AB
(120,166,171)
#699296
(105,146,150)
#5A7E81
(90,126,129)
#4B6A6C
(75,106,108)
#3C5657
(60,86,87)
#2D4242
(45,66,66)
#1E2E2D
(30,46,45)
#0F1A18
(15,26,24)
#000000
(0,0,0)

Tints of #A5E2EA

#A5E2EA
(165,226,234)
#ADE4EB
(173,228,235)
#B5E6EC
(181,230,236)
#BDE8ED
(189,232,237)
#C5EAEE
(197,234,238)
#CDECEF
(205,236,239)
#D5EEF0
(213,238,240)
#DDF0F1
(221,240,241)
#E5F2F2
(229,242,242)
#EDF4F3
(237,244,243)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5E2EA; }

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

This text font color is #A5E2EA.


Background Color

.myBgColor { background-color: #A5E2EA; }

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

This div background color is #A5E2EA.


Border color

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

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

This div border color is #A5E2EA.


Opacity

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

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

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

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

This text has shadow with #A5E2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E2EA on black background.


Color preview on white background

This text has color #A5E2EA on white background.



Black color preview on #A5E2EA background

This text has black color on #A5E2EA background.


White color preview on #A5E2EA background

This text has white color on #A5E2EA background.