COLOR #A7BFBD

HEX: #A7BFBD
RGB: (167,191,189)

Color info

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

RGB color model

#A7BFBD color RGB value is (167,191,189).

  • red value is 167;
  • green value is 191;
  • blue value is 189.
RGB:
(167,191,189)
(65%,75%,74%)

RGB channels and saturation

R 167 of 255 = 65%
G 191 of 255 = 75%
B 189 of 255 = 74%

167
191
189

R + G + B ~ 71%. #A7BFBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 191 + 189 = 547 (100%)
R 167 of 547 ~ 30.53%
G 191 of 547 ~ 34.92%
B 189 of 547 ~ 34.55%

%30.53
%34.92
%34.55

CMYK color model

#A7BFBD color CMYK value is (13,0,1,25).

  • cyan value is 12.57%
  • magenta value is 0.00%
  • yellow value is 1.05%
  • key color value is 25.10%
CMYK:
(13,0,1,25)
C13M0Y1K25 
(13%,0%,1%,25%)
(0.13/0.00/0.01/0.25)	

CMYK percentages

%12.57
%0
%1.05
%25.1

Codes

Color #A7BFBD in popluar color models

A7BFBD
RGB167191189
HSL175°15.79%70.20%
HSB/HSV175°12.57%74.90%
CMYK12.57%0.00%1.05%
25.10%

Color #A7BFBD in popluar number systems.

HEXA7BFBD
Decimal167191189
Binary101001111011111110111101
Octal247277275

Shades and tints

Shades of #A7BFBD

#A7BFBD
(167,191,189)
#98AEAC
(152,174,172)
#899D9B
(137,157,155)
#7A8C8A
(122,140,138)
#6B7B79
(107,123,121)
#5C6A68
(92,106,104)
#4D5957
(77,89,87)
#3E4846
(62,72,70)
#2F3735
(47,55,53)
#202624
(32,38,36)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #A7BFBD

#A7BFBD
(167,191,189)
#AFC4C3
(175,196,195)
#B7C9C9
(183,201,201)
#BFCECF
(191,206,207)
#C7D3D5
(199,211,213)
#CFD8DB
(207,216,219)
#D7DDE1
(215,221,225)
#DFE2E7
(223,226,231)
#E7E7ED
(231,231,237)
#EFECF3
(239,236,243)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BFBD; }

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

This text font color is #A7BFBD.


Background Color

.myBgColor { background-color: #A7BFBD; }

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

This div background color is #A7BFBD.


Border color

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

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

This div border color is #A7BFBD.


Opacity

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

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

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

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

This text has shadow with #A7BFBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BFBD on black background.


Color preview on white background

This text has color #A7BFBD on white background.



Black color preview on #A7BFBD background

This text has black color on #A7BFBD background.


White color preview on #A7BFBD background

This text has white color on #A7BFBD background.