COLOR #A7ECA1

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

167
236
161

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

Portions of RGB colors in percentages

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

%29.61
%41.84
%28.55

CMYK color model

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

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

CMYK percentages

%29.24
%0
%31.78
%7.45

Codes

Color #A7ECA1 in popluar color models

A7ECA1
RGB167236161
HSL115°66.37%77.84%
HSB/HSV115°31.78%92.55%
CMYK29.24%0.00%31.78%
7.45%

Color #A7ECA1 in popluar number systems.

HEXA7ECA1
Decimal167236161
Binary101001111110110010100001
Octal247354241

Shades and tints

Shades of #A7ECA1

#A7ECA1
(167,236,161)
#98D793
(152,215,147)
#89C285
(137,194,133)
#7AAD77
(122,173,119)
#6B9869
(107,152,105)
#5C835B
(92,131,91)
#4D6E4D
(77,110,77)
#3E593F
(62,89,63)
#2F4431
(47,68,49)
#202F23
(32,47,35)
#111A15
(17,26,21)
#000000
(0,0,0)

Tints of #A7ECA1

#A7ECA1
(167,236,161)
#AFEDA9
(175,237,169)
#B7EEB1
(183,238,177)
#BFEFB9
(191,239,185)
#C7F0C1
(199,240,193)
#CFF1C9
(207,241,201)
#D7F2D1
(215,242,209)
#DFF3D9
(223,243,217)
#E7F4E1
(231,244,225)
#EFF5E9
(239,245,233)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7ECA1; }

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

This text font color is #A7ECA1.


Background Color

.myBgColor { background-color: #A7ECA1; }

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

This div background color is #A7ECA1.


Border color

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

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

This div border color is #A7ECA1.


Opacity

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

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

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

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

This text has shadow with #A7ECA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7ECA1 on black background.


Color preview on white background

This text has color #A7ECA1 on white background.



Black color preview on #A7ECA1 background

This text has black color on #A7ECA1 background.


White color preview on #A7ECA1 background

This text has white color on #A7ECA1 background.