COLOR #A2D8B4

HEX: #A2D8B4 RGB: (162,216,180)

Color info

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

RGB color model

#A2D8B4 color RGB value is (162,216,180).

RGB: (162,216,180) (64%, 85%, 71%)

RGB channels and saturation

R 162 of 255 = 64%
G 216 of 255 = 85%
B 180 of 255 = 71%

162
216
180

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

Portions of RGB colors in percentages

R + G + B = 162 + 216 + 180 = 558 (100%)
R 162 of 558 ~ 29.03%
G 216 of 558 ~ 38.71%
B 180 of 558 ~ 32.26'%

%29.03
%38.71
%32.26

CMYK color model

#A2D8B4 color CMYK value is (25,0,17,15).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 15.29%

CMYK: (25,0,17,15)
C25M0Y17K15 (25%, 0%, 17%, 15%)
(0.25 / 0.00 / 0.17 / 0.15)

CMYK percentages

%25
%0
%16.67
%15.29

Codes

Color #A2D8B4 in popluar color models

A2 D8 B4
RGB 162 216 180
HSL 140° 40.91% 74.12%
HSB/HSV 140° 25.00% 84.71%
CMYK 25.00% 0.00% 16.67%
15.29%

Color #A2D8B4 in popluar number systems.

HEX A2 D8 B4
Decimal 162 216 180
Binary 10100010 11011000 10110100
Octal 242 330 264

Shades and tints

Shades of #A2D8B4

#A2D8B4
(162,216,180)
#94C5A4
(148,197,164)
#86B294
(134,178,148)
#789F84
(120,159,132)
#6A8C74
(106,140,116)
#5C7964
(92,121,100)
#4E6654
(78,102,84)
#405344
(64,83,68)
#324034
(50,64,52)
#242D24
(36,45,36)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #A2D8B4

#A2D8B4
(162,216,180)
#AADBBA
(170,219,186)
#B2DEC0
(178,222,192)
#BAE1C6
(186,225,198)
#C2E4CC
(194,228,204)
#CAE7D2
(202,231,210)
#D2EAD8
(210,234,216)
#DAEDDE
(218,237,222)
#E2F0E4
(226,240,228)
#EAF3EA
(234,243,234)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2D8B4 color. Also use rgb(162,216,180) instead hex code.

Text Font Color

.myTextColor { color: #A2D8B4; }

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

This text font color is #A2D8B4.

Background Color

.myBgColor { background-color: #A2D8B4; }

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

This div background color is #A2D8B4.

Border color

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

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

This div border color is #A2D8B4.

Opacity

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

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

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

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

This text has shadow with #A2D8B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2D8B4.

Preview

Color preview on black background

This text has color #A2D8B4 on black background.


Color preview on white background

This text has color #A2D8B4 on white background.


Black color preview on #A2D8B4 background

This text has black color on #A2D8B4 background.


White color preview on #A2D8B4 background

This text has white color on #A2D8B4 background.


Related colors

Complementary color

Complementary color for #hex is #5D274B.


I love getcolorcode.com

Triadic colors

1 #B4A2D8 and #D8B4A2 with #A2D8B4 are triadic colors.

2 #B4D8A2 and #D8A2B4 with #A2D8B4 are triadic colors.