COLOR #A2ECB9

HEX: #A2ECB9
RGB: (162,236,185)

Color info

#A2ECB9 contains mainly green and blue colors. Web safe color of #A2ECB9 is #99FFCC (or #9FC).

RGB color model

#A2ECB9 color RGB value is (162,236,185).

  • red value is 162;
  • green value is 236;
  • blue value is 185.
RGB:
(162,236,185)
(64%,93%,73%)

RGB channels and saturation

R 162 of 255 = 64%
G 236 of 255 = 93%
B 185 of 255 = 73%

162
236
185

R + G + B ~ 77%. #A2ECB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 236 + 185 = 583 (100%)
R 162 of 583 ~ 27.79%
G 236 of 583 ~ 40.48%
B 185 of 583 ~ 31.73%

%27.79
%40.48
%31.73

CMYK color model

#A2ECB9 color CMYK value is (31,0,22,7).

  • cyan value is 31.36%
  • magenta value is 0.00%
  • yellow value is 21.61%
  • key color value is 7.45%
CMYK:
(31,0,22,7)
C31M0Y22K7 
(31%,0%,22%,7%)
(0.31/0.00/0.22/0.07)	

CMYK percentages

%31.36
%0
%21.61
%7.45

Codes

Color #A2ECB9 in popluar color models

A2ECB9
RGB162236185
HSL139°66.07%78.04%
HSB/HSV139°31.36%92.55%
CMYK31.36%0.00%21.61%
7.45%

Color #A2ECB9 in popluar number systems.

HEXA2ECB9
Decimal162236185
Binary101000101110110010111001
Octal242354271

Shades and tints

Shades of #A2ECB9

#A2ECB9
(162,236,185)
#94D7A9
(148,215,169)
#86C299
(134,194,153)
#78AD89
(120,173,137)
#6A9879
(106,152,121)
#5C8369
(92,131,105)
#4E6E59
(78,110,89)
#405949
(64,89,73)
#324439
(50,68,57)
#242F29
(36,47,41)
#161A19
(22,26,25)
#000000
(0,0,0)

Tints of #A2ECB9

#A2ECB9
(162,236,185)
#AAEDBF
(170,237,191)
#B2EEC5
(178,238,197)
#BAEFCB
(186,239,203)
#C2F0D1
(194,240,209)
#CAF1D7
(202,241,215)
#D2F2DD
(210,242,221)
#DAF3E3
(218,243,227)
#E2F4E9
(226,244,233)
#EAF5EF
(234,245,239)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2ECB9 color. Also use rgb(162,236,185) instead hex code.

Text Font Color

.myTextColor { color: #A2ECB9; }

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

This text font color is #A2ECB9.


Background Color

.myBgColor { background-color: #A2ECB9; }

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

This div background color is #A2ECB9.


Border color

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

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

This div border color is #A2ECB9.


Opacity

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

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

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

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

This text has shadow with #A2ECB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2ECB9 on black background.


Color preview on white background

This text has color #A2ECB9 on white background.



Black color preview on #A2ECB9 background

This text has black color on #A2ECB9 background.


White color preview on #A2ECB9 background

This text has white color on #A2ECB9 background.