COLOR #A5DBAA

HEX: #A5DBAA
RGB: (165,219,170)

Color info

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

RGB color model

#A5DBAA color RGB value is (165,219,170).

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

RGB channels and saturation

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

165
219
170

R + G + B ~ 73%. #A5DBAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 219 + 170 = 554 (100%)
R 165 of 554 ~ 29.78%
G 219 of 554 ~ 39.53%
B 170 of 554 ~ 30.69%

%29.78
%39.53
%30.69

CMYK color model

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

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

CMYK percentages

%24.66
%0
%22.37
%14.12

Codes

Color #A5DBAA in popluar color models

A5DBAA
RGB165219170
HSL126°42.86%75.29%
HSB/HSV126°24.66%85.88%
CMYK24.66%0.00%22.37%
14.12%

Color #A5DBAA in popluar number systems.

HEXA5DBAA
Decimal165219170
Binary101001011101101110101010
Octal245333252

Shades and tints

Shades of #A5DBAA

#A5DBAA
(165,219,170)
#96C89B
(150,200,155)
#87B58C
(135,181,140)
#78A27D
(120,162,125)
#698F6E
(105,143,110)
#5A7C5F
(90,124,95)
#4B6950
(75,105,80)
#3C5641
(60,86,65)
#2D4332
(45,67,50)
#1E3023
(30,48,35)
#0F1D14
(15,29,20)
#000000
(0,0,0)

Tints of #A5DBAA

#A5DBAA
(165,219,170)
#ADDEB1
(173,222,177)
#B5E1B8
(181,225,184)
#BDE4BF
(189,228,191)
#C5E7C6
(197,231,198)
#CDEACD
(205,234,205)
#D5EDD4
(213,237,212)
#DDF0DB
(221,240,219)
#E5F3E2
(229,243,226)
#EDF6E9
(237,246,233)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DBAA; }

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

This text font color is #A5DBAA.


Background Color

.myBgColor { background-color: #A5DBAA; }

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

This div background color is #A5DBAA.


Border color

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

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

This div border color is #A5DBAA.


Opacity

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

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

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

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

This text has shadow with #A5DBAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DBAA on black background.


Color preview on white background

This text has color #A5DBAA on white background.



Black color preview on #A5DBAA background

This text has black color on #A5DBAA background.


White color preview on #A5DBAA background

This text has white color on #A5DBAA background.