COLOR #A7C585

HEX: #A7C585
RGB: (167,197,133)

Color info

#A7C585 contains mainly red and green colors. Web safe color of #A7C585 is #99CC99 (or #9C9).

RGB color model

#A7C585 color RGB value is (167,197,133).

  • red value is 167;
  • green value is 197;
  • blue value is 133.
RGB:
(167,197,133)
(65%,77%,52%)

RGB channels and saturation

R 167 of 255 = 65%
G 197 of 255 = 77%
B 133 of 255 = 52%

167
197
133

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

Portions of RGB colors in percentages

R + G + B =
167 + 197 + 133 = 497 (100%)
R 167 of 497 ~ 33.6%
G 197 of 497 ~ 39.64%
B 133 of 497 ~ 26.76%

%33.6
%39.64
%26.76

CMYK color model

#A7C585 color CMYK value is (15,0,32,23).

  • cyan value is 15.23%
  • magenta value is 0.00%
  • yellow value is 32.49%
  • key color value is 22.75%
CMYK:
(15,0,32,23)
C15M0Y32K23 
(15%,0%,32%,23%)
(0.15/0.00/0.32/0.23)	

CMYK percentages

%15.23
%0
%32.49
%22.75

Codes

Color #A7C585 in popluar color models

A7C585
RGB167197133
HSL88°35.56%64.71%
HSB/HSV88°32.49%77.25%
CMYK15.23%0.00%32.49%
22.75%

Color #A7C585 in popluar number systems.

HEXA7C585
Decimal167197133
Binary101001111100010110000101
Octal247305205

Shades and tints

Shades of #A7C585

#A7C585
(167,197,133)
#98B479
(152,180,121)
#89A36D
(137,163,109)
#7A9261
(122,146,97)
#6B8155
(107,129,85)
#5C7049
(92,112,73)
#4D5F3D
(77,95,61)
#3E4E31
(62,78,49)
#2F3D25
(47,61,37)
#202C19
(32,44,25)
#111B0D
(17,27,13)
#000000
(0,0,0)

Tints of #A7C585

#A7C585
(167,197,133)
#AFCA90
(175,202,144)
#B7CF9B
(183,207,155)
#BFD4A6
(191,212,166)
#C7D9B1
(199,217,177)
#CFDEBC
(207,222,188)
#D7E3C7
(215,227,199)
#DFE8D2
(223,232,210)
#E7EDDD
(231,237,221)
#EFF2E8
(239,242,232)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C585 color. Also use rgb(167,197,133) instead hex code.

Text Font Color

.myTextColor { color: #A7C585; }

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

This text font color is #A7C585.


Background Color

.myBgColor { background-color: #A7C585; }

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

This div background color is #A7C585.


Border color

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

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

This div border color is #A7C585.


Opacity

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

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

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

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

This text has shadow with #A7C585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C585 on black background.


Color preview on white background

This text has color #A7C585 on white background.



Black color preview on #A7C585 background

This text has black color on #A7C585 background.


White color preview on #A7C585 background

This text has white color on #A7C585 background.