COLOR #A7B9BB

HEX: #A7B9BB RGB: (167,185,187)

Color info

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

RGB color model

#A7B9BB color RGB value is (167,185,187).

RGB: (167,185,187) (65%, 73%, 73%)

RGB channels and saturation

R 167 of 255 = 65%
G 185 of 255 = 73%
B 187 of 255 = 73%

167
185
187

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

Portions of RGB colors in percentages

R + G + B = 167 + 185 + 187 = 539 (100%)
R 167 of 539 ~ 30.98%
G 185 of 539 ~ 34.32%
B 187 of 539 ~ 34.69'%

%30.98
%34.32
%34.69

CMYK color model

#A7B9BB color CMYK value is (11,1,0,27).

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

CMYK: (11,1,0,27)
C11M1Y0K27 (11%, 1%, 0%, 27%)
(0.11 / 0.01 / 0.00 / 0.27)

CMYK percentages

%10.7
%1.07
%0
%26.67

Codes

Color #A7B9BB in popluar color models

A7 B9 BB
RGB 167 185 187
HSL 186° 12.82% 69.41%
HSB/HSV 186° 10.70% 73.33%
CMYK 10.70% 1.07% 0.00%
26.67%

Color #A7B9BB in popluar number systems.

HEX A7 B9 BB
Decimal 167 185 187
Binary 10100111 10111001 10111011
Octal 247 271 273

Shades and tints

Shades of #A7B9BB

#A7B9BB
(167,185,187)
#98A9AA
(152,169,170)
#899999
(137,153,153)
#7A8988
(122,137,136)
#6B7977
(107,121,119)
#5C6966
(92,105,102)
#4D5955
(77,89,85)
#3E4944
(62,73,68)
#2F3933
(47,57,51)
#202922
(32,41,34)
#111911
(17,25,17)
#000000
(0,0,0)

Tints of #A7B9BB

#A7B9BB
(167,185,187)
#AFBFC1
(175,191,193)
#B7C5C7
(183,197,199)
#BFCBCD
(191,203,205)
#C7D1D3
(199,209,211)
#CFD7D9
(207,215,217)
#D7DDDF
(215,221,223)
#DFE3E5
(223,227,229)
#E7E9EB
(231,233,235)
#EFEFF1
(239,239,241)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B9BB; }

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

This text font color is #A7B9BB.

Background Color

.myBgColor { background-color: #A7B9BB; }

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

This div background color is #A7B9BB.

Border color

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

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

This div border color is #A7B9BB.

Opacity

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

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

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

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

This text has shadow with #A7B9BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B9BB.

Preview

Color preview on black background

This text has color #A7B9BB on black background.


Color preview on white background

This text has color #A7B9BB on white background.


Black color preview on #A7B9BB background

This text has black color on #A7B9BB background.


White color preview on #A7B9BB background

This text has white color on #A7B9BB background.


Related colors

Complementary color

Complementary color for #hex is #584644.


I love getcolorcode.com

Triadic colors

1 #BBA7B9 and #B9BBA7 with #A7B9BB are triadic colors.

2 #BBB9A7 and #B9A7BB with #A7B9BB are triadic colors.