COLOR #A7CCA1

HEX: #A7CCA1
RGB: (167,204,161)

Color info

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

RGB color model

#A7CCA1 color RGB value is (167,204,161).

  • red value is 167;
  • green value is 204;
  • blue value is 161.
RGB:
(167,204,161)
(65%,80%,63%)

RGB channels and saturation

R 167 of 255 = 65%
G 204 of 255 = 80%
B 161 of 255 = 63%

167
204
161

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

Portions of RGB colors in percentages

R + G + B =
167 + 204 + 161 = 532 (100%)
R 167 of 532 ~ 31.39%
G 204 of 532 ~ 38.35%
B 161 of 532 ~ 30.26%

%31.39
%38.35
%30.26

CMYK color model

#A7CCA1 color CMYK value is (18,0,21,20).

  • cyan value is 18.14%
  • magenta value is 0.00%
  • yellow value is 21.08%
  • key color value is 20.00%
CMYK:
(18,0,21,20)
C18M0Y21K20 
(18%,0%,21%,20%)
(0.18/0.00/0.21/0.20)	

CMYK percentages

%18.14
%0
%21.08
%20

Codes

Color #A7CCA1 in popluar color models

A7CCA1
RGB167204161
HSL112°29.66%71.57%
HSB/HSV112°21.08%80.00%
CMYK18.14%0.00%21.08%
20.00%

Color #A7CCA1 in popluar number systems.

HEXA7CCA1
Decimal167204161
Binary101001111100110010100001
Octal247314241

Shades and tints

Shades of #A7CCA1

#A7CCA1
(167,204,161)
#98BA93
(152,186,147)
#89A885
(137,168,133)
#7A9677
(122,150,119)
#6B8469
(107,132,105)
#5C725B
(92,114,91)
#4D604D
(77,96,77)
#3E4E3F
(62,78,63)
#2F3C31
(47,60,49)
#202A23
(32,42,35)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #A7CCA1

#A7CCA1
(167,204,161)
#AFD0A9
(175,208,169)
#B7D4B1
(183,212,177)
#BFD8B9
(191,216,185)
#C7DCC1
(199,220,193)
#CFE0C9
(207,224,201)
#D7E4D1
(215,228,209)
#DFE8D9
(223,232,217)
#E7ECE1
(231,236,225)
#EFF0E9
(239,240,233)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7CCA1 color. Also use rgb(167,204,161) instead hex code.

Text Font Color

.myTextColor { color: #A7CCA1; }

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

This text font color is #A7CCA1.


Background Color

.myBgColor { background-color: #A7CCA1; }

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

This div background color is #A7CCA1.


Border color

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

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

This div border color is #A7CCA1.


Opacity

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

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

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

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

This text has shadow with #A7CCA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CCA1 on black background.


Color preview on white background

This text has color #A7CCA1 on white background.



Black color preview on #A7CCA1 background

This text has black color on #A7CCA1 background.


White color preview on #A7CCA1 background

This text has white color on #A7CCA1 background.