COLOR #A4DAB0

HEX: #A4DAB0
RGB: (164,218,176)

Color info

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

RGB color model

#A4DAB0 color RGB value is (164,218,176).

  • red value is 164;
  • green value is 218;
  • blue value is 176.
RGB:
(164,218,176)
(64%,85%,69%)

RGB channels and saturation

R 164 of 255 = 64%
G 218 of 255 = 85%
B 176 of 255 = 69%

164
218
176

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

Portions of RGB colors in percentages

R + G + B =
164 + 218 + 176 = 558 (100%)
R 164 of 558 ~ 29.39%
G 218 of 558 ~ 39.07%
B 176 of 558 ~ 31.54%

%29.39
%39.07
%31.54

CMYK color model

#A4DAB0 color CMYK value is (25,0,19,15).

  • cyan value is 24.77%
  • magenta value is 0.00%
  • yellow value is 19.27%
  • key color value is 14.51%
CMYK:
(25,0,19,15)
C25M0Y19K15 
(25%,0%,19%,15%)
(0.25/0.00/0.19/0.15)	

CMYK percentages

%24.77
%0
%19.27
%14.51

Codes

Color #A4DAB0 in popluar color models

A4DAB0
RGB164218176
HSL133°42.19%74.90%
HSB/HSV133°24.77%85.49%
CMYK24.77%0.00%19.27%
14.51%

Color #A4DAB0 in popluar number systems.

HEXA4DAB0
Decimal164218176
Binary101001001101101010110000
Octal244332260

Shades and tints

Shades of #A4DAB0

#A4DAB0
(164,218,176)
#96C7A0
(150,199,160)
#88B490
(136,180,144)
#7AA180
(122,161,128)
#6C8E70
(108,142,112)
#5E7B60
(94,123,96)
#506850
(80,104,80)
#425540
(66,85,64)
#344230
(52,66,48)
#262F20
(38,47,32)
#181C10
(24,28,16)
#000000
(0,0,0)

Tints of #A4DAB0

#A4DAB0
(164,218,176)
#ACDDB7
(172,221,183)
#B4E0BE
(180,224,190)
#BCE3C5
(188,227,197)
#C4E6CC
(196,230,204)
#CCE9D3
(204,233,211)
#D4ECDA
(212,236,218)
#DCEFE1
(220,239,225)
#E4F2E8
(228,242,232)
#ECF5EF
(236,245,239)
#F4F8F6
(244,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4DAB0 color. Also use rgb(164,218,176) instead hex code.

Text Font Color

.myTextColor { color: #A4DAB0; }

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

This text font color is #A4DAB0.


Background Color

.myBgColor { background-color: #A4DAB0; }

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

This div background color is #A4DAB0.


Border color

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

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

This div border color is #A4DAB0.


Opacity

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

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

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

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

This text has shadow with #A4DAB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4DAB0 on black background.


Color preview on white background

This text has color #A4DAB0 on white background.



Black color preview on #A4DAB0 background

This text has black color on #A4DAB0 background.


White color preview on #A4DAB0 background

This text has white color on #A4DAB0 background.