COLOR #BDBC93

HEX: #BDBC93
RGB: (189,188,147)

Color info

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

RGB color model

#BDBC93 color RGB value is (189,188,147).

  • red value is 189;
  • green value is 188;
  • blue value is 147.
RGB:
(189,188,147)
(74%,74%,58%)

RGB channels and saturation

R 189 of 255 = 74%
G 188 of 255 = 74%
B 147 of 255 = 58%

189
188
147

R + G + B ~ 69%. #BDBC93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 188 + 147 = 524 (100%)
R 189 of 524 ~ 36.07%
G 188 of 524 ~ 35.88%
B 147 of 524 ~ 28.05%

%36.07
%35.88
%28.05

CMYK color model

#BDBC93 color CMYK value is (0,1,22,26).

  • cyan value is 0.00%
  • magenta value is 0.53%
  • yellow value is 22.22%
  • key color value is 25.88%
CMYK:
(0,1,22,26)
C0M1Y22K26 
(0%,1%,22%,26%)
(0.00/0.01/0.22/0.26)	

CMYK percentages

%0
%0.53
%22.22
%25.88

Codes

Color #BDBC93 in popluar color models

BDBC93
RGB189188147
HSL59°24.14%65.88%
HSB/HSV59°22.22%74.12%
CMYK0.00%0.53%22.22%
25.88%

Color #BDBC93 in popluar number systems.

HEXBDBC93
Decimal189188147
Binary101111011011110010010011
Octal275274223

Shades and tints

Shades of #BDBC93

#BDBC93
(189,188,147)
#ACAB86
(172,171,134)
#9B9A79
(155,154,121)
#8A896C
(138,137,108)
#79785F
(121,120,95)
#686752
(104,103,82)
#575645
(87,86,69)
#464538
(70,69,56)
#35342B
(53,52,43)
#24231E
(36,35,30)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #BDBC93

#BDBC93
(189,188,147)
#C3C29C
(195,194,156)
#C9C8A5
(201,200,165)
#CFCEAE
(207,206,174)
#D5D4B7
(213,212,183)
#DBDAC0
(219,218,192)
#E1E0C9
(225,224,201)
#E7E6D2
(231,230,210)
#EDECDB
(237,236,219)
#F3F2E4
(243,242,228)
#F9F8ED
(249,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDBC93 color. Also use rgb(189,188,147) instead hex code.

Text Font Color

.myTextColor { color: #BDBC93; }

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

This text font color is #BDBC93.


Background Color

.myBgColor { background-color: #BDBC93; }

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

This div background color is #BDBC93.


Border color

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

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

This div border color is #BDBC93.


Opacity

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

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

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

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

This text has shadow with #BDBC93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBC93 on black background.


Color preview on white background

This text has color #BDBC93 on white background.



Black color preview on #BDBC93 background

This text has black color on #BDBC93 background.


White color preview on #BDBC93 background

This text has white color on #BDBC93 background.