COLOR #A7C08F

HEX: #A7C08F RGB: (167,192,143)

Color info

#A7C08F contains red, green and blue colors in about the same proportion. Web safe color of #A7C08F is #99CC99 (or #9C9).

RGB color model

#A7C08F color RGB value is (167,192,143).

RGB: (167,192,143) (65%, 75%, 56%)

RGB channels and saturation

R 167 of 255 = 65%
G 192 of 255 = 75%
B 143 of 255 = 56%

167
192
143

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

Portions of RGB colors in percentages

R + G + B = 167 + 192 + 143 = 502 (100%)
R 167 of 502 ~ 33.27%
G 192 of 502 ~ 38.25%
B 143 of 502 ~ 28.49'%

%33.27
%38.25
%28.49

CMYK color model

#A7C08F color CMYK value is (13,0,26,25).

  • cyan value is 13.02%
  • magenta value is 0.00%
  • yellow value is 25.52%
  • key color value is 24.71%

CMYK: (13,0,26,25)
C13M0Y26K25 (13%, 0%, 26%, 25%)
(0.13 / 0.00 / 0.26 / 0.25)

CMYK percentages

%13.02
%0
%25.52
%24.71

Codes

Color #A7C08F in popluar color models

A7 C0 8F
RGB 167 192 143
HSL 91° 28.00% 65.69%
HSB/HSV 91° 25.52% 75.29%
CMYK 13.02% 0.00% 25.52%
24.71%

Color #A7C08F in popluar number systems.

HEX A7 C0 8F
Decimal 167 192 143
Binary 10100111 11000000 10001111
Octal 247 300 217

Shades and tints

Shades of #A7C08F

#A7C08F
(167,192,143)
#98AF82
(152,175,130)
#899E75
(137,158,117)
#7A8D68
(122,141,104)
#6B7C5B
(107,124,91)
#5C6B4E
(92,107,78)
#4D5A41
(77,90,65)
#3E4934
(62,73,52)
#2F3827
(47,56,39)
#20271A
(32,39,26)
#11160D
(17,22,13)
#000000
(0,0,0)

Tints of #A7C08F

#A7C08F
(167,192,143)
#AFC599
(175,197,153)
#B7CAA3
(183,202,163)
#BFCFAD
(191,207,173)
#C7D4B7
(199,212,183)
#CFD9C1
(207,217,193)
#D7DECB
(215,222,203)
#DFE3D5
(223,227,213)
#E7E8DF
(231,232,223)
#EFEDE9
(239,237,233)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C08F color. Also use rgb(167,192,143) instead hex code.

Text Font Color

.myTextColor { color: #A7C08F; }

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

This text font color is #A7C08F.

Background Color

.myBgColor { background-color: #A7C08F; }

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

This div background color is #A7C08F.

Border color

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

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

This div border color is #A7C08F.

Opacity

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

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

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

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

This text has shadow with #A7C08F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7C08F.

Preview

Color preview on black background

This text has color #A7C08F on black background.


Color preview on white background

This text has color #A7C08F on white background.


Black color preview on #A7C08F background

This text has black color on #A7C08F background.


White color preview on #A7C08F background

This text has white color on #A7C08F background.


Related colors

Complementary color

Complementary color for #hex is #583F70.


I love getcolorcode.com

Triadic colors

1 #8FA7C0 and #C08FA7 with #A7C08F are triadic colors.

2 #8FC0A7 and #C0A78F with #A7C08F are triadic colors.