COLOR #A5E9D8

HEX: #A5E9D8 RGB: (165,233,216)

Color info

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

RGB color model

#A5E9D8 color RGB value is (165,233,216).

RGB: (165,233,216) (65%, 91%, 85%)

RGB channels and saturation

R 165 of 255 = 65%
G 233 of 255 = 91%
B 216 of 255 = 85%

165
233
216

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

Portions of RGB colors in percentages

R + G + B = 165 + 233 + 216 = 614 (100%)
R 165 of 614 ~ 26.87%
G 233 of 614 ~ 37.95%
B 216 of 614 ~ 35.18'%

%26.87
%37.95
%35.18

CMYK color model

#A5E9D8 color CMYK value is (29,0,7,9).

  • cyan value is 29.18%
  • magenta value is 0.00%
  • yellow value is 7.30%
  • key color value is 8.63%

CMYK: (29,0,7,9)
C29M0Y7K9 (29%, 0%, 7%, 9%)
(0.29 / 0.00 / 0.07 / 0.09)

CMYK percentages

%29.18
%0
%7.3
%8.63

Codes

Color #A5E9D8 in popluar color models

A5 E9 D8
RGB 165 233 216
HSL 165° 60.71% 78.04%
HSB/HSV 165° 29.18% 91.37%
CMYK 29.18% 0.00% 7.30%
8.63%

Color #A5E9D8 in popluar number systems.

HEX A5 E9 D8
Decimal 165 233 216
Binary 10100101 11101001 11011000
Octal 245 351 330

Shades and tints

Shades of #A5E9D8

#A5E9D8
(165,233,216)
#96D4C5
(150,212,197)
#87BFB2
(135,191,178)
#78AA9F
(120,170,159)
#69958C
(105,149,140)
#5A8079
(90,128,121)
#4B6B66
(75,107,102)
#3C5653
(60,86,83)
#2D4140
(45,65,64)
#1E2C2D
(30,44,45)
#0F171A
(15,23,26)
#000000
(0,0,0)

Tints of #A5E9D8

#A5E9D8
(165,233,216)
#ADEBDB
(173,235,219)
#B5EDDE
(181,237,222)
#BDEFE1
(189,239,225)
#C5F1E4
(197,241,228)
#CDF3E7
(205,243,231)
#D5F5EA
(213,245,234)
#DDF7ED
(221,247,237)
#E5F9F0
(229,249,240)
#EDFBF3
(237,251,243)
#F5FDF6
(245,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5E9D8; }

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

This text font color is #A5E9D8.

Background Color

.myBgColor { background-color: #A5E9D8; }

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

This div background color is #A5E9D8.

Border color

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

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

This div border color is #A5E9D8.

Opacity

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

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

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

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

This text has shadow with #A5E9D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5E9D8.

Preview

Color preview on black background

This text has color #A5E9D8 on black background.


Color preview on white background

This text has color #A5E9D8 on white background.


Black color preview on #A5E9D8 background

This text has black color on #A5E9D8 background.


White color preview on #A5E9D8 background

This text has white color on #A5E9D8 background.


Related colors

Complementary color

Complementary color for #hex is #5A1627.


I love getcolorcode.com

Triadic colors

1 #D8A5E9 and #E9D8A5 with #A5E9D8 are triadic colors.

2 #D8E9A5 and #E9A5D8 with #A5E9D8 are triadic colors.