COLOR #A5DBA6

HEX: #A5DBA6
RGB: (165,219,166)

Color info

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

RGB color model

#A5DBA6 color RGB value is (165,219,166).

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

RGB channels and saturation

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

165
219
166

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

Portions of RGB colors in percentages

R + G + B =
165 + 219 + 166 = 550 (100%)
R 165 of 550 ~ 30%
G 219 of 550 ~ 39.82%
B 166 of 550 ~ 30.18%

%30
%39.82
%30.18

CMYK color model

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

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

CMYK percentages

%24.66
%0
%24.2
%14.12

Codes

Color #A5DBA6 in popluar color models

A5DBA6
RGB165219166
HSL121°42.86%75.29%
HSB/HSV121°24.66%85.88%
CMYK24.66%0.00%24.20%
14.12%

Color #A5DBA6 in popluar number systems.

HEXA5DBA6
Decimal165219166
Binary101001011101101110100110
Octal245333246

Shades and tints

Shades of #A5DBA6

#A5DBA6
(165,219,166)
#96C897
(150,200,151)
#87B588
(135,181,136)
#78A279
(120,162,121)
#698F6A
(105,143,106)
#5A7C5B
(90,124,91)
#4B694C
(75,105,76)
#3C563D
(60,86,61)
#2D432E
(45,67,46)
#1E301F
(30,48,31)
#0F1D10
(15,29,16)
#000000
(0,0,0)

Tints of #A5DBA6

#A5DBA6
(165,219,166)
#ADDEAE
(173,222,174)
#B5E1B6
(181,225,182)
#BDE4BE
(189,228,190)
#C5E7C6
(197,231,198)
#CDEACE
(205,234,206)
#D5EDD6
(213,237,214)
#DDF0DE
(221,240,222)
#E5F3E6
(229,243,230)
#EDF6EE
(237,246,238)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DBA6; }

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

This text font color is #A5DBA6.


Background Color

.myBgColor { background-color: #A5DBA6; }

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

This div background color is #A5DBA6.


Border color

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

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

This div border color is #A5DBA6.


Opacity

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

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

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

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

This text has shadow with #A5DBA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DBA6 on black background.


Color preview on white background

This text has color #A5DBA6 on white background.



Black color preview on #A5DBA6 background

This text has black color on #A5DBA6 background.


White color preview on #A5DBA6 background

This text has white color on #A5DBA6 background.