COLOR #A2C5B6

HEX: #A2C5B6 RGB: (162,197,182)

Color info

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

RGB color model

#A2C5B6 color RGB value is (162,197,182).

RGB: (162,197,182) (64%, 77%, 71%)

RGB channels and saturation

R 162 of 255 = 64%
G 197 of 255 = 77%
B 182 of 255 = 71%

162
197
182

R + G + B ~ 71%. #A2C5B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 197 + 182 = 541 (100%)
R 162 of 541 ~ 29.94%
G 197 of 541 ~ 36.41%
B 182 of 541 ~ 33.64'%

%29.94
%36.41
%33.64

CMYK color model

#A2C5B6 color CMYK value is (18,0,8,23).

  • cyan value is 17.77%
  • magenta value is 0.00%
  • yellow value is 7.61%
  • key color value is 22.75%
CMYK: (18,0,8,23) C18M0Y8K23 (18%,0%,8%,23%) (0.18/0.00/0.08/0.23) 

CMYK percentages

%17.77
%0
%7.61
%22.75

Codes

Color #A2C5B6 in popluar color models

A2 C5 B6
RGB 162 197 182
HSL 154° 23.18% 70.39%
HSB/HSV 154° 17.77% 77.25%
CMYK 17.77% 0.00% 7.61%
22.75%

Color #A2C5B6 in popluar number systems.

HEX A2 C5 B6
Decimal 162 197 182
Binary 10100010 11000101 10110110
Octal 242 305 266

Shades and tints

Shades of #A2C5B6

#A2C5B6
(162,197,182)
#94B4A6
(148,180,166)
#86A396
(134,163,150)
#789286
(120,146,134)
#6A8176
(106,129,118)
#5C7066
(92,112,102)
#4E5F56
(78,95,86)
#404E46
(64,78,70)
#323D36
(50,61,54)
#242C26
(36,44,38)
#161B16
(22,27,22)
#000000
(0,0,0)

Tints of #A2C5B6

#A2C5B6
(162,197,182)
#AACABC
(170,202,188)
#B2CFC2
(178,207,194)
#BAD4C8
(186,212,200)
#C2D9CE
(194,217,206)
#CADED4
(202,222,212)
#D2E3DA
(210,227,218)
#DAE8E0
(218,232,224)
#E2EDE6
(226,237,230)
#EAF2EC
(234,242,236)
#F2F7F2
(242,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2C5B6 color. Also use rgb(162,197,182) instead hex code.

Text Font Color

.myTextColor { color: #A2C5B6; }

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

This text font color is #A2C5B6.

Background Color

.myBgColor { background-color: #A2C5B6; }

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

This div background color is #A2C5B6.

Border color

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

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

This div border color is #A2C5B6.

Opacity

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

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

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

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

This text has shadow with #A2C5B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2C5B6.

Preview

Color preview on black background

This text has color #A2C5B6 on black background.


Color preview on white background

This text has color #A2C5B6 on white background.


Black color preview on #A2C5B6 background

This text has black color on #A2C5B6 background.


White color preview on #A2C5B6 background

This text has white color on #A2C5B6 background.


Related colors

Complementary color

Complementary color for #hex is #5D3A49.


I love getcolorcode.com

Triadic colors

1 #B6A2C5 and #C5B6A2 with #A2C5B6 are triadic colors.

2 #B6C5A2 and #C5A2B6 with #A2C5B6 are triadic colors.