COLOR #B7BDAD

HEX: #B7BDAD
RGB: (183,189,173)

Color info

#B7BDAD contains red, green and blue colors in about the same proportion. Web safe color of #B7BDAD is #CCCC99 (or #CC9).

RGB color model

#B7BDAD color RGB value is (183,189,173).

  • red value is 183;
  • green value is 189;
  • blue value is 173.
RGB:
(183,189,173)
(72%,74%,68%)

RGB channels and saturation

R 183 of 255 = 72%
G 189 of 255 = 74%
B 173 of 255 = 68%

183
189
173

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

Portions of RGB colors in percentages

R + G + B =
183 + 189 + 173 = 545 (100%)
R 183 of 545 ~ 33.58%
G 189 of 545 ~ 34.68%
B 173 of 545 ~ 31.74%

%33.58
%34.68
%31.74

CMYK color model

#B7BDAD color CMYK value is (3,0,8,26).

  • cyan value is 3.17%
  • magenta value is 0.00%
  • yellow value is 8.47%
  • key color value is 25.88%
CMYK:
(3,0,8,26)
C3M0Y8K26 
(3%,0%,8%,26%)
(0.03/0.00/0.08/0.26)	

CMYK percentages

%3.17
%0
%8.47
%25.88

Codes

Color #B7BDAD in popluar color models

B7BDAD
RGB183189173
HSL83°10.81%70.98%
HSB/HSV83°8.47%74.12%
CMYK3.17%0.00%8.47%
25.88%

Color #B7BDAD in popluar number systems.

HEXB7BDAD
Decimal183189173
Binary101101111011110110101101
Octal267275255

Shades and tints

Shades of #B7BDAD

#B7BDAD
(183,189,173)
#A7AC9E
(167,172,158)
#979B8F
(151,155,143)
#878A80
(135,138,128)
#777971
(119,121,113)
#676862
(103,104,98)
#575753
(87,87,83)
#474644
(71,70,68)
#373535
(55,53,53)
#272426
(39,36,38)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #B7BDAD

#B7BDAD
(183,189,173)
#BDC3B4
(189,195,180)
#C3C9BB
(195,201,187)
#C9CFC2
(201,207,194)
#CFD5C9
(207,213,201)
#D5DBD0
(213,219,208)
#DBE1D7
(219,225,215)
#E1E7DE
(225,231,222)
#E7EDE5
(231,237,229)
#EDF3EC
(237,243,236)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7BDAD color. Also use rgb(183,189,173) instead hex code.

Text Font Color

.myTextColor { color: #B7BDAD; }

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

This text font color is #B7BDAD.


Background Color

.myBgColor { background-color: #B7BDAD; }

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

This div background color is #B7BDAD.


Border color

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

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

This div border color is #B7BDAD.


Opacity

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

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

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

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

This text has shadow with #B7BDAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7BDAD on black background.


Color preview on white background

This text has color #B7BDAD on white background.



Black color preview on #B7BDAD background

This text has black color on #B7BDAD background.


White color preview on #B7BDAD background

This text has white color on #B7BDAD background.