COLOR #A5DABB

HEX: #A5DABB
RGB: (165,218,187)

Color info

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

RGB color model

#A5DABB color RGB value is (165,218,187).

  • red value is 165;
  • green value is 218;
  • blue value is 187.
RGB:
(165,218,187)
(65%,85%,73%)

RGB channels and saturation

R 165 of 255 = 65%
G 218 of 255 = 85%
B 187 of 255 = 73%

165
218
187

R + G + B ~ 74%. #A5DABB is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 218 + 187 = 570 (100%)
R 165 of 570 ~ 28.95%
G 218 of 570 ~ 38.25%
B 187 of 570 ~ 32.81%

%28.95
%38.25
%32.81

CMYK color model

#A5DABB color CMYK value is (24,0,14,15).

  • cyan value is 24.31%
  • magenta value is 0.00%
  • yellow value is 14.22%
  • key color value is 14.51%
CMYK:
(24,0,14,15)
C24M0Y14K15 
(24%,0%,14%,15%)
(0.24/0.00/0.14/0.15)	

CMYK percentages

%24.31
%0
%14.22
%14.51

Codes

Color #A5DABB in popluar color models

A5DABB
RGB165218187
HSL145°41.73%75.10%
HSB/HSV145°24.31%85.49%
CMYK24.31%0.00%14.22%
14.51%

Color #A5DABB in popluar number systems.

HEXA5DABB
Decimal165218187
Binary101001011101101010111011
Octal245332273

Shades and tints

Shades of #A5DABB

#A5DABB
(165,218,187)
#96C7AA
(150,199,170)
#87B499
(135,180,153)
#78A188
(120,161,136)
#698E77
(105,142,119)
#5A7B66
(90,123,102)
#4B6855
(75,104,85)
#3C5544
(60,85,68)
#2D4233
(45,66,51)
#1E2F22
(30,47,34)
#0F1C11
(15,28,17)
#000000
(0,0,0)

Tints of #A5DABB

#A5DABB
(165,218,187)
#ADDDC1
(173,221,193)
#B5E0C7
(181,224,199)
#BDE3CD
(189,227,205)
#C5E6D3
(197,230,211)
#CDE9D9
(205,233,217)
#D5ECDF
(213,236,223)
#DDEFE5
(221,239,229)
#E5F2EB
(229,242,235)
#EDF5F1
(237,245,241)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5DABB color. Also use rgb(165,218,187) instead hex code.

Text Font Color

.myTextColor { color: #A5DABB; }

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

This text font color is #A5DABB.


Background Color

.myBgColor { background-color: #A5DABB; }

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

This div background color is #A5DABB.


Border color

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

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

This div border color is #A5DABB.


Opacity

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

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

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

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

This text has shadow with #A5DABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DABB on black background.


Color preview on white background

This text has color #A5DABB on white background.



Black color preview on #A5DABB background

This text has black color on #A5DABB background.


White color preview on #A5DABB background

This text has white color on #A5DABB background.