COLOR #A7BD68

HEX: #A7BD68
RGB: (167,189,104)

Color info

#A7BD68 contains mainly red and green colors. Web safe color of #A7BD68 is #99CC66 (or #9C6).

RGB color model

#A7BD68 color RGB value is (167,189,104).

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

RGB channels and saturation

R 167 of 255 = 65%
G 189 of 255 = 74%
B 104 of 255 = 41%

167
189
104

R + G + B ~ 60%. #A7BD68 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
167 + 189 + 104 = 460 (100%)
R 167 of 460 ~ 36.3%
G 189 of 460 ~ 41.09%
B 104 of 460 ~ 22.61%

%36.3
%41.09
%22.61

CMYK color model

#A7BD68 color CMYK value is (12,0,45,26).

  • cyan value is 11.64%
  • magenta value is 0.00%
  • yellow value is 44.97%
  • key color value is 25.88%
CMYK:
(12,0,45,26)
C12M0Y45K26 
(12%,0%,45%,26%)
(0.12/0.00/0.45/0.26)	

CMYK percentages

%11.64
%0
%44.97
%25.88

Codes

Color #A7BD68 in popluar color models

A7BD68
RGB167189104
HSL76°39.17%57.45%
HSB/HSV76°44.97%74.12%
CMYK11.64%0.00%44.97%
25.88%

Color #A7BD68 in popluar number systems.

HEXA7BD68
Decimal167189104
Binary10100111101111011101000
Octal247275150

Shades and tints

Shades of #A7BD68

#A7BD68
(167,189,104)
#98AC5F
(152,172,95)
#899B56
(137,155,86)
#7A8A4D
(122,138,77)
#6B7944
(107,121,68)
#5C683B
(92,104,59)
#4D5732
(77,87,50)
#3E4629
(62,70,41)
#2F3520
(47,53,32)
#202417
(32,36,23)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #A7BD68

#A7BD68
(167,189,104)
#AFC375
(175,195,117)
#B7C982
(183,201,130)
#BFCF8F
(191,207,143)
#C7D59C
(199,213,156)
#CFDBA9
(207,219,169)
#D7E1B6
(215,225,182)
#DFE7C3
(223,231,195)
#E7EDD0
(231,237,208)
#EFF3DD
(239,243,221)
#F7F9EA
(247,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BD68; }

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

This text font color is #A7BD68.


Background Color

.myBgColor { background-color: #A7BD68; }

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

This div background color is #A7BD68.


Border color

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

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

This div border color is #A7BD68.


Opacity

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

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

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

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

This text has shadow with #A7BD68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BD68 on black background.


Color preview on white background

This text has color #A7BD68 on white background.



Black color preview on #A7BD68 background

This text has black color on #A7BD68 background.


White color preview on #A7BD68 background

This text has white color on #A7BD68 background.