COLOR #A7CB71

HEX: #A7CB71 RGB: (167,203,113)

Color info

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

RGB color model

#A7CB71 color RGB value is (167,203,113).

RGB: (167,203,113) (65%, 80%, 44%)

RGB channels and saturation

R 167 of 255 = 65%
G 203 of 255 = 80%
B 113 of 255 = 44%

167
203
113

R + G + B ~ 63%. #A7CB71 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 203 + 113 = 483 (100%)
R 167 of 483 ~ 34.58%
G 203 of 483 ~ 42.03%
B 113 of 483 ~ 23.4'%

%34.58
%42.03
%23.4

CMYK color model

#A7CB71 color CMYK value is (18,0,44,20).

  • cyan value is 17.73%
  • magenta value is 0.00%
  • yellow value is 44.33%
  • key color value is 20.39%

CMYK: (18,0,44,20)
C18M0Y44K20 (18%, 0%, 44%, 20%)
(0.18 / 0.00 / 0.44 / 0.20)

CMYK percentages

%17.73
%0
%44.33
%20.39

Codes

Color #A7CB71 in popluar color models

A7 CB 71
RGB 167 203 113
HSL 84° 46.39% 61.96%
HSB/HSV 84° 44.33% 79.61%
CMYK 17.73% 0.00% 44.33%
20.39%

Color #A7CB71 in popluar number systems.

HEX A7 CB 71
Decimal 167 203 113
Binary 10100111 11001011 1110001
Octal 247 313 161

Shades and tints

Shades of #A7CB71

#A7CB71
(167,203,113)
#98B967
(152,185,103)
#89A75D
(137,167,93)
#7A9553
(122,149,83)
#6B8349
(107,131,73)
#5C713F
(92,113,63)
#4D5F35
(77,95,53)
#3E4D2B
(62,77,43)
#2F3B21
(47,59,33)
#202917
(32,41,23)
#11170D
(17,23,13)
#000000
(0,0,0)

Tints of #A7CB71

#A7CB71
(167,203,113)
#AFCF7D
(175,207,125)
#B7D389
(183,211,137)
#BFD795
(191,215,149)
#C7DBA1
(199,219,161)
#CFDFAD
(207,223,173)
#D7E3B9
(215,227,185)
#DFE7C5
(223,231,197)
#E7EBD1
(231,235,209)
#EFEFDD
(239,239,221)
#F7F3E9
(247,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7CB71 color. Also use rgb(167,203,113) instead hex code.

Text Font Color

.myTextColor { color: #A7CB71; }

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

This text font color is #A7CB71.

Background Color

.myBgColor { background-color: #A7CB71; }

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

This div background color is #A7CB71.

Border color

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

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

This div border color is #A7CB71.

Opacity

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

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

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

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

This text has shadow with #A7CB71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7CB71.

Preview

Color preview on black background

This text has color #A7CB71 on black background.


Color preview on white background

This text has color #A7CB71 on white background.


Black color preview on #A7CB71 background

This text has black color on #A7CB71 background.


White color preview on #A7CB71 background

This text has white color on #A7CB71 background.


Related colors

Complementary color

Complementary color for #hex is #58348E.


I love getcolorcode.com

Triadic colors

1 #71A7CB and #CB71A7 with #A7CB71 are triadic colors.

2 #71CBA7 and #CBA771 with #A7CB71 are triadic colors.