COLOR #A2C9BC

HEX: #A2C9BC
RGB: (162,201,188)

Color info

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

RGB color model

#A2C9BC color RGB value is (162,201,188).

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

RGB channels and saturation

R 162 of 255 = 64%
G 201 of 255 = 79%
B 188 of 255 = 74%

162
201
188

R + G + B ~ 72%. #A2C9BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 201 + 188 = 551 (100%)
R 162 of 551 ~ 29.4%
G 201 of 551 ~ 36.48%
B 188 of 551 ~ 34.12%

%29.4
%36.48
%34.12

CMYK color model

#A2C9BC color CMYK value is (19,0,6,21).

  • cyan value is 19.40%
  • magenta value is 0.00%
  • yellow value is 6.47%
  • key color value is 21.18%
CMYK:
(19,0,6,21)
C19M0Y6K21 
(19%,0%,6%,21%)
(0.19/0.00/0.06/0.21)	

CMYK percentages

%19.4
%0
%6.47
%21.18

Codes

Color #A2C9BC in popluar color models

A2C9BC
RGB162201188
HSL160°26.53%71.18%
HSB/HSV160°19.40%78.82%
CMYK19.40%0.00%6.47%
21.18%

Color #A2C9BC in popluar number systems.

HEXA2C9BC
Decimal162201188
Binary101000101100100110111100
Octal242311274

Shades and tints

Shades of #A2C9BC

#A2C9BC
(162,201,188)
#94B7AB
(148,183,171)
#86A59A
(134,165,154)
#789389
(120,147,137)
#6A8178
(106,129,120)
#5C6F67
(92,111,103)
#4E5D56
(78,93,86)
#404B45
(64,75,69)
#323934
(50,57,52)
#242723
(36,39,35)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #A2C9BC

#A2C9BC
(162,201,188)
#AACDC2
(170,205,194)
#B2D1C8
(178,209,200)
#BAD5CE
(186,213,206)
#C2D9D4
(194,217,212)
#CADDDA
(202,221,218)
#D2E1E0
(210,225,224)
#DAE5E6
(218,229,230)
#E2E9EC
(226,233,236)
#EAEDF2
(234,237,242)
#F2F1F8
(242,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2C9BC; }

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

This text font color is #A2C9BC.


Background Color

.myBgColor { background-color: #A2C9BC; }

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

This div background color is #A2C9BC.


Border color

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

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

This div border color is #A2C9BC.


Opacity

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

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

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

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

This text has shadow with #A2C9BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C9BC on black background.


Color preview on white background

This text has color #A2C9BC on white background.



Black color preview on #A2C9BC background

This text has black color on #A2C9BC background.


White color preview on #A2C9BC background

This text has white color on #A2C9BC background.