COLOR #A5E2DB

HEX: #A5E2DB RGB: (165,226,219)

Color info

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

RGB color model

#A5E2DB color RGB value is (165,226,219).

RGB: (165,226,219) (65%, 89%, 86%)

RGB channels and saturation

R 165 of 255 = 65%
G 226 of 255 = 89%
B 219 of 255 = 86%

165
226
219

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

Portions of RGB colors in percentages

R + G + B = 165 + 226 + 219 = 610 (100%)
R 165 of 610 ~ 27.05%
G 226 of 610 ~ 37.05%
B 219 of 610 ~ 35.9'%

%27.05
%37.05
%35.9

CMYK color model

#A5E2DB color CMYK value is (27,0,3,11).

  • cyan value is 26.99%
  • magenta value is 0.00%
  • yellow value is 3.10%
  • key color value is 11.37%
CMYK: (27,0,3,11) C27M0Y3K11 (27%,0%,3%,11%) (0.27/0.00/0.03/0.11) 

CMYK percentages

%26.99
%0
%3.1
%11.37

Codes

Color #A5E2DB in popluar color models

A5 E2 DB
RGB 165 226 219
HSL 173° 51.26% 76.67%
HSB/HSV 173° 26.99% 88.63%
CMYK 26.99% 0.00% 3.10%
11.37%

Color #A5E2DB in popluar number systems.

HEX A5 E2 DB
Decimal 165 226 219
Binary 10100101 11100010 11011011
Octal 245 342 333

Shades and tints

Shades of #A5E2DB

#A5E2DB
(165,226,219)
#96CEC8
(150,206,200)
#87BAB5
(135,186,181)
#78A6A2
(120,166,162)
#69928F
(105,146,143)
#5A7E7C
(90,126,124)
#4B6A69
(75,106,105)
#3C5656
(60,86,86)
#2D4243
(45,66,67)
#1E2E30
(30,46,48)
#0F1A1D
(15,26,29)
#000000
(0,0,0)

Tints of #A5E2DB

#A5E2DB
(165,226,219)
#ADE4DE
(173,228,222)
#B5E6E1
(181,230,225)
#BDE8E4
(189,232,228)
#C5EAE7
(197,234,231)
#CDECEA
(205,236,234)
#D5EEED
(213,238,237)
#DDF0F0
(221,240,240)
#E5F2F3
(229,242,243)
#EDF4F6
(237,244,246)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5E2DB; }

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

This text font color is #A5E2DB.

Background Color

.myBgColor { background-color: #A5E2DB; }

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

This div background color is #A5E2DB.

Border color

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

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

This div border color is #A5E2DB.

Opacity

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

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

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

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

This text has shadow with #A5E2DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5E2DB.

Preview

Color preview on black background

This text has color #A5E2DB on black background.


Color preview on white background

This text has color #A5E2DB on white background.


Black color preview on #A5E2DB background

This text has black color on #A5E2DB background.


White color preview on #A5E2DB background

This text has white color on #A5E2DB background.


Related colors

Complementary color

Complementary color for #hex is #5A1D24.


I love getcolorcode.com

Triadic colors

1 #DBA5E2 and #E2DBA5 with #A5E2DB are triadic colors.

2 #DBE2A5 and #E2A5DB with #A5E2DB are triadic colors.