COLOR #A7BBA1

HEX: #A7BBA1
RGB: (167,187,161)

Color info

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

RGB color model

#A7BBA1 color RGB value is (167,187,161).

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

RGB channels and saturation

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

167
187
161

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

Portions of RGB colors in percentages

R + G + B =
167 + 187 + 161 = 515 (100%)
R 167 of 515 ~ 32.43%
G 187 of 515 ~ 36.31%
B 161 of 515 ~ 31.26%

%32.43
%36.31
%31.26

CMYK color model

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

  • cyan value is 10.70%
  • magenta value is 0.00%
  • yellow value is 13.90%
  • 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
%13.9
%26.67

Codes

Color #A7BBA1 in popluar color models

A7BBA1
RGB167187161
HSL106°16.05%68.24%
HSB/HSV106°13.90%73.33%
CMYK10.70%0.00%13.90%
26.67%

Color #A7BBA1 in popluar number systems.

HEXA7BBA1
Decimal167187161
Binary101001111011101110100001
Octal247273241

Shades and tints

Shades of #A7BBA1

#A7BBA1
(167,187,161)
#98AA93
(152,170,147)
#899985
(137,153,133)
#7A8877
(122,136,119)
#6B7769
(107,119,105)
#5C665B
(92,102,91)
#4D554D
(77,85,77)
#3E443F
(62,68,63)
#2F3331
(47,51,49)
#202223
(32,34,35)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #A7BBA1

#A7BBA1
(167,187,161)
#AFC1A9
(175,193,169)
#B7C7B1
(183,199,177)
#BFCDB9
(191,205,185)
#C7D3C1
(199,211,193)
#CFD9C9
(207,217,201)
#D7DFD1
(215,223,209)
#DFE5D9
(223,229,217)
#E7EBE1
(231,235,225)
#EFF1E9
(239,241,233)
#F7F7F1
(247,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BBA1; }

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

This text font color is #A7BBA1.


Background Color

.myBgColor { background-color: #A7BBA1; }

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

This div background color is #A7BBA1.


Border color

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

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

This div border color is #A7BBA1.


Opacity

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

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

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

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

This text has shadow with #A7BBA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BBA1 on black background.


Color preview on white background

This text has color #A7BBA1 on white background.



Black color preview on #A7BBA1 background

This text has black color on #A7BBA1 background.


White color preview on #A7BBA1 background

This text has white color on #A7BBA1 background.