COLOR #A2C9B6

HEX: #A2C9B6
RGB: (162,201,182)

Color info

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

RGB color model

#A2C9B6 color RGB value is (162,201,182).

  • red value is 162;
  • green value is 201;
  • blue value is 182.
RGB:
(162,201,182)
(64%,79%,71%)

RGB channels and saturation

R 162 of 255 = 64%
G 201 of 255 = 79%
B 182 of 255 = 71%

162
201
182

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

Portions of RGB colors in percentages

R + G + B =
162 + 201 + 182 = 545 (100%)
R 162 of 545 ~ 29.72%
G 201 of 545 ~ 36.88%
B 182 of 545 ~ 33.39%

%29.72
%36.88
%33.39

CMYK color model

#A2C9B6 color CMYK value is (19,0,9,21).

  • cyan value is 19.40%
  • magenta value is 0.00%
  • yellow value is 9.45%
  • key color value is 21.18%
CMYK:
(19,0,9,21)
C19M0Y9K21 
(19%,0%,9%,21%)
(0.19/0.00/0.09/0.21)	

CMYK percentages

%19.4
%0
%9.45
%21.18

Codes

Color #A2C9B6 in popluar color models

A2C9B6
RGB162201182
HSL151°26.53%71.18%
HSB/HSV151°19.40%78.82%
CMYK19.40%0.00%9.45%
21.18%

Color #A2C9B6 in popluar number systems.

HEXA2C9B6
Decimal162201182
Binary101000101100100110110110
Octal242311266

Shades and tints

Shades of #A2C9B6

#A2C9B6
(162,201,182)
#94B7A6
(148,183,166)
#86A596
(134,165,150)
#789386
(120,147,134)
#6A8176
(106,129,118)
#5C6F66
(92,111,102)
#4E5D56
(78,93,86)
#404B46
(64,75,70)
#323936
(50,57,54)
#242726
(36,39,38)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #A2C9B6

#A2C9B6
(162,201,182)
#AACDBC
(170,205,188)
#B2D1C2
(178,209,194)
#BAD5C8
(186,213,200)
#C2D9CE
(194,217,206)
#CADDD4
(202,221,212)
#D2E1DA
(210,225,218)
#DAE5E0
(218,229,224)
#E2E9E6
(226,233,230)
#EAEDEC
(234,237,236)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2C9B6; }

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

This text font color is #A2C9B6.


Background Color

.myBgColor { background-color: #A2C9B6; }

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

This div background color is #A2C9B6.


Border color

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

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

This div border color is #A2C9B6.


Opacity

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

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

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

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

This text has shadow with #A2C9B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C9B6 on black background.


Color preview on white background

This text has color #A2C9B6 on white background.



Black color preview on #A2C9B6 background

This text has black color on #A2C9B6 background.


White color preview on #A2C9B6 background

This text has white color on #A2C9B6 background.