COLOR #A7C3AE

HEX: #A7C3AE
RGB: (167,195,174)

Color info

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

RGB color model

#A7C3AE color RGB value is (167,195,174).

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

RGB channels and saturation

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

167
195
174

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

Portions of RGB colors in percentages

R + G + B =
167 + 195 + 174 = 536 (100%)
R 167 of 536 ~ 31.16%
G 195 of 536 ~ 36.38%
B 174 of 536 ~ 32.46%

%31.16
%36.38
%32.46

CMYK color model

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

  • cyan value is 14.36%
  • magenta value is 0.00%
  • yellow value is 10.77%
  • 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
%10.77
%23.53

Codes

Color #A7C3AE in popluar color models

A7C3AE
RGB167195174
HSL135°18.92%70.98%
HSB/HSV135°14.36%76.47%
CMYK14.36%0.00%10.77%
23.53%

Color #A7C3AE in popluar number systems.

HEXA7C3AE
Decimal167195174
Binary101001111100001110101110
Octal247303256

Shades and tints

Shades of #A7C3AE

#A7C3AE
(167,195,174)
#98B29F
(152,178,159)
#89A190
(137,161,144)
#7A9081
(122,144,129)
#6B7F72
(107,127,114)
#5C6E63
(92,110,99)
#4D5D54
(77,93,84)
#3E4C45
(62,76,69)
#2F3B36
(47,59,54)
#202A27
(32,42,39)
#111918
(17,25,24)
#000000
(0,0,0)

Tints of #A7C3AE

#A7C3AE
(167,195,174)
#AFC8B5
(175,200,181)
#B7CDBC
(183,205,188)
#BFD2C3
(191,210,195)
#C7D7CA
(199,215,202)
#CFDCD1
(207,220,209)
#D7E1D8
(215,225,216)
#DFE6DF
(223,230,223)
#E7EBE6
(231,235,230)
#EFF0ED
(239,240,237)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C3AE; }

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

This text font color is #A7C3AE.


Background Color

.myBgColor { background-color: #A7C3AE; }

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

This div background color is #A7C3AE.


Border color

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

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

This div border color is #A7C3AE.


Opacity

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

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

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

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

This text has shadow with #A7C3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C3AE on black background.


Color preview on white background

This text has color #A7C3AE on white background.



Black color preview on #A7C3AE background

This text has black color on #A7C3AE background.


White color preview on #A7C3AE background

This text has white color on #A7C3AE background.