COLOR #A5E9DB

HEX: #A5E9DB RGB: (165,233,219)

Color info

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

RGB color model

#A5E9DB color RGB value is (165,233,219).

RGB: (165,233,219) (65%, 91%, 86%)

RGB channels and saturation

R 165 of 255 = 65%
G 233 of 255 = 91%
B 219 of 255 = 86%

165
233
219

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

Portions of RGB colors in percentages

R + G + B = 165 + 233 + 219 = 617 (100%)
R 165 of 617 ~ 26.74%
G 233 of 617 ~ 37.76%
B 219 of 617 ~ 35.49'%

%26.74
%37.76
%35.49

CMYK color model

#A5E9DB color CMYK value is (29,0,6,9).

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

CMYK: (29,0,6,9)
C29M0Y6K9 (29%, 0%, 6%, 9%)
(0.29 / 0.00 / 0.06 / 0.09)

CMYK percentages

%29.18
%0
%6.01
%8.63

Codes

Color #A5E9DB in popluar color models

A5 E9 DB
RGB 165 233 219
HSL 168° 60.71% 78.04%
HSB/HSV 168° 29.18% 91.37%
CMYK 29.18% 0.00% 6.01%
8.63%

Color #A5E9DB in popluar number systems.

HEX A5 E9 DB
Decimal 165 233 219
Binary 10100101 11101001 11011011
Octal 245 351 333

Shades and tints

Shades of #A5E9DB

#A5E9DB
(165,233,219)
#96D4C8
(150,212,200)
#87BFB5
(135,191,181)
#78AAA2
(120,170,162)
#69958F
(105,149,143)
#5A807C
(90,128,124)
#4B6B69
(75,107,105)
#3C5656
(60,86,86)
#2D4143
(45,65,67)
#1E2C30
(30,44,48)
#0F171D
(15,23,29)
#000000
(0,0,0)

Tints of #A5E9DB

#A5E9DB
(165,233,219)
#ADEBDE
(173,235,222)
#B5EDE1
(181,237,225)
#BDEFE4
(189,239,228)
#C5F1E7
(197,241,231)
#CDF3EA
(205,243,234)
#D5F5ED
(213,245,237)
#DDF7F0
(221,247,240)
#E5F9F3
(229,249,243)
#EDFBF6
(237,251,246)
#F5FDF9
(245,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5E9DB; }

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

This text font color is #A5E9DB.

Background Color

.myBgColor { background-color: #A5E9DB; }

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

This div background color is #A5E9DB.

Border color

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

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

This div border color is #A5E9DB.

Opacity

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

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

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

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

This text has shadow with #A5E9DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5E9DB.

Preview

Color preview on black background

This text has color #A5E9DB on black background.


Color preview on white background

This text has color #A5E9DB on white background.


Black color preview on #A5E9DB background

This text has black color on #A5E9DB background.


White color preview on #A5E9DB background

This text has white color on #A5E9DB background.


Related colors

Complementary color

Complementary color for #hex is #5A1624.


I love getcolorcode.com

Triadic colors

1 #DBA5E9 and #E9DBA5 with #A5E9DB are triadic colors.

2 #DBE9A5 and #E9A5DB with #A5E9DB are triadic colors.