COLOR #BDB68C

HEX: #BDB68C
RGB: (189,182,140)

Color info

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

RGB color model

#BDB68C color RGB value is (189,182,140).

  • red value is 189;
  • green value is 182;
  • blue value is 140.
RGB:
(189,182,140)
(74%,71%,55%)

RGB channels and saturation

R 189 of 255 = 74%
G 182 of 255 = 71%
B 140 of 255 = 55%

189
182
140

R + G + B ~ 67%. #BDB68C is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 182 + 140 = 511 (100%)
R 189 of 511 ~ 36.99%
G 182 of 511 ~ 35.62%
B 140 of 511 ~ 27.4%

%36.99
%35.62
%27.4

CMYK color model

#BDB68C color CMYK value is (0,4,26,26).

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 25.93%
  • key color value is 25.88%
CMYK:
(0,4,26,26)
C0M4Y26K26 
(0%,4%,26%,26%)
(0.00/0.04/0.26/0.26)	

CMYK percentages

%0
%3.7
%25.93
%25.88

Codes

Color #BDB68C in popluar color models

BDB68C
RGB189182140
HSL51°27.07%64.51%
HSB/HSV51°25.93%74.12%
CMYK0.00%3.70%25.93%
25.88%

Color #BDB68C in popluar number systems.

HEXBDB68C
Decimal189182140
Binary101111011011011010001100
Octal275266214

Shades and tints

Shades of #BDB68C

#BDB68C
(189,182,140)
#ACA680
(172,166,128)
#9B9674
(155,150,116)
#8A8668
(138,134,104)
#79765C
(121,118,92)
#686650
(104,102,80)
#575644
(87,86,68)
#464638
(70,70,56)
#35362C
(53,54,44)
#242620
(36,38,32)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #BDB68C

#BDB68C
(189,182,140)
#C3BC96
(195,188,150)
#C9C2A0
(201,194,160)
#CFC8AA
(207,200,170)
#D5CEB4
(213,206,180)
#DBD4BE
(219,212,190)
#E1DAC8
(225,218,200)
#E7E0D2
(231,224,210)
#EDE6DC
(237,230,220)
#F3ECE6
(243,236,230)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB68C color. Also use rgb(189,182,140) instead hex code.

Text Font Color

.myTextColor { color: #BDB68C; }

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

This text font color is #BDB68C.


Background Color

.myBgColor { background-color: #BDB68C; }

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

This div background color is #BDB68C.


Border color

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

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

This div border color is #BDB68C.


Opacity

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

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

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

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

This text has shadow with #BDB68C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB68C on black background.


Color preview on white background

This text has color #BDB68C on white background.



Black color preview on #BDB68C background

This text has black color on #BDB68C background.


White color preview on #BDB68C background

This text has white color on #BDB68C background.