COLOR #A5DBA8

HEX: #A5DBA8
RGB: (165,219,168)

Color info

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

RGB color model

#A5DBA8 color RGB value is (165,219,168).

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

RGB channels and saturation

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

165
219
168

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

Portions of RGB colors in percentages

R + G + B =
165 + 219 + 168 = 552 (100%)
R 165 of 552 ~ 29.89%
G 219 of 552 ~ 39.67%
B 168 of 552 ~ 30.43%

%29.89
%39.67
%30.43

CMYK color model

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

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

CMYK percentages

%24.66
%0
%23.29
%14.12

Codes

Color #A5DBA8 in popluar color models

A5DBA8
RGB165219168
HSL123°42.86%75.29%
HSB/HSV123°24.66%85.88%
CMYK24.66%0.00%23.29%
14.12%

Color #A5DBA8 in popluar number systems.

HEXA5DBA8
Decimal165219168
Binary101001011101101110101000
Octal245333250

Shades and tints

Shades of #A5DBA8

#A5DBA8
(165,219,168)
#96C899
(150,200,153)
#87B58A
(135,181,138)
#78A27B
(120,162,123)
#698F6C
(105,143,108)
#5A7C5D
(90,124,93)
#4B694E
(75,105,78)
#3C563F
(60,86,63)
#2D4330
(45,67,48)
#1E3021
(30,48,33)
#0F1D12
(15,29,18)
#000000
(0,0,0)

Tints of #A5DBA8

#A5DBA8
(165,219,168)
#ADDEAF
(173,222,175)
#B5E1B6
(181,225,182)
#BDE4BD
(189,228,189)
#C5E7C4
(197,231,196)
#CDEACB
(205,234,203)
#D5EDD2
(213,237,210)
#DDF0D9
(221,240,217)
#E5F3E0
(229,243,224)
#EDF6E7
(237,246,231)
#F5F9EE
(245,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DBA8; }

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

This text font color is #A5DBA8.


Background Color

.myBgColor { background-color: #A5DBA8; }

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

This div background color is #A5DBA8.


Border color

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

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

This div border color is #A5DBA8.


Opacity

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

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

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

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

This text has shadow with #A5DBA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DBA8 on black background.


Color preview on white background

This text has color #A5DBA8 on white background.



Black color preview on #A5DBA8 background

This text has black color on #A5DBA8 background.


White color preview on #A5DBA8 background

This text has white color on #A5DBA8 background.