COLOR #BDAD8E

HEX: #BDAD8E RGB: (189,173,142)

Color info

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

RGB color model

#BDAD8E color RGB value is (189,173,142).

RGB: (189,173,142) (74%, 68%, 56%)

RGB channels and saturation

R 189 of 255 = 74%
G 173 of 255 = 68%
B 142 of 255 = 56%

189
173
142

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

Portions of RGB colors in percentages

R + G + B = 189 + 173 + 142 = 504 (100%)
R 189 of 504 ~ 37.5%
G 173 of 504 ~ 34.33%
B 142 of 504 ~ 28.17'%

%37.5
%34.33
%28.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 24.87%
  • key color value is 25.88%

CMYK: (0,8,25,26)
C0M8Y25K26 (0%, 8%, 25%, 26%)
(0.00 / 0.08 / 0.25 / 0.26)

CMYK percentages

%0
%8.47
%24.87
%25.88

Codes

Color #BDAD8E in popluar color models

BD AD 8E
RGB 189 173 142
HSL 40° 26.26% 64.90%
HSB/HSV 40° 24.87% 74.12%
CMYK 0.00% 8.47% 24.87%
25.88%

Color #BDAD8E in popluar number systems.

HEX BD AD 8E
Decimal 189 173 142
Binary 10111101 10101101 10001110
Octal 275 255 216

Shades and tints

Shades of #BDAD8E

#BDAD8E
(189,173,142)
#AC9E82
(172,158,130)
#9B8F76
(155,143,118)
#8A806A
(138,128,106)
#79715E
(121,113,94)
#686252
(104,98,82)
#575346
(87,83,70)
#46443A
(70,68,58)
#35352E
(53,53,46)
#242622
(36,38,34)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #BDAD8E

#BDAD8E
(189,173,142)
#C3B498
(195,180,152)
#C9BBA2
(201,187,162)
#CFC2AC
(207,194,172)
#D5C9B6
(213,201,182)
#DBD0C0
(219,208,192)
#E1D7CA
(225,215,202)
#E7DED4
(231,222,212)
#EDE5DE
(237,229,222)
#F3ECE8
(243,236,232)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAD8E; }

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

This text font color is #BDAD8E.

Background Color

.myBgColor { background-color: #BDAD8E; }

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

This div background color is #BDAD8E.

Border color

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

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

This div border color is #BDAD8E.

Opacity

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

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

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

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

This text has shadow with #BDAD8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDAD8E.

Preview

Color preview on black background

This text has color #BDAD8E on black background.


Color preview on white background

This text has color #BDAD8E on white background.


Black color preview on #BDAD8E background

This text has black color on #BDAD8E background.


White color preview on #BDAD8E background

This text has white color on #BDAD8E background.


Related colors

Complementary color

Complementary color for #hex is #425271.


I love getcolorcode.com

Triadic colors

1 #8EBDAD and #AD8EBD with #BDAD8E are triadic colors.

2 #8EADBD and #ADBD8E with #BDAD8E are triadic colors.