COLOR #A5DBA4

HEX: #A5DBA4
RGB: (165,219,164)

Color info

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

RGB color model

#A5DBA4 color RGB value is (165,219,164).

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

RGB channels and saturation

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

165
219
164

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

Portions of RGB colors in percentages

R + G + B =
165 + 219 + 164 = 548 (100%)
R 165 of 548 ~ 30.11%
G 219 of 548 ~ 39.96%
B 164 of 548 ~ 29.93%

%30.11
%39.96
%29.93

CMYK color model

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

  • cyan value is 24.66%
  • magenta value is 0.00%
  • yellow value is 25.11%
  • 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
%25.11
%14.12

Codes

Color #A5DBA4 in popluar color models

A5DBA4
RGB165219164
HSL119°43.31%75.10%
HSB/HSV119°25.11%85.88%
CMYK24.66%0.00%25.11%
14.12%

Color #A5DBA4 in popluar number systems.

HEXA5DBA4
Decimal165219164
Binary101001011101101110100100
Octal245333244

Shades and tints

Shades of #A5DBA4

#A5DBA4
(165,219,164)
#96C896
(150,200,150)
#87B588
(135,181,136)
#78A27A
(120,162,122)
#698F6C
(105,143,108)
#5A7C5E
(90,124,94)
#4B6950
(75,105,80)
#3C5642
(60,86,66)
#2D4334
(45,67,52)
#1E3026
(30,48,38)
#0F1D18
(15,29,24)
#000000
(0,0,0)

Tints of #A5DBA4

#A5DBA4
(165,219,164)
#ADDEAC
(173,222,172)
#B5E1B4
(181,225,180)
#BDE4BC
(189,228,188)
#C5E7C4
(197,231,196)
#CDEACC
(205,234,204)
#D5EDD4
(213,237,212)
#DDF0DC
(221,240,220)
#E5F3E4
(229,243,228)
#EDF6EC
(237,246,236)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DBA4; }

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

This text font color is #A5DBA4.


Background Color

.myBgColor { background-color: #A5DBA4; }

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

This div background color is #A5DBA4.


Border color

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

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

This div border color is #A5DBA4.


Opacity

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

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

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

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

This text has shadow with #A5DBA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DBA4 on black background.


Color preview on white background

This text has color #A5DBA4 on white background.



Black color preview on #A5DBA4 background

This text has black color on #A5DBA4 background.


White color preview on #A5DBA4 background

This text has white color on #A5DBA4 background.