COLOR #A5EDE0

HEX: #A5EDE0
RGB: (165,237,224)

Color info

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

RGB color model

#A5EDE0 color RGB value is (165,237,224).

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

RGB channels and saturation

R 165 of 255 = 65%
G 237 of 255 = 93%
B 224 of 255 = 88%

165
237
224

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

Portions of RGB colors in percentages

R + G + B =
165 + 237 + 224 = 626 (100%)
R 165 of 626 ~ 26.36%
G 237 of 626 ~ 37.86%
B 224 of 626 ~ 35.78%

%26.36
%37.86
%35.78

CMYK color model

#A5EDE0 color CMYK value is (30,0,5,7).

  • cyan value is 30.38%
  • magenta value is 0.00%
  • yellow value is 5.49%
  • key color value is 7.06%
CMYK:
(30,0,5,7)
C30M0Y5K7 
(30%,0%,5%,7%)
(0.30/0.00/0.05/0.07)	

CMYK percentages

%30.38
%0
%5.49
%7.06

Codes

Color #A5EDE0 in popluar color models

A5EDE0
RGB165237224
HSL169°66.67%78.82%
HSB/HSV169°30.38%92.94%
CMYK30.38%0.00%5.49%
7.06%

Color #A5EDE0 in popluar number systems.

HEXA5EDE0
Decimal165237224
Binary101001011110110111100000
Octal245355340

Shades and tints

Shades of #A5EDE0

#A5EDE0
(165,237,224)
#96D8CC
(150,216,204)
#87C3B8
(135,195,184)
#78AEA4
(120,174,164)
#699990
(105,153,144)
#5A847C
(90,132,124)
#4B6F68
(75,111,104)
#3C5A54
(60,90,84)
#2D4540
(45,69,64)
#1E302C
(30,48,44)
#0F1B18
(15,27,24)
#000000
(0,0,0)

Tints of #A5EDE0

#A5EDE0
(165,237,224)
#ADEEE2
(173,238,226)
#B5EFE4
(181,239,228)
#BDF0E6
(189,240,230)
#C5F1E8
(197,241,232)
#CDF2EA
(205,242,234)
#D5F3EC
(213,243,236)
#DDF4EE
(221,244,238)
#E5F5F0
(229,245,240)
#EDF6F2
(237,246,242)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5EDE0; }

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

This text font color is #A5EDE0.


Background Color

.myBgColor { background-color: #A5EDE0; }

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

This div background color is #A5EDE0.


Border color

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

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

This div border color is #A5EDE0.


Opacity

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

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

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

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

This text has shadow with #A5EDE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5EDE0 on black background.


Color preview on white background

This text has color #A5EDE0 on white background.



Black color preview on #A5EDE0 background

This text has black color on #A5EDE0 background.


White color preview on #A5EDE0 background

This text has white color on #A5EDE0 background.