COLOR #A5E9EE

HEX: #A5E9EE
RGB: (165,233,238)

Color info

#A5E9EE contains mainly green and blue colors. Web safe color of #A5E9EE is #99FFFF (or #9FF).

RGB color model

#A5E9EE color RGB value is (165,233,238).

  • red value is 165;
  • green value is 233;
  • blue value is 238.
RGB:
(165,233,238)
(65%,91%,93%)

RGB channels and saturation

R 165 of 255 = 65%
G 233 of 255 = 91%
B 238 of 255 = 93%

165
233
238

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

Portions of RGB colors in percentages

R + G + B =
165 + 233 + 238 = 636 (100%)
R 165 of 636 ~ 25.94%
G 233 of 636 ~ 36.64%
B 238 of 636 ~ 37.42%

%25.94
%36.64
%37.42

CMYK color model

#A5E9EE color CMYK value is (31,2,0,7).

  • cyan value is 30.67%
  • magenta value is 2.10%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(31,2,0,7)
C31M2Y0K7 
(31%,2%,0%,7%)
(0.31/0.02/0.00/0.07)	

CMYK percentages

%30.67
%2.1
%0
%6.67

Codes

Color #A5E9EE in popluar color models

A5E9EE
RGB165233238
HSL184°68.22%79.02%
HSB/HSV184°30.67%93.33%
CMYK30.67%2.10%0.00%
6.67%

Color #A5E9EE in popluar number systems.

HEXA5E9EE
Decimal165233238
Binary101001011110100111101110
Octal245351356

Shades and tints

Shades of #A5E9EE

#A5E9EE
(165,233,238)
#96D4D9
(150,212,217)
#87BFC4
(135,191,196)
#78AAAF
(120,170,175)
#69959A
(105,149,154)
#5A8085
(90,128,133)
#4B6B70
(75,107,112)
#3C565B
(60,86,91)
#2D4146
(45,65,70)
#1E2C31
(30,44,49)
#0F171C
(15,23,28)
#000000
(0,0,0)

Tints of #A5E9EE

#A5E9EE
(165,233,238)
#ADEBEF
(173,235,239)
#B5EDF0
(181,237,240)
#BDEFF1
(189,239,241)
#C5F1F2
(197,241,242)
#CDF3F3
(205,243,243)
#D5F5F4
(213,245,244)
#DDF7F5
(221,247,245)
#E5F9F6
(229,249,246)
#EDFBF7
(237,251,247)
#F5FDF8
(245,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E9EE color. Also use rgb(165,233,238) instead hex code.

Text Font Color

.myTextColor { color: #A5E9EE; }

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

This text font color is #A5E9EE.


Background Color

.myBgColor { background-color: #A5E9EE; }

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

This div background color is #A5E9EE.


Border color

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

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

This div border color is #A5E9EE.


Opacity

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

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

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

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

This text has shadow with #A5E9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E9EE on black background.


Color preview on white background

This text has color #A5E9EE on white background.



Black color preview on #A5E9EE background

This text has black color on #A5E9EE background.


White color preview on #A5E9EE background

This text has white color on #A5E9EE background.