COLOR #A2D5B4

HEX: #A2D5B4 RGB: (162,213,180)

Color info

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

RGB color model

#A2D5B4 color RGB value is (162,213,180).

RGB: (162,213,180) (64%, 84%, 71%)

RGB channels and saturation

R 162 of 255 = 64%
G 213 of 255 = 84%
B 180 of 255 = 71%

162
213
180

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

Portions of RGB colors in percentages

R + G + B = 162 + 213 + 180 = 555 (100%)
R 162 of 555 ~ 29.19%
G 213 of 555 ~ 38.38%
B 180 of 555 ~ 32.43'%

%29.19
%38.38
%32.43

CMYK color model

#A2D5B4 color CMYK value is (24,0,15,16).

  • cyan value is 23.94%
  • magenta value is 0.00%
  • yellow value is 15.49%
  • key color value is 16.47%

CMYK: (24,0,15,16)
C24M0Y15K16 (24%, 0%, 15%, 16%)
(0.24 / 0.00 / 0.15 / 0.16)

CMYK percentages

%23.94
%0
%15.49
%16.47

Codes

Color #A2D5B4 in popluar color models

A2 D5 B4
RGB 162 213 180
HSL 141° 37.78% 73.53%
HSB/HSV 141° 23.94% 83.53%
CMYK 23.94% 0.00% 15.49%
16.47%

Color #A2D5B4 in popluar number systems.

HEX A2 D5 B4
Decimal 162 213 180
Binary 10100010 11010101 10110100
Octal 242 325 264

Shades and tints

Shades of #A2D5B4

#A2D5B4
(162,213,180)
#94C2A4
(148,194,164)
#86AF94
(134,175,148)
#789C84
(120,156,132)
#6A8974
(106,137,116)
#5C7664
(92,118,100)
#4E6354
(78,99,84)
#405044
(64,80,68)
#323D34
(50,61,52)
#242A24
(36,42,36)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #A2D5B4

#A2D5B4
(162,213,180)
#AAD8BA
(170,216,186)
#B2DBC0
(178,219,192)
#BADEC6
(186,222,198)
#C2E1CC
(194,225,204)
#CAE4D2
(202,228,210)
#D2E7D8
(210,231,216)
#DAEADE
(218,234,222)
#E2EDE4
(226,237,228)
#EAF0EA
(234,240,234)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2D5B4; }

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

This text font color is #A2D5B4.

Background Color

.myBgColor { background-color: #A2D5B4; }

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

This div background color is #A2D5B4.

Border color

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

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

This div border color is #A2D5B4.

Opacity

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

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

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

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

This text has shadow with #A2D5B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2D5B4.

Preview

Color preview on black background

This text has color #A2D5B4 on black background.


Color preview on white background

This text has color #A2D5B4 on white background.


Black color preview on #A2D5B4 background

This text has black color on #A2D5B4 background.


White color preview on #A2D5B4 background

This text has white color on #A2D5B4 background.


Related colors

Complementary color

Complementary color for #hex is #5D2A4B.


I love getcolorcode.com

Triadic colors

1 #B4A2D5 and #D5B4A2 with #A2D5B4 are triadic colors.

2 #B4D5A2 and #D5A2B4 with #A2D5B4 are triadic colors.