COLOR #A7ECAA

HEX: #A7ECAA
RGB: (167,236,170)

Color info

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

RGB color model

#A7ECAA color RGB value is (167,236,170).

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

RGB channels and saturation

R 167 of 255 = 65%
G 236 of 255 = 93%
B 170 of 255 = 67%

167
236
170

R + G + B ~ 75%. #A7ECAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 236 + 170 = 573 (100%)
R 167 of 573 ~ 29.14%
G 236 of 573 ~ 41.19%
B 170 of 573 ~ 29.67%

%29.14
%41.19
%29.67

CMYK color model

#A7ECAA color CMYK value is (29,0,28,7).

  • cyan value is 29.24%
  • magenta value is 0.00%
  • yellow value is 27.97%
  • key color value is 7.45%
CMYK:
(29,0,28,7)
C29M0Y28K7 
(29%,0%,28%,7%)
(0.29/0.00/0.28/0.07)	

CMYK percentages

%29.24
%0
%27.97
%7.45

Codes

Color #A7ECAA in popluar color models

A7ECAA
RGB167236170
HSL123°64.49%79.02%
HSB/HSV123°29.24%92.55%
CMYK29.24%0.00%27.97%
7.45%

Color #A7ECAA in popluar number systems.

HEXA7ECAA
Decimal167236170
Binary101001111110110010101010
Octal247354252

Shades and tints

Shades of #A7ECAA

#A7ECAA
(167,236,170)
#98D79B
(152,215,155)
#89C28C
(137,194,140)
#7AAD7D
(122,173,125)
#6B986E
(107,152,110)
#5C835F
(92,131,95)
#4D6E50
(77,110,80)
#3E5941
(62,89,65)
#2F4432
(47,68,50)
#202F23
(32,47,35)
#111A14
(17,26,20)
#000000
(0,0,0)

Tints of #A7ECAA

#A7ECAA
(167,236,170)
#AFEDB1
(175,237,177)
#B7EEB8
(183,238,184)
#BFEFBF
(191,239,191)
#C7F0C6
(199,240,198)
#CFF1CD
(207,241,205)
#D7F2D4
(215,242,212)
#DFF3DB
(223,243,219)
#E7F4E2
(231,244,226)
#EFF5E9
(239,245,233)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7ECAA; }

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

This text font color is #A7ECAA.


Background Color

.myBgColor { background-color: #A7ECAA; }

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

This div background color is #A7ECAA.


Border color

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

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

This div border color is #A7ECAA.


Opacity

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

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

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

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

This text has shadow with #A7ECAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7ECAA on black background.


Color preview on white background

This text has color #A7ECAA on white background.



Black color preview on #A7ECAA background

This text has black color on #A7ECAA background.


White color preview on #A7ECAA background

This text has white color on #A7ECAA background.