COLOR #A5FFDB

HEX: #A5FFDB RGB: (165,255,219)

Color info

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

RGB color model

#A5FFDB color RGB value is (165,255,219).

RGB: (165,255,219) (65%, 100%, 86%)

RGB channels and saturation

R 165 of 255 = 65%
G 255 of 255 = 100%
B 219 of 255 = 86%

165
255
219

R + G + B ~ 84%. #A5FFDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 255 + 219 = 639 (100%)
R 165 of 639 ~ 25.82%
G 255 of 639 ~ 39.91%
B 219 of 639 ~ 34.27'%

%25.82
%39.91
%34.27

CMYK color model

#A5FFDB color CMYK value is (35,0,14,0).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 14.12%
  • key color value is 0.00%

CMYK: (35,0,14,0)
C35M0Y14K0 (35%, 0%, 14%, 0%)
(0.35 / 0.00 / 0.14 / 0.00)

CMYK percentages

%35.29
%0
%14.12
%0

Codes

Color #A5FFDB in popluar color models

A5 FF DB
RGB 165 255 219
HSL 156° 100.00% 82.35%
HSB/HSV 156° 35.29% 100.00%
CMYK 35.29% 0.00% 14.12%
0.00%

Color #A5FFDB in popluar number systems.

HEX A5 FF DB
Decimal 165 255 219
Binary 10100101 11111111 11011011
Octal 245 377 333

Shades and tints

Shades of #A5FFDB

#A5FFDB
(165,255,219)
#96E8C8
(150,232,200)
#87D1B5
(135,209,181)
#78BAA2
(120,186,162)
#69A38F
(105,163,143)
#5A8C7C
(90,140,124)
#4B7569
(75,117,105)
#3C5E56
(60,94,86)
#2D4743
(45,71,67)
#1E3030
(30,48,48)
#0F191D
(15,25,29)
#000000
(0,0,0)

Tints of #A5FFDB

#A5FFDB
(165,255,219)
#ADFFDE
(173,255,222)
#B5FFE1
(181,255,225)
#BDFFE4
(189,255,228)
#C5FFE7
(197,255,231)
#CDFFEA
(205,255,234)
#D5FFED
(213,255,237)
#DDFFF0
(221,255,240)
#E5FFF3
(229,255,243)
#EDFFF6
(237,255,246)
#F5FFF9
(245,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5FFDB; }

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

This text font color is #A5FFDB.

Background Color

.myBgColor { background-color: #A5FFDB; }

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

This div background color is #A5FFDB.

Border color

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

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

This div border color is #A5FFDB.

Opacity

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

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

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

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

This text has shadow with #A5FFDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5FFDB.

Preview

Color preview on black background

This text has color #A5FFDB on black background.


Color preview on white background

This text has color #A5FFDB on white background.


Black color preview on #A5FFDB background

This text has black color on #A5FFDB background.


White color preview on #A5FFDB background

This text has white color on #A5FFDB background.


Related colors

Complementary color

Complementary color for #hex is #5A0024.


I love getcolorcode.com

Triadic colors

1 #DBA5FF and #FFDBA5 with #A5FFDB are triadic colors.

2 #DBFFA5 and #FFA5DB with #A5FFDB are triadic colors.