COLOR #BDAF93

HEX: #BDAF93
RGB: (189,175,147)

Color info

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

RGB color model

#BDAF93 color RGB value is (189,175,147).

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

RGB channels and saturation

R 189 of 255 = 74%
G 175 of 255 = 69%
B 147 of 255 = 58%

189
175
147

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

Portions of RGB colors in percentages

R + G + B =
189 + 175 + 147 = 511 (100%)
R 189 of 511 ~ 36.99%
G 175 of 511 ~ 34.25%
B 147 of 511 ~ 28.77%

%36.99
%34.25
%28.77

CMYK color model

#BDAF93 color CMYK value is (0,7,22,26).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 22.22%
  • key color value is 25.88%
CMYK:
(0,7,22,26)
C0M7Y22K26 
(0%,7%,22%,26%)
(0.00/0.07/0.22/0.26)	

CMYK percentages

%0
%7.41
%22.22
%25.88

Codes

Color #BDAF93 in popluar color models

BDAF93
RGB189175147
HSL40°24.14%65.88%
HSB/HSV40°22.22%74.12%
CMYK0.00%7.41%22.22%
25.88%

Color #BDAF93 in popluar number systems.

HEXBDAF93
Decimal189175147
Binary101111011010111110010011
Octal275257223

Shades and tints

Shades of #BDAF93

#BDAF93
(189,175,147)
#ACA086
(172,160,134)
#9B9179
(155,145,121)
#8A826C
(138,130,108)
#79735F
(121,115,95)
#686452
(104,100,82)
#575545
(87,85,69)
#464638
(70,70,56)
#35372B
(53,55,43)
#24281E
(36,40,30)
#131911
(19,25,17)
#000000
(0,0,0)

Tints of #BDAF93

#BDAF93
(189,175,147)
#C3B69C
(195,182,156)
#C9BDA5
(201,189,165)
#CFC4AE
(207,196,174)
#D5CBB7
(213,203,183)
#DBD2C0
(219,210,192)
#E1D9C9
(225,217,201)
#E7E0D2
(231,224,210)
#EDE7DB
(237,231,219)
#F3EEE4
(243,238,228)
#F9F5ED
(249,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAF93; }

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

This text font color is #BDAF93.


Background Color

.myBgColor { background-color: #BDAF93; }

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

This div background color is #BDAF93.


Border color

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

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

This div border color is #BDAF93.


Opacity

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

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

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

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

This text has shadow with #BDAF93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAF93 on black background.


Color preview on white background

This text has color #BDAF93 on white background.



Black color preview on #BDAF93 background

This text has black color on #BDAF93 background.


White color preview on #BDAF93 background

This text has white color on #BDAF93 background.