COLOR #A7CA98

HEX: #A7CA98 RGB: (167,202,152)

Color info

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

RGB color model

#A7CA98 color RGB value is (167,202,152).

RGB: (167,202,152) (65%, 79%, 60%)

RGB channels and saturation

R 167 of 255 = 65%
G 202 of 255 = 79%
B 152 of 255 = 60%

167
202
152

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

Portions of RGB colors in percentages

R + G + B = 167 + 202 + 152 = 521 (100%)
R 167 of 521 ~ 32.05%
G 202 of 521 ~ 38.77%
B 152 of 521 ~ 29.17'%

%32.05
%38.77
%29.17

CMYK color model

#A7CA98 color CMYK value is (17,0,25,21).

  • cyan value is 17.33%
  • magenta value is 0.00%
  • yellow value is 24.75%
  • key color value is 20.78%

CMYK: (17,0,25,21)
C17M0Y25K21 (17%, 0%, 25%, 21%)
(0.17 / 0.00 / 0.25 / 0.21)

CMYK percentages

%17.33
%0
%24.75
%20.78

Codes

Color #A7CA98 in popluar color models

A7 CA 98
RGB 167 202 152
HSL 102° 32.05% 69.41%
HSB/HSV 102° 24.75% 79.22%
CMYK 17.33% 0.00% 24.75%
20.78%

Color #A7CA98 in popluar number systems.

HEX A7 CA 98
Decimal 167 202 152
Binary 10100111 11001010 10011000
Octal 247 312 230

Shades and tints

Shades of #A7CA98

#A7CA98
(167,202,152)
#98B88B
(152,184,139)
#89A67E
(137,166,126)
#7A9471
(122,148,113)
#6B8264
(107,130,100)
#5C7057
(92,112,87)
#4D5E4A
(77,94,74)
#3E4C3D
(62,76,61)
#2F3A30
(47,58,48)
#202823
(32,40,35)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #A7CA98

#A7CA98
(167,202,152)
#AFCEA1
(175,206,161)
#B7D2AA
(183,210,170)
#BFD6B3
(191,214,179)
#C7DABC
(199,218,188)
#CFDEC5
(207,222,197)
#D7E2CE
(215,226,206)
#DFE6D7
(223,230,215)
#E7EAE0
(231,234,224)
#EFEEE9
(239,238,233)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CA98; }

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

This text font color is #A7CA98.

Background Color

.myBgColor { background-color: #A7CA98; }

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

This div background color is #A7CA98.

Border color

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

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

This div border color is #A7CA98.

Opacity

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

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

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

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

This text has shadow with #A7CA98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7CA98.

Preview

Color preview on black background

This text has color #A7CA98 on black background.


Color preview on white background

This text has color #A7CA98 on white background.


Black color preview on #A7CA98 background

This text has black color on #A7CA98 background.


White color preview on #A7CA98 background

This text has white color on #A7CA98 background.


Related colors

Complementary color

Complementary color for #hex is #583567.


I love getcolorcode.com

Triadic colors

1 #98A7CA and #CA98A7 with #A7CA98 are triadic colors.

2 #98CAA7 and #CAA798 with #A7CA98 are triadic colors.