COLOR #A7C3AD

HEX: #A7C3AD
RGB: (167,195,173)

Color info

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

RGB color model

#A7C3AD color RGB value is (167,195,173).

  • red value is 167;
  • green value is 195;
  • blue value is 173.
RGB:
(167,195,173)
(65%,76%,68%)

RGB channels and saturation

R 167 of 255 = 65%
G 195 of 255 = 76%
B 173 of 255 = 68%

167
195
173

R + G + B ~ 70%. #A7C3AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 195 + 173 = 535 (100%)
R 167 of 535 ~ 31.21%
G 195 of 535 ~ 36.45%
B 173 of 535 ~ 32.34%

%31.21
%36.45
%32.34

CMYK color model

#A7C3AD color CMYK value is (14,0,11,24).

  • cyan value is 14.36%
  • magenta value is 0.00%
  • yellow value is 11.28%
  • key color value is 23.53%
CMYK:
(14,0,11,24)
C14M0Y11K24 
(14%,0%,11%,24%)
(0.14/0.00/0.11/0.24)	

CMYK percentages

%14.36
%0
%11.28
%23.53

Codes

Color #A7C3AD in popluar color models

A7C3AD
RGB167195173
HSL133°18.92%70.98%
HSB/HSV133°14.36%76.47%
CMYK14.36%0.00%11.28%
23.53%

Color #A7C3AD in popluar number systems.

HEXA7C3AD
Decimal167195173
Binary101001111100001110101101
Octal247303255

Shades and tints

Shades of #A7C3AD

#A7C3AD
(167,195,173)
#98B29E
(152,178,158)
#89A18F
(137,161,143)
#7A9080
(122,144,128)
#6B7F71
(107,127,113)
#5C6E62
(92,110,98)
#4D5D53
(77,93,83)
#3E4C44
(62,76,68)
#2F3B35
(47,59,53)
#202A26
(32,42,38)
#111917
(17,25,23)
#000000
(0,0,0)

Tints of #A7C3AD

#A7C3AD
(167,195,173)
#AFC8B4
(175,200,180)
#B7CDBB
(183,205,187)
#BFD2C2
(191,210,194)
#C7D7C9
(199,215,201)
#CFDCD0
(207,220,208)
#D7E1D7
(215,225,215)
#DFE6DE
(223,230,222)
#E7EBE5
(231,235,229)
#EFF0EC
(239,240,236)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C3AD color. Also use rgb(167,195,173) instead hex code.

Text Font Color

.myTextColor { color: #A7C3AD; }

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

This text font color is #A7C3AD.


Background Color

.myBgColor { background-color: #A7C3AD; }

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

This div background color is #A7C3AD.


Border color

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

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

This div border color is #A7C3AD.


Opacity

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

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

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

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

This text has shadow with #A7C3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C3AD on black background.


Color preview on white background

This text has color #A7C3AD on white background.



Black color preview on #A7C3AD background

This text has black color on #A7C3AD background.


White color preview on #A7C3AD background

This text has white color on #A7C3AD background.