COLOR #A5DBA5

HEX: #A5DBA5
RGB: (165,219,165)

Color info

#A5DBA5 contains red, green and blue colors in about the same proportion. Web safe color of #A5DBA5 is #99CC99 (or #9C9).

RGB color model

#A5DBA5 color RGB value is (165,219,165).

  • red value is 165;
  • green value is 219;
  • blue value is 165.
RGB:
(165,219,165)
(65%,86%,65%)

RGB channels and saturation

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

165
219
165

R + G + B ~ 72%. #A5DBA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 219 + 165 = 549 (100%)
R 165 of 549 ~ 30.05%
G 219 of 549 ~ 39.89%
B 165 of 549 ~ 30.05%

%30.05
%39.89
%30.05

CMYK color model

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

  • cyan value is 24.66%
  • magenta value is 0.00%
  • yellow value is 24.66%
  • key color value is 14.12%
CMYK:
(25,0,25,14)
C25M0Y25K14 
(25%,0%,25%,14%)
(0.25/0.00/0.25/0.14)	

CMYK percentages

%24.66
%0
%24.66
%14.12

Codes

Color #A5DBA5 in popluar color models

A5DBA5
RGB165219165
HSL120°42.86%75.29%
HSB/HSV120°24.66%85.88%
CMYK24.66%0.00%24.66%
14.12%

Color #A5DBA5 in popluar number systems.

HEXA5DBA5
Decimal165219165
Binary101001011101101110100101
Octal245333245

Shades and tints

Shades of #A5DBA5

#A5DBA5
(165,219,165)
#96C896
(150,200,150)
#87B587
(135,181,135)
#78A278
(120,162,120)
#698F69
(105,143,105)
#5A7C5A
(90,124,90)
#4B694B
(75,105,75)
#3C563C
(60,86,60)
#2D432D
(45,67,45)
#1E301E
(30,48,30)
#0F1D0F
(15,29,15)
#000000
(0,0,0)

Tints of #A5DBA5

#A5DBA5
(165,219,165)
#ADDEAD
(173,222,173)
#B5E1B5
(181,225,181)
#BDE4BD
(189,228,189)
#C5E7C5
(197,231,197)
#CDEACD
(205,234,205)
#D5EDD5
(213,237,213)
#DDF0DD
(221,240,221)
#E5F3E5
(229,243,229)
#EDF6ED
(237,246,237)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DBA5; }

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

This text font color is #A5DBA5.


Background Color

.myBgColor { background-color: #A5DBA5; }

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

This div background color is #A5DBA5.


Border color

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

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

This div border color is #A5DBA5.


Opacity

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

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

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

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

This text has shadow with #A5DBA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DBA5 on black background.


Color preview on white background

This text has color #A5DBA5 on white background.



Black color preview on #A5DBA5 background

This text has black color on #A5DBA5 background.


White color preview on #A5DBA5 background

This text has white color on #A5DBA5 background.