COLOR #A1ECA7

HEX: #A1ECA7
RGB: (161,236,167)

Color info

#A1ECA7 contains mainly green color. Web safe color of #A1ECA7 is #99FF99 (or #9F9).

RGB color model

#A1ECA7 color RGB value is (161,236,167).

  • red value is 161;
  • green value is 236;
  • blue value is 167.
RGB:
(161,236,167)
(63%,93%,65%)

RGB channels and saturation

R 161 of 255 = 63%
G 236 of 255 = 93%
B 167 of 255 = 65%

161
236
167

R + G + B ~ 74%. #A1ECA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 236 + 167 = 564 (100%)
R 161 of 564 ~ 28.55%
G 236 of 564 ~ 41.84%
B 167 of 564 ~ 29.61%

%28.55
%41.84
%29.61

CMYK color model

#A1ECA7 color CMYK value is (32,0,29,7).

  • cyan value is 31.78%
  • magenta value is 0.00%
  • yellow value is 29.24%
  • key color value is 7.45%
CMYK:
(32,0,29,7)
C32M0Y29K7 
(32%,0%,29%,7%)
(0.32/0.00/0.29/0.07)	

CMYK percentages

%31.78
%0
%29.24
%7.45

Codes

Color #A1ECA7 in popluar color models

A1ECA7
RGB161236167
HSL125°66.37%77.84%
HSB/HSV125°31.78%92.55%
CMYK31.78%0.00%29.24%
7.45%

Color #A1ECA7 in popluar number systems.

HEXA1ECA7
Decimal161236167
Binary101000011110110010100111
Octal241354247

Shades and tints

Shades of #A1ECA7

#A1ECA7
(161,236,167)
#93D798
(147,215,152)
#85C289
(133,194,137)
#77AD7A
(119,173,122)
#69986B
(105,152,107)
#5B835C
(91,131,92)
#4D6E4D
(77,110,77)
#3F593E
(63,89,62)
#31442F
(49,68,47)
#232F20
(35,47,32)
#151A11
(21,26,17)
#000000
(0,0,0)

Tints of #A1ECA7

#A1ECA7
(161,236,167)
#A9EDAF
(169,237,175)
#B1EEB7
(177,238,183)
#B9EFBF
(185,239,191)
#C1F0C7
(193,240,199)
#C9F1CF
(201,241,207)
#D1F2D7
(209,242,215)
#D9F3DF
(217,243,223)
#E1F4E7
(225,244,231)
#E9F5EF
(233,245,239)
#F1F6F7
(241,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1ECA7 color. Also use rgb(161,236,167) instead hex code.

Text Font Color

.myTextColor { color: #A1ECA7; }

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

This text font color is #A1ECA7.


Background Color

.myBgColor { background-color: #A1ECA7; }

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

This div background color is #A1ECA7.


Border color

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

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

This div border color is #A1ECA7.


Opacity

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

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

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

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

This text has shadow with #A1ECA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1ECA7 on black background.


Color preview on white background

This text has color #A1ECA7 on white background.



Black color preview on #A1ECA7 background

This text has black color on #A1ECA7 background.


White color preview on #A1ECA7 background

This text has white color on #A1ECA7 background.