COLOR #A7E386

HEX: #A7E386
RGB: (167,227,134)

Color info

#A7E386 contains mainly green color. Web safe color of #A7E386 is #99CC99 (or #9C9).

RGB color model

#A7E386 color RGB value is (167,227,134).

  • red value is 167;
  • green value is 227;
  • blue value is 134.
RGB:
(167,227,134)
(65%,89%,53%)

RGB channels and saturation

R 167 of 255 = 65%
G 227 of 255 = 89%
B 134 of 255 = 53%

167
227
134

R + G + B ~ 69%. #A7E386 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 227 + 134 = 528 (100%)
R 167 of 528 ~ 31.63%
G 227 of 528 ~ 42.99%
B 134 of 528 ~ 25.38%

%31.63
%42.99
%25.38

CMYK color model

#A7E386 color CMYK value is (26,0,41,11).

  • cyan value is 26.43%
  • magenta value is 0.00%
  • yellow value is 40.97%
  • key color value is 10.98%
CMYK:
(26,0,41,11)
C26M0Y41K11 
(26%,0%,41%,11%)
(0.26/0.00/0.41/0.11)	

CMYK percentages

%26.43
%0
%40.97
%10.98

Codes

Color #A7E386 in popluar color models

A7E386
RGB167227134
HSL99°62.42%70.78%
HSB/HSV99°40.97%89.02%
CMYK26.43%0.00%40.97%
10.98%

Color #A7E386 in popluar number systems.

HEXA7E386
Decimal167227134
Binary101001111110001110000110
Octal247343206

Shades and tints

Shades of #A7E386

#A7E386
(167,227,134)
#98CF7A
(152,207,122)
#89BB6E
(137,187,110)
#7AA762
(122,167,98)
#6B9356
(107,147,86)
#5C7F4A
(92,127,74)
#4D6B3E
(77,107,62)
#3E5732
(62,87,50)
#2F4326
(47,67,38)
#202F1A
(32,47,26)
#111B0E
(17,27,14)
#000000
(0,0,0)

Tints of #A7E386

#A7E386
(167,227,134)
#AFE591
(175,229,145)
#B7E79C
(183,231,156)
#BFE9A7
(191,233,167)
#C7EBB2
(199,235,178)
#CFEDBD
(207,237,189)
#D7EFC8
(215,239,200)
#DFF1D3
(223,241,211)
#E7F3DE
(231,243,222)
#EFF5E9
(239,245,233)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7E386 color. Also use rgb(167,227,134) instead hex code.

Text Font Color

.myTextColor { color: #A7E386; }

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

This text font color is #A7E386.


Background Color

.myBgColor { background-color: #A7E386; }

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

This div background color is #A7E386.


Border color

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

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

This div border color is #A7E386.


Opacity

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

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

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

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

This text has shadow with #A7E386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E386 on black background.


Color preview on white background

This text has color #A7E386 on white background.



Black color preview on #A7E386 background

This text has black color on #A7E386 background.


White color preview on #A7E386 background

This text has white color on #A7E386 background.