COLOR #A7CA92

HEX: #A7CA92 RGB: (167,202,146)

Color info

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

RGB color model

#A7CA92 color RGB value is (167,202,146).

RGB: (167,202,146) (65%, 79%, 57%)

RGB channels and saturation

R 167 of 255 = 65%
G 202 of 255 = 79%
B 146 of 255 = 57%

167
202
146

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

Portions of RGB colors in percentages

R + G + B = 167 + 202 + 146 = 515 (100%)
R 167 of 515 ~ 32.43%
G 202 of 515 ~ 39.22%
B 146 of 515 ~ 28.35'%

%32.43
%39.22
%28.35

CMYK color model

#A7CA92 color CMYK value is (17,0,28,21).

  • cyan value is 17.33%
  • magenta value is 0.00%
  • yellow value is 27.72%
  • key color value is 20.78%
CMYK: (17,0,28,21) C17M0Y28K21 (17%,0%,28%,21%) (0.17/0.00/0.28/0.21) 

CMYK percentages

%17.33
%0
%27.72
%20.78

Codes

Color #A7CA92 in popluar color models

A7 CA 92
RGB 167 202 146
HSL 98° 34.57% 68.24%
HSB/HSV 98° 27.72% 79.22%
CMYK 17.33% 0.00% 27.72%
20.78%

Color #A7CA92 in popluar number systems.

HEX A7 CA 92
Decimal 167 202 146
Binary 10100111 11001010 10010010
Octal 247 312 222

Shades and tints

Shades of #A7CA92

#A7CA92
(167,202,146)
#98B885
(152,184,133)
#89A678
(137,166,120)
#7A946B
(122,148,107)
#6B825E
(107,130,94)
#5C7051
(92,112,81)
#4D5E44
(77,94,68)
#3E4C37
(62,76,55)
#2F3A2A
(47,58,42)
#20281D
(32,40,29)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #A7CA92

#A7CA92
(167,202,146)
#AFCE9B
(175,206,155)
#B7D2A4
(183,210,164)
#BFD6AD
(191,214,173)
#C7DAB6
(199,218,182)
#CFDEBF
(207,222,191)
#D7E2C8
(215,226,200)
#DFE6D1
(223,230,209)
#E7EADA
(231,234,218)
#EFEEE3
(239,238,227)
#F7F2EC
(247,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7CA92 color. Also use rgb(167,202,146) instead hex code.

Text Font Color

.myTextColor { color: #A7CA92; }

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

This text font color is #A7CA92.

Background Color

.myBgColor { background-color: #A7CA92; }

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

This div background color is #A7CA92.

Border color

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

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

This div border color is #A7CA92.

Opacity

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

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

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

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

This text has shadow with #A7CA92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7CA92.

Preview

Color preview on black background

This text has color #A7CA92 on black background.


Color preview on white background

This text has color #A7CA92 on white background.


Black color preview on #A7CA92 background

This text has black color on #A7CA92 background.


White color preview on #A7CA92 background

This text has white color on #A7CA92 background.


Related colors

Complementary color

Complementary color for #hex is #58356D.


I love getcolorcode.com

Triadic colors

1 #92A7CA and #CA92A7 with #A7CA92 are triadic colors.

2 #92CAA7 and #CAA792 with #A7CA92 are triadic colors.