COLOR #A5DBB0

HEX: #A5DBB0
RGB: (165,219,176)

Color info

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

RGB color model

#A5DBB0 color RGB value is (165,219,176).

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

RGB channels and saturation

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

165
219
176

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

Portions of RGB colors in percentages

R + G + B =
165 + 219 + 176 = 560 (100%)
R 165 of 560 ~ 29.46%
G 219 of 560 ~ 39.11%
B 176 of 560 ~ 31.43%

%29.46
%39.11
%31.43

CMYK color model

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

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

CMYK percentages

%24.66
%0
%19.63
%14.12

Codes

Color #A5DBB0 in popluar color models

A5DBB0
RGB165219176
HSL132°42.86%75.29%
HSB/HSV132°24.66%85.88%
CMYK24.66%0.00%19.63%
14.12%

Color #A5DBB0 in popluar number systems.

HEXA5DBB0
Decimal165219176
Binary101001011101101110110000
Octal245333260

Shades and tints

Shades of #A5DBB0

#A5DBB0
(165,219,176)
#96C8A0
(150,200,160)
#87B590
(135,181,144)
#78A280
(120,162,128)
#698F70
(105,143,112)
#5A7C60
(90,124,96)
#4B6950
(75,105,80)
#3C5640
(60,86,64)
#2D4330
(45,67,48)
#1E3020
(30,48,32)
#0F1D10
(15,29,16)
#000000
(0,0,0)

Tints of #A5DBB0

#A5DBB0
(165,219,176)
#ADDEB7
(173,222,183)
#B5E1BE
(181,225,190)
#BDE4C5
(189,228,197)
#C5E7CC
(197,231,204)
#CDEAD3
(205,234,211)
#D5EDDA
(213,237,218)
#DDF0E1
(221,240,225)
#E5F3E8
(229,243,232)
#EDF6EF
(237,246,239)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DBB0; }

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

This text font color is #A5DBB0.


Background Color

.myBgColor { background-color: #A5DBB0; }

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

This div background color is #A5DBB0.


Border color

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

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

This div border color is #A5DBB0.


Opacity

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

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

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

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

This text has shadow with #A5DBB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DBB0 on black background.


Color preview on white background

This text has color #A5DBB0 on white background.



Black color preview on #A5DBB0 background

This text has black color on #A5DBB0 background.


White color preview on #A5DBB0 background

This text has white color on #A5DBB0 background.