COLOR #A7BD9D

HEX: #A7BD9D
RGB: (167,189,157)

Color info

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

RGB color model

#A7BD9D color RGB value is (167,189,157).

  • red value is 167;
  • green value is 189;
  • blue value is 157.
RGB:
(167,189,157)
(65%,74%,62%)

RGB channels and saturation

R 167 of 255 = 65%
G 189 of 255 = 74%
B 157 of 255 = 62%

167
189
157

R + G + B ~ 67%. #A7BD9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 189 + 157 = 513 (100%)
R 167 of 513 ~ 32.55%
G 189 of 513 ~ 36.84%
B 157 of 513 ~ 30.6%

%32.55
%36.84
%30.6

CMYK color model

#A7BD9D color CMYK value is (12,0,17,26).

  • cyan value is 11.64%
  • magenta value is 0.00%
  • yellow value is 16.93%
  • key color value is 25.88%
CMYK:
(12,0,17,26)
C12M0Y17K26 
(12%,0%,17%,26%)
(0.12/0.00/0.17/0.26)	

CMYK percentages

%11.64
%0
%16.93
%25.88

Codes

Color #A7BD9D in popluar color models

A7BD9D
RGB167189157
HSL101°19.51%67.84%
HSB/HSV101°16.93%74.12%
CMYK11.64%0.00%16.93%
25.88%

Color #A7BD9D in popluar number systems.

HEXA7BD9D
Decimal167189157
Binary101001111011110110011101
Octal247275235

Shades and tints

Shades of #A7BD9D

#A7BD9D
(167,189,157)
#98AC8F
(152,172,143)
#899B81
(137,155,129)
#7A8A73
(122,138,115)
#6B7965
(107,121,101)
#5C6857
(92,104,87)
#4D5749
(77,87,73)
#3E463B
(62,70,59)
#2F352D
(47,53,45)
#20241F
(32,36,31)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #A7BD9D

#A7BD9D
(167,189,157)
#AFC3A5
(175,195,165)
#B7C9AD
(183,201,173)
#BFCFB5
(191,207,181)
#C7D5BD
(199,213,189)
#CFDBC5
(207,219,197)
#D7E1CD
(215,225,205)
#DFE7D5
(223,231,213)
#E7EDDD
(231,237,221)
#EFF3E5
(239,243,229)
#F7F9ED
(247,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7BD9D color. Also use rgb(167,189,157) instead hex code.

Text Font Color

.myTextColor { color: #A7BD9D; }

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

This text font color is #A7BD9D.


Background Color

.myBgColor { background-color: #A7BD9D; }

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

This div background color is #A7BD9D.


Border color

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

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

This div border color is #A7BD9D.


Opacity

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

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

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

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

This text has shadow with #A7BD9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BD9D on black background.


Color preview on white background

This text has color #A7BD9D on white background.



Black color preview on #A7BD9D background

This text has black color on #A7BD9D background.


White color preview on #A7BD9D background

This text has white color on #A7BD9D background.