COLOR #A5E2D7

HEX: #A5E2D7
RGB: (165,226,215)

Color info

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

RGB color model

#A5E2D7 color RGB value is (165,226,215).

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

RGB channels and saturation

R 165 of 255 = 65%
G 226 of 255 = 89%
B 215 of 255 = 84%

165
226
215

R + G + B ~ 79%. #A5E2D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 226 + 215 = 606 (100%)
R 165 of 606 ~ 27.23%
G 226 of 606 ~ 37.29%
B 215 of 606 ~ 35.48%

%27.23
%37.29
%35.48

CMYK color model

#A5E2D7 color CMYK value is (27,0,5,11).

  • cyan value is 26.99%
  • magenta value is 0.00%
  • yellow value is 4.87%
  • key color value is 11.37%
CMYK:
(27,0,5,11)
C27M0Y5K11 
(27%,0%,5%,11%)
(0.27/0.00/0.05/0.11)	

CMYK percentages

%26.99
%0
%4.87
%11.37

Codes

Color #A5E2D7 in popluar color models

A5E2D7
RGB165226215
HSL169°51.26%76.67%
HSB/HSV169°26.99%88.63%
CMYK26.99%0.00%4.87%
11.37%

Color #A5E2D7 in popluar number systems.

HEXA5E2D7
Decimal165226215
Binary101001011110001011010111
Octal245342327

Shades and tints

Shades of #A5E2D7

#A5E2D7
(165,226,215)
#96CEC4
(150,206,196)
#87BAB1
(135,186,177)
#78A69E
(120,166,158)
#69928B
(105,146,139)
#5A7E78
(90,126,120)
#4B6A65
(75,106,101)
#3C5652
(60,86,82)
#2D423F
(45,66,63)
#1E2E2C
(30,46,44)
#0F1A19
(15,26,25)
#000000
(0,0,0)

Tints of #A5E2D7

#A5E2D7
(165,226,215)
#ADE4DA
(173,228,218)
#B5E6DD
(181,230,221)
#BDE8E0
(189,232,224)
#C5EAE3
(197,234,227)
#CDECE6
(205,236,230)
#D5EEE9
(213,238,233)
#DDF0EC
(221,240,236)
#E5F2EF
(229,242,239)
#EDF4F2
(237,244,242)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5E2D7; }

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

This text font color is #A5E2D7.


Background Color

.myBgColor { background-color: #A5E2D7; }

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

This div background color is #A5E2D7.


Border color

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

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

This div border color is #A5E2D7.


Opacity

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

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

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

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

This text has shadow with #A5E2D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E2D7 on black background.


Color preview on white background

This text has color #A5E2D7 on white background.



Black color preview on #A5E2D7 background

This text has black color on #A5E2D7 background.


White color preview on #A5E2D7 background

This text has white color on #A5E2D7 background.