COLOR #A2C5BE

HEX: #A2C5BE
RGB: (162,197,190)

Color info

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

RGB color model

#A2C5BE color RGB value is (162,197,190).

  • red value is 162;
  • green value is 197;
  • blue value is 190.
RGB:
(162,197,190)
(64%,77%,75%)

RGB channels and saturation

R 162 of 255 = 64%
G 197 of 255 = 77%
B 190 of 255 = 75%

162
197
190

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

Portions of RGB colors in percentages

R + G + B =
162 + 197 + 190 = 549 (100%)
R 162 of 549 ~ 29.51%
G 197 of 549 ~ 35.88%
B 190 of 549 ~ 34.61%

%29.51
%35.88
%34.61

CMYK color model

#A2C5BE color CMYK value is (18,0,4,23).

  • cyan value is 17.77%
  • magenta value is 0.00%
  • yellow value is 3.55%
  • key color value is 22.75%
CMYK:
(18,0,4,23)
C18M0Y4K23 
(18%,0%,4%,23%)
(0.18/0.00/0.04/0.23)	

CMYK percentages

%17.77
%0
%3.55
%22.75

Codes

Color #A2C5BE in popluar color models

A2C5BE
RGB162197190
HSL168°23.18%70.39%
HSB/HSV168°17.77%77.25%
CMYK17.77%0.00%3.55%
22.75%

Color #A2C5BE in popluar number systems.

HEXA2C5BE
Decimal162197190
Binary101000101100010110111110
Octal242305276

Shades and tints

Shades of #A2C5BE

#A2C5BE
(162,197,190)
#94B4AD
(148,180,173)
#86A39C
(134,163,156)
#78928B
(120,146,139)
#6A817A
(106,129,122)
#5C7069
(92,112,105)
#4E5F58
(78,95,88)
#404E47
(64,78,71)
#323D36
(50,61,54)
#242C25
(36,44,37)
#161B14
(22,27,20)
#000000
(0,0,0)

Tints of #A2C5BE

#A2C5BE
(162,197,190)
#AACAC3
(170,202,195)
#B2CFC8
(178,207,200)
#BAD4CD
(186,212,205)
#C2D9D2
(194,217,210)
#CADED7
(202,222,215)
#D2E3DC
(210,227,220)
#DAE8E1
(218,232,225)
#E2EDE6
(226,237,230)
#EAF2EB
(234,242,235)
#F2F7F0
(242,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2C5BE; }

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

This text font color is #A2C5BE.


Background Color

.myBgColor { background-color: #A2C5BE; }

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

This div background color is #A2C5BE.


Border color

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

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

This div border color is #A2C5BE.


Opacity

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

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

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

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

This text has shadow with #A2C5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C5BE on black background.


Color preview on white background

This text has color #A2C5BE on white background.



Black color preview on #A2C5BE background

This text has black color on #A2C5BE background.


White color preview on #A2C5BE background

This text has white color on #A2C5BE background.