COLOR #A7BB63

HEX: #A7BB63
RGB: (167,187,99)

Color info

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

RGB color model

#A7BB63 color RGB value is (167,187,99).

  • red value is 167;
  • green value is 187;
  • blue value is 99.
RGB:
(167,187,99)
(65%,73%,39%)

RGB channels and saturation

R 167 of 255 = 65%
G 187 of 255 = 73%
B 99 of 255 = 39%

167
187
99

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

Portions of RGB colors in percentages

R + G + B =
167 + 187 + 99 = 453 (100%)
R 167 of 453 ~ 36.87%
G 187 of 453 ~ 41.28%
B 99 of 453 ~ 21.85%

%36.87
%41.28
%21.85

CMYK color model

#A7BB63 color CMYK value is (11,0,47,27).

  • cyan value is 10.70%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 26.67%
CMYK:
(11,0,47,27)
C11M0Y47K27 
(11%,0%,47%,27%)
(0.11/0.00/0.47/0.27)	

CMYK percentages

%10.7
%0
%47.06
%26.67

Codes

Color #A7BB63 in popluar color models

A7BB63
RGB16718799
HSL74°39.29%56.08%
HSB/HSV74°47.06%73.33%
CMYK10.70%0.00%47.06%
26.67%

Color #A7BB63 in popluar number systems.

HEXA7BB63
Decimal16718799
Binary10100111101110111100011
Octal247273143

Shades and tints

Shades of #A7BB63

#A7BB63
(167,187,99)
#98AA5A
(152,170,90)
#899951
(137,153,81)
#7A8848
(122,136,72)
#6B773F
(107,119,63)
#5C6636
(92,102,54)
#4D552D
(77,85,45)
#3E4424
(62,68,36)
#2F331B
(47,51,27)
#202212
(32,34,18)
#111109
(17,17,9)
#000000
(0,0,0)

Tints of #A7BB63

#A7BB63
(167,187,99)
#AFC171
(175,193,113)
#B7C77F
(183,199,127)
#BFCD8D
(191,205,141)
#C7D39B
(199,211,155)
#CFD9A9
(207,217,169)
#D7DFB7
(215,223,183)
#DFE5C5
(223,229,197)
#E7EBD3
(231,235,211)
#EFF1E1
(239,241,225)
#F7F7EF
(247,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7BB63 color. Also use rgb(167,187,99) instead hex code.

Text Font Color

.myTextColor { color: #A7BB63; }

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

This text font color is #A7BB63.


Background Color

.myBgColor { background-color: #A7BB63; }

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

This div background color is #A7BB63.


Border color

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

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

This div border color is #A7BB63.


Opacity

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

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

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

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

This text has shadow with #A7BB63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BB63 on black background.


Color preview on white background

This text has color #A7BB63 on white background.



Black color preview on #A7BB63 background

This text has black color on #A7BB63 background.


White color preview on #A7BB63 background

This text has white color on #A7BB63 background.