COLOR #A7BBA0

HEX: #A7BBA0 RGB: (167,187,160)

Color info

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

RGB color model

#A7BBA0 color RGB value is (167,187,160).

RGB: (167,187,160) (65%, 73%, 63%)

RGB channels and saturation

R 167 of 255 = 65%
G 187 of 255 = 73%
B 160 of 255 = 63%

167
187
160

R + G + B ~ 67%. #A7BBA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 187 + 160 = 514 (100%)
R 167 of 514 ~ 32.49%
G 187 of 514 ~ 36.38%
B 160 of 514 ~ 31.13'%

%32.49
%36.38
%31.13

CMYK color model

#A7BBA0 color CMYK value is (11,0,14,27).

  • cyan value is 10.70%
  • magenta value is 0.00%
  • yellow value is 14.44%
  • key color value is 26.67%

CMYK: (11,0,14,27)
C11M0Y14K27 (11%, 0%, 14%, 27%)
(0.11 / 0.00 / 0.14 / 0.27)

CMYK percentages

%10.7
%0
%14.44
%26.67

Codes

Color #A7BBA0 in popluar color models

A7 BB A0
RGB 167 187 160
HSL 104° 16.56% 68.04%
HSB/HSV 104° 14.44% 73.33%
CMYK 10.70% 0.00% 14.44%
26.67%

Color #A7BBA0 in popluar number systems.

HEX A7 BB A0
Decimal 167 187 160
Binary 10100111 10111011 10100000
Octal 247 273 240

Shades and tints

Shades of #A7BBA0

#A7BBA0
(167,187,160)
#98AA92
(152,170,146)
#899984
(137,153,132)
#7A8876
(122,136,118)
#6B7768
(107,119,104)
#5C665A
(92,102,90)
#4D554C
(77,85,76)
#3E443E
(62,68,62)
#2F3330
(47,51,48)
#202222
(32,34,34)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #A7BBA0

#A7BBA0
(167,187,160)
#AFC1A8
(175,193,168)
#B7C7B0
(183,199,176)
#BFCDB8
(191,205,184)
#C7D3C0
(199,211,192)
#CFD9C8
(207,217,200)
#D7DFD0
(215,223,208)
#DFE5D8
(223,229,216)
#E7EBE0
(231,235,224)
#EFF1E8
(239,241,232)
#F7F7F0
(247,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7BBA0 color. Also use rgb(167,187,160) instead hex code.

Text Font Color

.myTextColor { color: #A7BBA0; }

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

This text font color is #A7BBA0.

Background Color

.myBgColor { background-color: #A7BBA0; }

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

This div background color is #A7BBA0.

Border color

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

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

This div border color is #A7BBA0.

Opacity

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

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

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

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

This text has shadow with #A7BBA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7BBA0.

Preview

Color preview on black background

This text has color #A7BBA0 on black background.


Color preview on white background

This text has color #A7BBA0 on white background.


Black color preview on #A7BBA0 background

This text has black color on #A7BBA0 background.


White color preview on #A7BBA0 background

This text has white color on #A7BBA0 background.


Related colors

Complementary color

Complementary color for #hex is #58445F.


I love getcolorcode.com

Triadic colors

1 #A0A7BB and #BBA0A7 with #A7BBA0 are triadic colors.

2 #A0BBA7 and #BBA7A0 with #A7BBA0 are triadic colors.