COLOR #BDB794

HEX: #BDB794
RGB: (189,183,148)

Color info

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

RGB color model

#BDB794 color RGB value is (189,183,148).

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

RGB channels and saturation

R 189 of 255 = 74%
G 183 of 255 = 72%
B 148 of 255 = 58%

189
183
148

R + G + B ~ 68%. #BDB794 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 183 + 148 = 520 (100%)
R 189 of 520 ~ 36.35%
G 183 of 520 ~ 35.19%
B 148 of 520 ~ 28.46%

%36.35
%35.19
%28.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 21.69%
  • key color value is 25.88%
CMYK:
(0,3,22,26)
C0M3Y22K26 
(0%,3%,22%,26%)
(0.00/0.03/0.22/0.26)	

CMYK percentages

%0
%3.17
%21.69
%25.88

Codes

Color #BDB794 in popluar color models

BDB794
RGB189183148
HSL51°23.70%66.08%
HSB/HSV51°21.69%74.12%
CMYK0.00%3.17%21.69%
25.88%

Color #BDB794 in popluar number systems.

HEXBDB794
Decimal189183148
Binary101111011011011110010100
Octal275267224

Shades and tints

Shades of #BDB794

#BDB794
(189,183,148)
#ACA787
(172,167,135)
#9B977A
(155,151,122)
#8A876D
(138,135,109)
#797760
(121,119,96)
#686753
(104,103,83)
#575746
(87,87,70)
#464739
(70,71,57)
#35372C
(53,55,44)
#24271F
(36,39,31)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #BDB794

#BDB794
(189,183,148)
#C3BD9D
(195,189,157)
#C9C3A6
(201,195,166)
#CFC9AF
(207,201,175)
#D5CFB8
(213,207,184)
#DBD5C1
(219,213,193)
#E1DBCA
(225,219,202)
#E7E1D3
(231,225,211)
#EDE7DC
(237,231,220)
#F3EDE5
(243,237,229)
#F9F3EE
(249,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB794; }

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

This text font color is #BDB794.


Background Color

.myBgColor { background-color: #BDB794; }

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

This div background color is #BDB794.


Border color

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

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

This div border color is #BDB794.


Opacity

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

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

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

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

This text has shadow with #BDB794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB794 on black background.


Color preview on white background

This text has color #BDB794 on white background.



Black color preview on #BDB794 background

This text has black color on #BDB794 background.


White color preview on #BDB794 background

This text has white color on #BDB794 background.