COLOR #A5EEDA

HEX: #A5EEDA
RGB: (165,238,218)

Color info

#A5EEDA contains mainly green and blue colors. Web safe color of #A5EEDA is #99FFCC (or #9FC).

RGB color model

#A5EEDA color RGB value is (165,238,218).

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

RGB channels and saturation

R 165 of 255 = 65%
G 238 of 255 = 93%
B 218 of 255 = 85%

165
238
218

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

Portions of RGB colors in percentages

R + G + B =
165 + 238 + 218 = 621 (100%)
R 165 of 621 ~ 26.57%
G 238 of 621 ~ 38.33%
B 218 of 621 ~ 35.1%

%26.57
%38.33
%35.1

CMYK color model

#A5EEDA color CMYK value is (31,0,8,7).

  • cyan value is 30.67%
  • magenta value is 0.00%
  • yellow value is 8.40%
  • key color value is 6.67%
CMYK:
(31,0,8,7)
C31M0Y8K7 
(31%,0%,8%,7%)
(0.31/0.00/0.08/0.07)	

CMYK percentages

%30.67
%0
%8.4
%6.67

Codes

Color #A5EEDA in popluar color models

A5EEDA
RGB165238218
HSL164°68.22%79.02%
HSB/HSV164°30.67%93.33%
CMYK30.67%0.00%8.40%
6.67%

Color #A5EEDA in popluar number systems.

HEXA5EEDA
Decimal165238218
Binary101001011110111011011010
Octal245356332

Shades and tints

Shades of #A5EEDA

#A5EEDA
(165,238,218)
#96D9C7
(150,217,199)
#87C4B4
(135,196,180)
#78AFA1
(120,175,161)
#699A8E
(105,154,142)
#5A857B
(90,133,123)
#4B7068
(75,112,104)
#3C5B55
(60,91,85)
#2D4642
(45,70,66)
#1E312F
(30,49,47)
#0F1C1C
(15,28,28)
#000000
(0,0,0)

Tints of #A5EEDA

#A5EEDA
(165,238,218)
#ADEFDD
(173,239,221)
#B5F0E0
(181,240,224)
#BDF1E3
(189,241,227)
#C5F2E6
(197,242,230)
#CDF3E9
(205,243,233)
#D5F4EC
(213,244,236)
#DDF5EF
(221,245,239)
#E5F6F2
(229,246,242)
#EDF7F5
(237,247,245)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5EEDA; }

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

This text font color is #A5EEDA.


Background Color

.myBgColor { background-color: #A5EEDA; }

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

This div background color is #A5EEDA.


Border color

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

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

This div border color is #A5EEDA.


Opacity

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

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

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

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

This text has shadow with #A5EEDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5EEDA on black background.


Color preview on white background

This text has color #A5EEDA on white background.



Black color preview on #A5EEDA background

This text has black color on #A5EEDA background.


White color preview on #A5EEDA background

This text has white color on #A5EEDA background.