COLOR #A5DB8E

HEX: #A5DB8E RGB: (165,219,142)

Color info

#A5DB8E contains mainly red and green colors. Web safe color of #A5DB8E is #99CC99 (or #9C9).

RGB color model

#A5DB8E color RGB value is (165,219,142).

RGB: (165,219,142) (65%, 86%, 56%)

RGB channels and saturation

R 165 of 255 = 65%
G 219 of 255 = 86%
B 142 of 255 = 56%

165
219
142

R + G + B ~ 69%. #A5DB8E is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 219 + 142 = 526 (100%)
R 165 of 526 ~ 31.37%
G 219 of 526 ~ 41.63%
B 142 of 526 ~ 27'%

%31.37
%41.63
%27

CMYK color model

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

  • cyan value is 24.66%
  • magenta value is 0.00%
  • yellow value is 35.16%
  • key color value is 14.12%

CMYK: (25,0,35,14)
C25M0Y35K14 (25%, 0%, 35%, 14%)
(0.25 / 0.00 / 0.35 / 0.14)

CMYK percentages

%24.66
%0
%35.16
%14.12

Codes

Color #A5DB8E in popluar color models

A5 DB 8E
RGB 165 219 142
HSL 102° 51.68% 70.78%
HSB/HSV 102° 35.16% 85.88%
CMYK 24.66% 0.00% 35.16%
14.12%

Color #A5DB8E in popluar number systems.

HEX A5 DB 8E
Decimal 165 219 142
Binary 10100101 11011011 10001110
Octal 245 333 216

Shades and tints

Shades of #A5DB8E

#A5DB8E
(165,219,142)
#96C882
(150,200,130)
#87B576
(135,181,118)
#78A26A
(120,162,106)
#698F5E
(105,143,94)
#5A7C52
(90,124,82)
#4B6946
(75,105,70)
#3C563A
(60,86,58)
#2D432E
(45,67,46)
#1E3022
(30,48,34)
#0F1D16
(15,29,22)
#000000
(0,0,0)

Tints of #A5DB8E

#A5DB8E
(165,219,142)
#ADDE98
(173,222,152)
#B5E1A2
(181,225,162)
#BDE4AC
(189,228,172)
#C5E7B6
(197,231,182)
#CDEAC0
(205,234,192)
#D5EDCA
(213,237,202)
#DDF0D4
(221,240,212)
#E5F3DE
(229,243,222)
#EDF6E8
(237,246,232)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DB8E; }

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

This text font color is #A5DB8E.

Background Color

.myBgColor { background-color: #A5DB8E; }

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

This div background color is #A5DB8E.

Border color

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

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

This div border color is #A5DB8E.

Opacity

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

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

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

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

This text has shadow with #A5DB8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5DB8E.

Preview

Color preview on black background

This text has color #A5DB8E on black background.


Color preview on white background

This text has color #A5DB8E on white background.


Black color preview on #A5DB8E background

This text has black color on #A5DB8E background.


White color preview on #A5DB8E background

This text has white color on #A5DB8E background.


Related colors

Complementary color

Complementary color for #hex is #5A2471.


I love getcolorcode.com

Triadic colors

1 #8EA5DB and #DB8EA5 with #A5DB8E are triadic colors.

2 #8EDBA5 and #DBA58E with #A5DB8E are triadic colors.