COLOR #A7BBB6

HEX: #A7BBB6 RGB: (167,187,182)

Color info

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

RGB color model

#A7BBB6 color RGB value is (167,187,182).

RGB: (167,187,182) (65%, 73%, 71%)

RGB channels and saturation

R 167 of 255 = 65%
G 187 of 255 = 73%
B 182 of 255 = 71%

167
187
182

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

Portions of RGB colors in percentages

R + G + B = 167 + 187 + 182 = 536 (100%)
R 167 of 536 ~ 31.16%
G 187 of 536 ~ 34.89%
B 182 of 536 ~ 33.96'%

%31.16
%34.89
%33.96

CMYK color model

#A7BBB6 color CMYK value is (11,0,3,27).

  • cyan value is 10.70%
  • magenta value is 0.00%
  • yellow value is 2.67%
  • key color value is 26.67%
CMYK: (11,0,3,27) C11M0Y3K27 (11%,0%,3%,27%) (0.11/0.00/0.03/0.27) 

CMYK percentages

%10.7
%0
%2.67
%26.67

Codes

Color #A7BBB6 in popluar color models

A7 BB B6
RGB 167 187 182
HSL 165° 12.82% 69.41%
HSB/HSV 165° 10.70% 73.33%
CMYK 10.70% 0.00% 2.67%
26.67%

Color #A7BBB6 in popluar number systems.

HEX A7 BB B6
Decimal 167 187 182
Binary 10100111 10111011 10110110
Octal 247 273 266

Shades and tints

Shades of #A7BBB6

#A7BBB6
(167,187,182)
#98AAA6
(152,170,166)
#899996
(137,153,150)
#7A8886
(122,136,134)
#6B7776
(107,119,118)
#5C6666
(92,102,102)
#4D5556
(77,85,86)
#3E4446
(62,68,70)
#2F3336
(47,51,54)
#202226
(32,34,38)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #A7BBB6

#A7BBB6
(167,187,182)
#AFC1BC
(175,193,188)
#B7C7C2
(183,199,194)
#BFCDC8
(191,205,200)
#C7D3CE
(199,211,206)
#CFD9D4
(207,217,212)
#D7DFDA
(215,223,218)
#DFE5E0
(223,229,224)
#E7EBE6
(231,235,230)
#EFF1EC
(239,241,236)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BBB6; }

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

This text font color is #A7BBB6.

Background Color

.myBgColor { background-color: #A7BBB6; }

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

This div background color is #A7BBB6.

Border color

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

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

This div border color is #A7BBB6.

Opacity

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

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

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

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

This text has shadow with #A7BBB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7BBB6.

Preview

Color preview on black background

This text has color #A7BBB6 on black background.


Color preview on white background

This text has color #A7BBB6 on white background.


Black color preview on #A7BBB6 background

This text has black color on #A7BBB6 background.


White color preview on #A7BBB6 background

This text has white color on #A7BBB6 background.


Related colors

Complementary color

Complementary color for #hex is #584449.


I love getcolorcode.com

Triadic colors

1 #B6A7BB and #BBB6A7 with #A7BBB6 are triadic colors.

2 #B6BBA7 and #BBA7B6 with #A7BBB6 are triadic colors.