COLOR #A7BFB6

HEX: #A7BFB6 RGB: (167,191,182)

Color info

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

RGB color model

#A7BFB6 color RGB value is (167,191,182).

RGB: (167,191,182) (65%, 75%, 71%)

RGB channels and saturation

R 167 of 255 = 65%
G 191 of 255 = 75%
B 182 of 255 = 71%

167
191
182

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

Portions of RGB colors in percentages

R + G + B = 167 + 191 + 182 = 540 (100%)
R 167 of 540 ~ 30.93%
G 191 of 540 ~ 35.37%
B 182 of 540 ~ 33.7'%

%30.93
%35.37
%33.7

CMYK color model

#A7BFB6 color CMYK value is (13,0,5,25).

  • cyan value is 12.57%
  • magenta value is 0.00%
  • yellow value is 4.71%
  • key color value is 25.10%

CMYK: (13,0,5,25)
C13M0Y5K25 (13%, 0%, 5%, 25%)
(0.13 / 0.00 / 0.05 / 0.25)

CMYK percentages

%12.57
%0
%4.71
%25.1

Codes

Color #A7BFB6 in popluar color models

A7 BF B6
RGB 167 191 182
HSL 158° 15.79% 70.20%
HSB/HSV 158° 12.57% 74.90%
CMYK 12.57% 0.00% 4.71%
25.10%

Color #A7BFB6 in popluar number systems.

HEX A7 BF B6
Decimal 167 191 182
Binary 10100111 10111111 10110110
Octal 247 277 266

Shades and tints

Shades of #A7BFB6

#A7BFB6
(167,191,182)
#98AEA6
(152,174,166)
#899D96
(137,157,150)
#7A8C86
(122,140,134)
#6B7B76
(107,123,118)
#5C6A66
(92,106,102)
#4D5956
(77,89,86)
#3E4846
(62,72,70)
#2F3736
(47,55,54)
#202626
(32,38,38)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #A7BFB6

#A7BFB6
(167,191,182)
#AFC4BC
(175,196,188)
#B7C9C2
(183,201,194)
#BFCEC8
(191,206,200)
#C7D3CE
(199,211,206)
#CFD8D4
(207,216,212)
#D7DDDA
(215,221,218)
#DFE2E0
(223,226,224)
#E7E7E6
(231,231,230)
#EFECEC
(239,236,236)
#F7F1F2
(247,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BFB6; }

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

This text font color is #A7BFB6.

Background Color

.myBgColor { background-color: #A7BFB6; }

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

This div background color is #A7BFB6.

Border color

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

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

This div border color is #A7BFB6.

Opacity

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

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

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

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

This text has shadow with #A7BFB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7BFB6.

Preview

Color preview on black background

This text has color #A7BFB6 on black background.


Color preview on white background

This text has color #A7BFB6 on white background.


Black color preview on #A7BFB6 background

This text has black color on #A7BFB6 background.


White color preview on #A7BFB6 background

This text has white color on #A7BFB6 background.


Related colors

Complementary color

Complementary color for #hex is #584049.


I love getcolorcode.com

Triadic colors

1 #B6A7BF and #BFB6A7 with #A7BFB6 are triadic colors.

2 #B6BFA7 and #BFA7B6 with #A7BFB6 are triadic colors.