COLOR #A7D677

HEX: #A7D677
RGB: (167,214,119)

Color info

#A7D677 contains mainly red and green colors. Web safe color of #A7D677 is #99CC66 (or #9C6).

RGB color model

#A7D677 color RGB value is (167,214,119).

  • red value is 167;
  • green value is 214;
  • blue value is 119.
RGB:
(167,214,119)
(65%,84%,47%)

RGB channels and saturation

R 167 of 255 = 65%
G 214 of 255 = 84%
B 119 of 255 = 47%

167
214
119

R + G + B ~ 65%. #A7D677 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 214 + 119 = 500 (100%)
R 167 of 500 ~ 33.4%
G 214 of 500 ~ 42.8%
B 119 of 500 ~ 23.8%

%33.4
%42.8
%23.8

CMYK color model

#A7D677 color CMYK value is (22,0,44,16).

  • cyan value is 21.96%
  • magenta value is 0.00%
  • yellow value is 44.39%
  • key color value is 16.08%
CMYK:
(22,0,44,16)
C22M0Y44K16 
(22%,0%,44%,16%)
(0.22/0.00/0.44/0.16)	

CMYK percentages

%21.96
%0
%44.39
%16.08

Codes

Color #A7D677 in popluar color models

A7D677
RGB167214119
HSL90°53.67%65.29%
HSB/HSV90°44.39%83.92%
CMYK21.96%0.00%44.39%
16.08%

Color #A7D677 in popluar number systems.

HEXA7D677
Decimal167214119
Binary10100111110101101110111
Octal247326167

Shades and tints

Shades of #A7D677

#A7D677
(167,214,119)
#98C36D
(152,195,109)
#89B063
(137,176,99)
#7A9D59
(122,157,89)
#6B8A4F
(107,138,79)
#5C7745
(92,119,69)
#4D643B
(77,100,59)
#3E5131
(62,81,49)
#2F3E27
(47,62,39)
#202B1D
(32,43,29)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #A7D677

#A7D677
(167,214,119)
#AFD983
(175,217,131)
#B7DC8F
(183,220,143)
#BFDF9B
(191,223,155)
#C7E2A7
(199,226,167)
#CFE5B3
(207,229,179)
#D7E8BF
(215,232,191)
#DFEBCB
(223,235,203)
#E7EED7
(231,238,215)
#EFF1E3
(239,241,227)
#F7F4EF
(247,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7D677 color. Also use rgb(167,214,119) instead hex code.

Text Font Color

.myTextColor { color: #A7D677; }

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

This text font color is #A7D677.


Background Color

.myBgColor { background-color: #A7D677; }

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

This div background color is #A7D677.


Border color

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

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

This div border color is #A7D677.


Opacity

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

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

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

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

This text has shadow with #A7D677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7D677 on black background.


Color preview on white background

This text has color #A7D677 on white background.



Black color preview on #A7D677 background

This text has black color on #A7D677 background.


White color preview on #A7D677 background

This text has white color on #A7D677 background.