COLOR #A7BBB7

HEX: #A7BBB7
RGB: (167,187,183)

Color info

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

RGB color model

#A7BBB7 color RGB value is (167,187,183).

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

RGB channels and saturation

R 167 of 255 = 65%
G 187 of 255 = 73%
B 183 of 255 = 72%

167
187
183

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

Portions of RGB colors in percentages

R + G + B =
167 + 187 + 183 = 537 (100%)
R 167 of 537 ~ 31.1%
G 187 of 537 ~ 34.82%
B 183 of 537 ~ 34.08%

%31.1
%34.82
%34.08

CMYK color model

#A7BBB7 color CMYK value is (11,0,2,27).

  • cyan value is 10.70%
  • magenta value is 0.00%
  • yellow value is 2.14%
  • key color value is 26.67%
CMYK:
(11,0,2,27)
C11M0Y2K27 
(11%,0%,2%,27%)
(0.11/0.00/0.02/0.27)	

CMYK percentages

%10.7
%0
%2.14
%26.67

Codes

Color #A7BBB7 in popluar color models

A7BBB7
RGB167187183
HSL168°12.82%69.41%
HSB/HSV168°10.70%73.33%
CMYK10.70%0.00%2.14%
26.67%

Color #A7BBB7 in popluar number systems.

HEXA7BBB7
Decimal167187183
Binary101001111011101110110111
Octal247273267

Shades and tints

Shades of #A7BBB7

#A7BBB7
(167,187,183)
#98AAA7
(152,170,167)
#899997
(137,153,151)
#7A8887
(122,136,135)
#6B7777
(107,119,119)
#5C6667
(92,102,103)
#4D5557
(77,85,87)
#3E4447
(62,68,71)
#2F3337
(47,51,55)
#202227
(32,34,39)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #A7BBB7

#A7BBB7
(167,187,183)
#AFC1BD
(175,193,189)
#B7C7C3
(183,199,195)
#BFCDC9
(191,205,201)
#C7D3CF
(199,211,207)
#CFD9D5
(207,217,213)
#D7DFDB
(215,223,219)
#DFE5E1
(223,229,225)
#E7EBE7
(231,235,231)
#EFF1ED
(239,241,237)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BBB7; }

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

This text font color is #A7BBB7.


Background Color

.myBgColor { background-color: #A7BBB7; }

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

This div background color is #A7BBB7.


Border color

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

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

This div border color is #A7BBB7.


Opacity

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

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

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

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

This text has shadow with #A7BBB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BBB7 on black background.


Color preview on white background

This text has color #A7BBB7 on white background.



Black color preview on #A7BBB7 background

This text has black color on #A7BBB7 background.


White color preview on #A7BBB7 background

This text has white color on #A7BBB7 background.