COLOR #A7CD8B

HEX: #A7CD8B
RGB: (167,205,139)

Color info

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

RGB color model

#A7CD8B color RGB value is (167,205,139).

  • red value is 167;
  • green value is 205;
  • blue value is 139.
RGB:
(167,205,139)
(65%,80%,55%)

RGB channels and saturation

R 167 of 255 = 65%
G 205 of 255 = 80%
B 139 of 255 = 55%

167
205
139

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

Portions of RGB colors in percentages

R + G + B =
167 + 205 + 139 = 511 (100%)
R 167 of 511 ~ 32.68%
G 205 of 511 ~ 40.12%
B 139 of 511 ~ 27.2%

%32.68
%40.12
%27.2

CMYK color model

#A7CD8B color CMYK value is (19,0,32,20).

  • cyan value is 18.54%
  • magenta value is 0.00%
  • yellow value is 32.20%
  • key color value is 19.61%
CMYK:
(19,0,32,20)
C19M0Y32K20 
(19%,0%,32%,20%)
(0.19/0.00/0.32/0.20)	

CMYK percentages

%18.54
%0
%32.2
%19.61

Codes

Color #A7CD8B in popluar color models

A7CD8B
RGB167205139
HSL95°39.76%67.45%
HSB/HSV95°32.20%80.39%
CMYK18.54%0.00%32.20%
19.61%

Color #A7CD8B in popluar number systems.

HEXA7CD8B
Decimal167205139
Binary101001111100110110001011
Octal247315213

Shades and tints

Shades of #A7CD8B

#A7CD8B
(167,205,139)
#98BB7F
(152,187,127)
#89A973
(137,169,115)
#7A9767
(122,151,103)
#6B855B
(107,133,91)
#5C734F
(92,115,79)
#4D6143
(77,97,67)
#3E4F37
(62,79,55)
#2F3D2B
(47,61,43)
#202B1F
(32,43,31)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #A7CD8B

#A7CD8B
(167,205,139)
#AFD195
(175,209,149)
#B7D59F
(183,213,159)
#BFD9A9
(191,217,169)
#C7DDB3
(199,221,179)
#CFE1BD
(207,225,189)
#D7E5C7
(215,229,199)
#DFE9D1
(223,233,209)
#E7EDDB
(231,237,219)
#EFF1E5
(239,241,229)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7CD8B color. Also use rgb(167,205,139) instead hex code.

Text Font Color

.myTextColor { color: #A7CD8B; }

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

This text font color is #A7CD8B.


Background Color

.myBgColor { background-color: #A7CD8B; }

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

This div background color is #A7CD8B.


Border color

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

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

This div border color is #A7CD8B.


Opacity

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

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

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

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

This text has shadow with #A7CD8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CD8B on black background.


Color preview on white background

This text has color #A7CD8B on white background.



Black color preview on #A7CD8B background

This text has black color on #A7CD8B background.


White color preview on #A7CD8B background

This text has white color on #A7CD8B background.