COLOR #BDAD8C

HEX: #BDAD8C
RGB: (189,173,140)

Color info

#BDAD8C contains red, green and blue colors in about the same proportion. Web safe color of #BDAD8C is #CC9999 (or #C99).

RGB color model

#BDAD8C color RGB value is (189,173,140).

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

RGB channels and saturation

R 189 of 255 = 74%
G 173 of 255 = 68%
B 140 of 255 = 55%

189
173
140

R + G + B ~ 66%. #BDAD8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 173 + 140 = 502 (100%)
R 189 of 502 ~ 37.65%
G 173 of 502 ~ 34.46%
B 140 of 502 ~ 27.89%

%37.65
%34.46
%27.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 25.93%
  • key color value is 25.88%
CMYK:
(0,8,26,26)
C0M8Y26K26 
(0%,8%,26%,26%)
(0.00/0.08/0.26/0.26)	

CMYK percentages

%0
%8.47
%25.93
%25.88

Codes

Color #BDAD8C in popluar color models

BDAD8C
RGB189173140
HSL40°27.07%64.51%
HSB/HSV40°25.93%74.12%
CMYK0.00%8.47%25.93%
25.88%

Color #BDAD8C in popluar number systems.

HEXBDAD8C
Decimal189173140
Binary101111011010110110001100
Octal275255214

Shades and tints

Shades of #BDAD8C

#BDAD8C
(189,173,140)
#AC9E80
(172,158,128)
#9B8F74
(155,143,116)
#8A8068
(138,128,104)
#79715C
(121,113,92)
#686250
(104,98,80)
#575344
(87,83,68)
#464438
(70,68,56)
#35352C
(53,53,44)
#242620
(36,38,32)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #BDAD8C

#BDAD8C
(189,173,140)
#C3B496
(195,180,150)
#C9BBA0
(201,187,160)
#CFC2AA
(207,194,170)
#D5C9B4
(213,201,180)
#DBD0BE
(219,208,190)
#E1D7C8
(225,215,200)
#E7DED2
(231,222,210)
#EDE5DC
(237,229,220)
#F3ECE6
(243,236,230)
#F9F3F0
(249,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAD8C; }

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

This text font color is #BDAD8C.


Background Color

.myBgColor { background-color: #BDAD8C; }

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

This div background color is #BDAD8C.


Border color

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

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

This div border color is #BDAD8C.


Opacity

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

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

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

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

This text has shadow with #BDAD8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAD8C on black background.


Color preview on white background

This text has color #BDAD8C on white background.



Black color preview on #BDAD8C background

This text has black color on #BDAD8C background.


White color preview on #BDAD8C background

This text has white color on #BDAD8C background.