COLOR #A7CBAA

HEX: #A7CBAA
RGB: (167,203,170)

Color info

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

RGB color model

#A7CBAA color RGB value is (167,203,170).

  • red value is 167;
  • green value is 203;
  • blue value is 170.
RGB:
(167,203,170)
(65%,80%,67%)

RGB channels and saturation

R 167 of 255 = 65%
G 203 of 255 = 80%
B 170 of 255 = 67%

167
203
170

R + G + B ~ 71%. #A7CBAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 203 + 170 = 540 (100%)
R 167 of 540 ~ 30.93%
G 203 of 540 ~ 37.59%
B 170 of 540 ~ 31.48%

%30.93
%37.59
%31.48

CMYK color model

#A7CBAA color CMYK value is (18,0,16,20).

  • cyan value is 17.73%
  • magenta value is 0.00%
  • yellow value is 16.26%
  • key color value is 20.39%
CMYK:
(18,0,16,20)
C18M0Y16K20 
(18%,0%,16%,20%)
(0.18/0.00/0.16/0.20)	

CMYK percentages

%17.73
%0
%16.26
%20.39

Codes

Color #A7CBAA in popluar color models

A7CBAA
RGB167203170
HSL125°25.71%72.55%
HSB/HSV125°17.73%79.61%
CMYK17.73%0.00%16.26%
20.39%

Color #A7CBAA in popluar number systems.

HEXA7CBAA
Decimal167203170
Binary101001111100101110101010
Octal247313252

Shades and tints

Shades of #A7CBAA

#A7CBAA
(167,203,170)
#98B99B
(152,185,155)
#89A78C
(137,167,140)
#7A957D
(122,149,125)
#6B836E
(107,131,110)
#5C715F
(92,113,95)
#4D5F50
(77,95,80)
#3E4D41
(62,77,65)
#2F3B32
(47,59,50)
#202923
(32,41,35)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #A7CBAA

#A7CBAA
(167,203,170)
#AFCFB1
(175,207,177)
#B7D3B8
(183,211,184)
#BFD7BF
(191,215,191)
#C7DBC6
(199,219,198)
#CFDFCD
(207,223,205)
#D7E3D4
(215,227,212)
#DFE7DB
(223,231,219)
#E7EBE2
(231,235,226)
#EFEFE9
(239,239,233)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7CBAA color. Also use rgb(167,203,170) instead hex code.

Text Font Color

.myTextColor { color: #A7CBAA; }

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

This text font color is #A7CBAA.


Background Color

.myBgColor { background-color: #A7CBAA; }

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

This div background color is #A7CBAA.


Border color

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

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

This div border color is #A7CBAA.


Opacity

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

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

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

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

This text has shadow with #A7CBAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CBAA on black background.


Color preview on white background

This text has color #A7CBAA on white background.



Black color preview on #A7CBAA background

This text has black color on #A7CBAA background.


White color preview on #A7CBAA background

This text has white color on #A7CBAA background.