COLOR #A7C298

HEX: #A7C298
RGB: (167,194,152)

Color info

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

RGB color model

#A7C298 color RGB value is (167,194,152).

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

RGB channels and saturation

R 167 of 255 = 65%
G 194 of 255 = 76%
B 152 of 255 = 60%

167
194
152

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

Portions of RGB colors in percentages

R + G + B =
167 + 194 + 152 = 513 (100%)
R 167 of 513 ~ 32.55%
G 194 of 513 ~ 37.82%
B 152 of 513 ~ 29.63%

%32.55
%37.82
%29.63

CMYK color model

#A7C298 color CMYK value is (14,0,22,24).

  • cyan value is 13.92%
  • magenta value is 0.00%
  • yellow value is 21.65%
  • key color value is 23.92%
CMYK:
(14,0,22,24)
C14M0Y22K24 
(14%,0%,22%,24%)
(0.14/0.00/0.22/0.24)	

CMYK percentages

%13.92
%0
%21.65
%23.92

Codes

Color #A7C298 in popluar color models

A7C298
RGB167194152
HSL99°25.61%67.84%
HSB/HSV99°21.65%76.08%
CMYK13.92%0.00%21.65%
23.92%

Color #A7C298 in popluar number systems.

HEXA7C298
Decimal167194152
Binary101001111100001010011000
Octal247302230

Shades and tints

Shades of #A7C298

#A7C298
(167,194,152)
#98B18B
(152,177,139)
#89A07E
(137,160,126)
#7A8F71
(122,143,113)
#6B7E64
(107,126,100)
#5C6D57
(92,109,87)
#4D5C4A
(77,92,74)
#3E4B3D
(62,75,61)
#2F3A30
(47,58,48)
#202923
(32,41,35)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #A7C298

#A7C298
(167,194,152)
#AFC7A1
(175,199,161)
#B7CCAA
(183,204,170)
#BFD1B3
(191,209,179)
#C7D6BC
(199,214,188)
#CFDBC5
(207,219,197)
#D7E0CE
(215,224,206)
#DFE5D7
(223,229,215)
#E7EAE0
(231,234,224)
#EFEFE9
(239,239,233)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C298; }

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

This text font color is #A7C298.


Background Color

.myBgColor { background-color: #A7C298; }

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

This div background color is #A7C298.


Border color

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

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

This div border color is #A7C298.


Opacity

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

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

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

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

This text has shadow with #A7C298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C298 on black background.


Color preview on white background

This text has color #A7C298 on white background.



Black color preview on #A7C298 background

This text has black color on #A7C298 background.


White color preview on #A7C298 background

This text has white color on #A7C298 background.