COLOR #A2DBB5

HEX: #A2DBB5
RGB: (162,219,181)

Color info

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

RGB color model

#A2DBB5 color RGB value is (162,219,181).

  • red value is 162;
  • green value is 219;
  • blue value is 181.
RGB:
(162,219,181)
(64%,86%,71%)

RGB channels and saturation

R 162 of 255 = 64%
G 219 of 255 = 86%
B 181 of 255 = 71%

162
219
181

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

Portions of RGB colors in percentages

R + G + B =
162 + 219 + 181 = 562 (100%)
R 162 of 562 ~ 28.83%
G 219 of 562 ~ 38.97%
B 181 of 562 ~ 32.21%

%28.83
%38.97
%32.21

CMYK color model

#A2DBB5 color CMYK value is (26,0,17,14).

  • cyan value is 26.03%
  • magenta value is 0.00%
  • yellow value is 17.35%
  • key color value is 14.12%
CMYK:
(26,0,17,14)
C26M0Y17K14 
(26%,0%,17%,14%)
(0.26/0.00/0.17/0.14)	

CMYK percentages

%26.03
%0
%17.35
%14.12

Codes

Color #A2DBB5 in popluar color models

A2DBB5
RGB162219181
HSL140°44.19%74.71%
HSB/HSV140°26.03%85.88%
CMYK26.03%0.00%17.35%
14.12%

Color #A2DBB5 in popluar number systems.

HEXA2DBB5
Decimal162219181
Binary101000101101101110110101
Octal242333265

Shades and tints

Shades of #A2DBB5

#A2DBB5
(162,219,181)
#94C8A5
(148,200,165)
#86B595
(134,181,149)
#78A285
(120,162,133)
#6A8F75
(106,143,117)
#5C7C65
(92,124,101)
#4E6955
(78,105,85)
#405645
(64,86,69)
#324335
(50,67,53)
#243025
(36,48,37)
#161D15
(22,29,21)
#000000
(0,0,0)

Tints of #A2DBB5

#A2DBB5
(162,219,181)
#AADEBB
(170,222,187)
#B2E1C1
(178,225,193)
#BAE4C7
(186,228,199)
#C2E7CD
(194,231,205)
#CAEAD3
(202,234,211)
#D2EDD9
(210,237,217)
#DAF0DF
(218,240,223)
#E2F3E5
(226,243,229)
#EAF6EB
(234,246,235)
#F2F9F1
(242,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2DBB5 color. Also use rgb(162,219,181) instead hex code.

Text Font Color

.myTextColor { color: #A2DBB5; }

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

This text font color is #A2DBB5.


Background Color

.myBgColor { background-color: #A2DBB5; }

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

This div background color is #A2DBB5.


Border color

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

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

This div border color is #A2DBB5.


Opacity

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

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

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

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

This text has shadow with #A2DBB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2DBB5 on black background.


Color preview on white background

This text has color #A2DBB5 on white background.



Black color preview on #A2DBB5 background

This text has black color on #A2DBB5 background.


White color preview on #A2DBB5 background

This text has white color on #A2DBB5 background.