COLOR #A7CAA4

HEX: #A7CAA4
RGB: (167,202,164)

Color info

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

RGB color model

#A7CAA4 color RGB value is (167,202,164).

  • red value is 167;
  • green value is 202;
  • blue value is 164.
RGB:
(167,202,164)
(65%,79%,64%)

RGB channels and saturation

R 167 of 255 = 65%
G 202 of 255 = 79%
B 164 of 255 = 64%

167
202
164

R + G + B ~ 69%. #A7CAA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 202 + 164 = 533 (100%)
R 167 of 533 ~ 31.33%
G 202 of 533 ~ 37.9%
B 164 of 533 ~ 30.77%

%31.33
%37.9
%30.77

CMYK color model

#A7CAA4 color CMYK value is (17,0,19,21).

  • cyan value is 17.33%
  • magenta value is 0.00%
  • yellow value is 18.81%
  • key color value is 20.78%
CMYK:
(17,0,19,21)
C17M0Y19K21 
(17%,0%,19%,21%)
(0.17/0.00/0.19/0.21)	

CMYK percentages

%17.33
%0
%18.81
%20.78

Codes

Color #A7CAA4 in popluar color models

A7CAA4
RGB167202164
HSL115°26.39%71.76%
HSB/HSV115°18.81%79.22%
CMYK17.33%0.00%18.81%
20.78%

Color #A7CAA4 in popluar number systems.

HEXA7CAA4
Decimal167202164
Binary101001111100101010100100
Octal247312244

Shades and tints

Shades of #A7CAA4

#A7CAA4
(167,202,164)
#98B896
(152,184,150)
#89A688
(137,166,136)
#7A947A
(122,148,122)
#6B826C
(107,130,108)
#5C705E
(92,112,94)
#4D5E50
(77,94,80)
#3E4C42
(62,76,66)
#2F3A34
(47,58,52)
#202826
(32,40,38)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #A7CAA4

#A7CAA4
(167,202,164)
#AFCEAC
(175,206,172)
#B7D2B4
(183,210,180)
#BFD6BC
(191,214,188)
#C7DAC4
(199,218,196)
#CFDECC
(207,222,204)
#D7E2D4
(215,226,212)
#DFE6DC
(223,230,220)
#E7EAE4
(231,234,228)
#EFEEEC
(239,238,236)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CAA4; }

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

This text font color is #A7CAA4.


Background Color

.myBgColor { background-color: #A7CAA4; }

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

This div background color is #A7CAA4.


Border color

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

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

This div border color is #A7CAA4.


Opacity

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

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

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

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

This text has shadow with #A7CAA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CAA4 on black background.


Color preview on white background

This text has color #A7CAA4 on white background.



Black color preview on #A7CAA4 background

This text has black color on #A7CAA4 background.


White color preview on #A7CAA4 background

This text has white color on #A7CAA4 background.