COLOR #A5E5D6

HEX: #A5E5D6
RGB: (165,229,214)

Color info

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

RGB color model

#A5E5D6 color RGB value is (165,229,214).

  • red value is 165;
  • green value is 229;
  • blue value is 214.
RGB: (165,229,214) (65%,90%,84%)

RGB channels and saturation

R 165 of 255 = 65%
G 229 of 255 = 90%
B 214 of 255 = 84%

165
229
214

R + G + B ~ 80%. #A5E5D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 229 + 214 = 608 (100%)
R 165 of 608 ~ 27.14%
G 229 of 608 ~ 37.66%
B 214 of 608 ~ 35.2%

%27.14
%37.66
%35.2

CMYK color model

#A5E5D6 color CMYK value is (28,0,7,10).

  • cyan value is 27.95%
  • magenta value is 0.00%
  • yellow value is 6.55%
  • key color value is 10.20%
CMYK: (28,0,7,10) C28M0Y7K10 (28%,0%,7%,10%) (0.28/0.00/0.07/0.10)

CMYK percentages

%27.95
%0
%6.55
%10.2

Codes

Color #A5E5D6 in popluar color models

A5E5D6
RGB165229214
HSL166°55.17%77.25%
HSB/HSV166°27.95%89.80%
CMYK27.95%0.00%6.55%
10.20%

Color #A5E5D6 in popluar number systems.

HEXA5E5D6
Decimal165229214
Binary101001011110010111010110
Octal245345326

Shades and tints

Shades of #A5E5D6

#A5E5D6
(165,229,214)
#96D1C3
(150,209,195)
#87BDB0
(135,189,176)
#78A99D
(120,169,157)
#69958A
(105,149,138)
#5A8177
(90,129,119)
#4B6D64
(75,109,100)
#3C5951
(60,89,81)
#2D453E
(45,69,62)
#1E312B
(30,49,43)
#0F1D18
(15,29,24)
#000000
(0,0,0)

Tints of #A5E5D6

#A5E5D6
(165,229,214)
#ADE7D9
(173,231,217)
#B5E9DC
(181,233,220)
#BDEBDF
(189,235,223)
#C5EDE2
(197,237,226)
#CDEFE5
(205,239,229)
#D5F1E8
(213,241,232)
#DDF3EB
(221,243,235)
#E5F5EE
(229,245,238)
#EDF7F1
(237,247,241)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E5D6 color. Also use rgb(165,229,214) instead hex code.

Text Font Color

.myTextColor { color: #A5E5D6; }

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

This text font color is #A5E5D6.


Background Color

.myBgColor { background-color: #A5E5D6; }

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

This div background color is #A5E5D6.


Border color

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

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

This div border color is #A5E5D6.


Opacity

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

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

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

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

This text has shadow with #A5E5D6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A5E5D6 on black background.


Color preview on white background

This text has color #A5E5D6 on white background.



Black color preview on #A5E5D6 background

This text has black color on #A5E5D6 background.


White color preview on #A5E5D6 background

This text has white color on #A5E5D6 background.