COLOR #A2DAB8

HEX: #A2DAB8
RGB: (162,218,184)

Color info

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

RGB color model

#A2DAB8 color RGB value is (162,218,184).

  • red value is 162;
  • green value is 218;
  • blue value is 184.
RGB:
(162,218,184)
(64%,85%,72%)

RGB channels and saturation

R 162 of 255 = 64%
G 218 of 255 = 85%
B 184 of 255 = 72%

162
218
184

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

Portions of RGB colors in percentages

R + G + B =
162 + 218 + 184 = 564 (100%)
R 162 of 564 ~ 28.72%
G 218 of 564 ~ 38.65%
B 184 of 564 ~ 32.62%

%28.72
%38.65
%32.62

CMYK color model

#A2DAB8 color CMYK value is (26,0,16,15).

  • cyan value is 25.69%
  • magenta value is 0.00%
  • yellow value is 15.60%
  • key color value is 14.51%
CMYK:
(26,0,16,15)
C26M0Y16K15 
(26%,0%,16%,15%)
(0.26/0.00/0.16/0.15)	

CMYK percentages

%25.69
%0
%15.6
%14.51

Codes

Color #A2DAB8 in popluar color models

A2DAB8
RGB162218184
HSL144°43.08%74.51%
HSB/HSV144°25.69%85.49%
CMYK25.69%0.00%15.60%
14.51%

Color #A2DAB8 in popluar number systems.

HEXA2DAB8
Decimal162218184
Binary101000101101101010111000
Octal242332270

Shades and tints

Shades of #A2DAB8

#A2DAB8
(162,218,184)
#94C7A8
(148,199,168)
#86B498
(134,180,152)
#78A188
(120,161,136)
#6A8E78
(106,142,120)
#5C7B68
(92,123,104)
#4E6858
(78,104,88)
#405548
(64,85,72)
#324238
(50,66,56)
#242F28
(36,47,40)
#161C18
(22,28,24)
#000000
(0,0,0)

Tints of #A2DAB8

#A2DAB8
(162,218,184)
#AADDBE
(170,221,190)
#B2E0C4
(178,224,196)
#BAE3CA
(186,227,202)
#C2E6D0
(194,230,208)
#CAE9D6
(202,233,214)
#D2ECDC
(210,236,220)
#DAEFE2
(218,239,226)
#E2F2E8
(226,242,232)
#EAF5EE
(234,245,238)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2DAB8 color. Also use rgb(162,218,184) instead hex code.

Text Font Color

.myTextColor { color: #A2DAB8; }

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

This text font color is #A2DAB8.


Background Color

.myBgColor { background-color: #A2DAB8; }

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

This div background color is #A2DAB8.


Border color

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

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

This div border color is #A2DAB8.


Opacity

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

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

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

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

This text has shadow with #A2DAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2DAB8 on black background.


Color preview on white background

This text has color #A2DAB8 on white background.



Black color preview on #A2DAB8 background

This text has black color on #A2DAB8 background.


White color preview on #A2DAB8 background

This text has white color on #A2DAB8 background.