COLOR #A7CE7E

HEX: #A7CE7E RGB: (167,206,126)

Color info

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

RGB color model

#A7CE7E color RGB value is (167,206,126).

RGB: (167,206,126) (65%, 81%, 49%)

RGB channels and saturation

R 167 of 255 = 65%
G 206 of 255 = 81%
B 126 of 255 = 49%

167
206
126

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

Portions of RGB colors in percentages

R + G + B = 167 + 206 + 126 = 499 (100%)
R 167 of 499 ~ 33.47%
G 206 of 499 ~ 41.28%
B 126 of 499 ~ 25.25'%

%33.47
%41.28
%25.25

CMYK color model

#A7CE7E color CMYK value is (19,0,39,19).

  • cyan value is 18.93%
  • magenta value is 0.00%
  • yellow value is 38.83%
  • key color value is 19.22%

CMYK: (19,0,39,19)
C19M0Y39K19 (19%, 0%, 39%, 19%)
(0.19 / 0.00 / 0.39 / 0.19)

CMYK percentages

%18.93
%0
%38.83
%19.22

Codes

Color #A7CE7E in popluar color models

A7 CE 7E
RGB 167 206 126
HSL 89° 44.94% 65.10%
HSB/HSV 89° 38.83% 80.78%
CMYK 18.93% 0.00% 38.83%
19.22%

Color #A7CE7E in popluar number systems.

HEX A7 CE 7E
Decimal 167 206 126
Binary 10100111 11001110 1111110
Octal 247 316 176

Shades and tints

Shades of #A7CE7E

#A7CE7E
(167,206,126)
#98BC73
(152,188,115)
#89AA68
(137,170,104)
#7A985D
(122,152,93)
#6B8652
(107,134,82)
#5C7447
(92,116,71)
#4D623C
(77,98,60)
#3E5031
(62,80,49)
#2F3E26
(47,62,38)
#202C1B
(32,44,27)
#111A10
(17,26,16)
#000000
(0,0,0)

Tints of #A7CE7E

#A7CE7E
(167,206,126)
#AFD289
(175,210,137)
#B7D694
(183,214,148)
#BFDA9F
(191,218,159)
#C7DEAA
(199,222,170)
#CFE2B5
(207,226,181)
#D7E6C0
(215,230,192)
#DFEACB
(223,234,203)
#E7EED6
(231,238,214)
#EFF2E1
(239,242,225)
#F7F6EC
(247,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7CE7E color. Also use rgb(167,206,126) instead hex code.

Text Font Color

.myTextColor { color: #A7CE7E; }

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

This text font color is #A7CE7E.

Background Color

.myBgColor { background-color: #A7CE7E; }

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

This div background color is #A7CE7E.

Border color

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

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

This div border color is #A7CE7E.

Opacity

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

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

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

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

This text has shadow with #A7CE7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7CE7E.

Preview

Color preview on black background

This text has color #A7CE7E on black background.


Color preview on white background

This text has color #A7CE7E on white background.


Black color preview on #A7CE7E background

This text has black color on #A7CE7E background.


White color preview on #A7CE7E background

This text has white color on #A7CE7E background.


Related colors

Complementary color

Complementary color for #hex is #583181.


I love getcolorcode.com

Triadic colors

1 #7EA7CE and #CE7EA7 with #A7CE7E are triadic colors.

2 #7ECEA7 and #CEA77E with #A7CE7E are triadic colors.