COLOR #A7C798

HEX: #A7C798
RGB: (167,199,152)

Color info

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

RGB color model

#A7C798 color RGB value is (167,199,152).

  • red value is 167;
  • green value is 199;
  • blue value is 152.
RGB:
(167,199,152)
(65%,78%,60%)

RGB channels and saturation

R 167 of 255 = 65%
G 199 of 255 = 78%
B 152 of 255 = 60%

167
199
152

R + G + B ~ 68%. #A7C798 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 199 + 152 = 518 (100%)
R 167 of 518 ~ 32.24%
G 199 of 518 ~ 38.42%
B 152 of 518 ~ 29.34%

%32.24
%38.42
%29.34

CMYK color model

#A7C798 color CMYK value is (16,0,24,22).

  • cyan value is 16.08%
  • magenta value is 0.00%
  • yellow value is 23.62%
  • key color value is 21.96%
CMYK:
(16,0,24,22)
C16M0Y24K22 
(16%,0%,24%,22%)
(0.16/0.00/0.24/0.22)	

CMYK percentages

%16.08
%0
%23.62
%21.96

Codes

Color #A7C798 in popluar color models

A7C798
RGB167199152
HSL101°29.56%68.82%
HSB/HSV101°23.62%78.04%
CMYK16.08%0.00%23.62%
21.96%

Color #A7C798 in popluar number systems.

HEXA7C798
Decimal167199152
Binary101001111100011110011000
Octal247307230

Shades and tints

Shades of #A7C798

#A7C798
(167,199,152)
#98B58B
(152,181,139)
#89A37E
(137,163,126)
#7A9171
(122,145,113)
#6B7F64
(107,127,100)
#5C6D57
(92,109,87)
#4D5B4A
(77,91,74)
#3E493D
(62,73,61)
#2F3730
(47,55,48)
#202523
(32,37,35)
#111316
(17,19,22)
#000000
(0,0,0)

Tints of #A7C798

#A7C798
(167,199,152)
#AFCCA1
(175,204,161)
#B7D1AA
(183,209,170)
#BFD6B3
(191,214,179)
#C7DBBC
(199,219,188)
#CFE0C5
(207,224,197)
#D7E5CE
(215,229,206)
#DFEAD7
(223,234,215)
#E7EFE0
(231,239,224)
#EFF4E9
(239,244,233)
#F7F9F2
(247,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C798 color. Also use rgb(167,199,152) instead hex code.

Text Font Color

.myTextColor { color: #A7C798; }

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

This text font color is #A7C798.


Background Color

.myBgColor { background-color: #A7C798; }

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

This div background color is #A7C798.


Border color

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

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

This div border color is #A7C798.


Opacity

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

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

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

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

This text has shadow with #A7C798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C798 on black background.


Color preview on white background

This text has color #A7C798 on white background.



Black color preview on #A7C798 background

This text has black color on #A7C798 background.


White color preview on #A7C798 background

This text has white color on #A7C798 background.