COLOR #BDB88C

HEX: #BDB88C
RGB: (189,184,140)

Color info

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

RGB color model

#BDB88C color RGB value is (189,184,140).

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

RGB channels and saturation

R 189 of 255 = 74%
G 184 of 255 = 72%
B 140 of 255 = 55%

189
184
140

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

Portions of RGB colors in percentages

R + G + B =
189 + 184 + 140 = 513 (100%)
R 189 of 513 ~ 36.84%
G 184 of 513 ~ 35.87%
B 140 of 513 ~ 27.29%

%36.84
%35.87
%27.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.65%
  • yellow value is 25.93%
  • key color value is 25.88%
CMYK:
(0,3,26,26)
C0M3Y26K26 
(0%,3%,26%,26%)
(0.00/0.03/0.26/0.26)	

CMYK percentages

%0
%2.65
%25.93
%25.88

Codes

Color #BDB88C in popluar color models

BDB88C
RGB189184140
HSL54°27.07%64.51%
HSB/HSV54°25.93%74.12%
CMYK0.00%2.65%25.93%
25.88%

Color #BDB88C in popluar number systems.

HEXBDB88C
Decimal189184140
Binary101111011011100010001100
Octal275270214

Shades and tints

Shades of #BDB88C

#BDB88C
(189,184,140)
#ACA880
(172,168,128)
#9B9874
(155,152,116)
#8A8868
(138,136,104)
#79785C
(121,120,92)
#686850
(104,104,80)
#575844
(87,88,68)
#464838
(70,72,56)
#35382C
(53,56,44)
#242820
(36,40,32)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #BDB88C

#BDB88C
(189,184,140)
#C3BE96
(195,190,150)
#C9C4A0
(201,196,160)
#CFCAAA
(207,202,170)
#D5D0B4
(213,208,180)
#DBD6BE
(219,214,190)
#E1DCC8
(225,220,200)
#E7E2D2
(231,226,210)
#EDE8DC
(237,232,220)
#F3EEE6
(243,238,230)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB88C; }

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

This text font color is #BDB88C.


Background Color

.myBgColor { background-color: #BDB88C; }

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

This div background color is #BDB88C.


Border color

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

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

This div border color is #BDB88C.


Opacity

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

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

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

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

This text has shadow with #BDB88C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB88C on black background.


Color preview on white background

This text has color #BDB88C on white background.



Black color preview on #BDB88C background

This text has black color on #BDB88C background.


White color preview on #BDB88C background

This text has white color on #BDB88C background.