COLOR #A7B27C

HEX: #A7B27C
RGB: (167,178,124)

Color info

#A7B27C contains red, green and blue colors in about the same proportion. Web safe color of #A7B27C is #999966 (or #996).

RGB color model

#A7B27C color RGB value is (167,178,124).

  • red value is 167;
  • green value is 178;
  • blue value is 124.
RGB:
(167,178,124)
(65%,70%,49%)

RGB channels and saturation

R 167 of 255 = 65%
G 178 of 255 = 70%
B 124 of 255 = 49%

167
178
124

R + G + B ~ 61%. #A7B27C is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 178 + 124 = 469 (100%)
R 167 of 469 ~ 35.61%
G 178 of 469 ~ 37.95%
B 124 of 469 ~ 26.44%

%35.61
%37.95
%26.44

CMYK color model

#A7B27C color CMYK value is (6,0,30,30).

  • cyan value is 6.18%
  • magenta value is 0.00%
  • yellow value is 30.34%
  • key color value is 30.20%
CMYK:
(6,0,30,30)
C6M0Y30K30 
(6%,0%,30%,30%)
(0.06/0.00/0.30/0.30)	

CMYK percentages

%6.18
%0
%30.34
%30.2

Codes

Color #A7B27C in popluar color models

A7B27C
RGB167178124
HSL72°25.96%59.22%
HSB/HSV72°30.34%69.80%
CMYK6.18%0.00%30.34%
30.20%

Color #A7B27C in popluar number systems.

HEXA7B27C
Decimal167178124
Binary10100111101100101111100
Octal247262174

Shades and tints

Shades of #A7B27C

#A7B27C
(167,178,124)
#98A271
(152,162,113)
#899266
(137,146,102)
#7A825B
(122,130,91)
#6B7250
(107,114,80)
#5C6245
(92,98,69)
#4D523A
(77,82,58)
#3E422F
(62,66,47)
#2F3224
(47,50,36)
#202219
(32,34,25)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #A7B27C

#A7B27C
(167,178,124)
#AFB987
(175,185,135)
#B7C092
(183,192,146)
#BFC79D
(191,199,157)
#C7CEA8
(199,206,168)
#CFD5B3
(207,213,179)
#D7DCBE
(215,220,190)
#DFE3C9
(223,227,201)
#E7EAD4
(231,234,212)
#EFF1DF
(239,241,223)
#F7F8EA
(247,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B27C color. Also use rgb(167,178,124) instead hex code.

Text Font Color

.myTextColor { color: #A7B27C; }

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

This text font color is #A7B27C.


Background Color

.myBgColor { background-color: #A7B27C; }

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

This div background color is #A7B27C.


Border color

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

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

This div border color is #A7B27C.


Opacity

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

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

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

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

This text has shadow with #A7B27C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B27C on black background.


Color preview on white background

This text has color #A7B27C on white background.



Black color preview on #A7B27C background

This text has black color on #A7B27C background.


White color preview on #A7B27C background

This text has white color on #A7B27C background.