COLOR #BDA99D

HEX: #BDA99D RGB: (189,169,157)

Color info

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

RGB color model

#BDA99D color RGB value is (189,169,157).

RGB: (189,169,157) (74%, 66%, 62%)

RGB channels and saturation

R 189 of 255 = 74%
G 169 of 255 = 66%
B 157 of 255 = 62%

189
169
157

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

Portions of RGB colors in percentages

R + G + B = 189 + 169 + 157 = 515 (100%)
R 189 of 515 ~ 36.7%
G 169 of 515 ~ 32.82%
B 157 of 515 ~ 30.49'%

%36.7
%32.82
%30.49

CMYK color model

#BDA99D color CMYK value is (0,11,17,26).

  • cyan value is 0.00%
  • magenta value is 10.58%
  • yellow value is 16.93%
  • key color value is 25.88%
CMYK: (0,11,17,26) C0M11Y17K26 (0%,11%,17%,26%) (0.00/0.11/0.17/0.26) 

CMYK percentages

%0
%10.58
%16.93
%25.88

Codes

Color #BDA99D in popluar color models

BD A9 9D
RGB 189 169 157
HSL 23° 19.51% 67.84%
HSB/HSV 23° 16.93% 74.12%
CMYK 0.00% 10.58% 16.93%
25.88%

Color #BDA99D in popluar number systems.

HEX BD A9 9D
Decimal 189 169 157
Binary 10111101 10101001 10011101
Octal 275 251 235

Shades and tints

Shades of #BDA99D

#BDA99D
(189,169,157)
#AC9A8F
(172,154,143)
#9B8B81
(155,139,129)
#8A7C73
(138,124,115)
#796D65
(121,109,101)
#685E57
(104,94,87)
#574F49
(87,79,73)
#46403B
(70,64,59)
#35312D
(53,49,45)
#24221F
(36,34,31)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #BDA99D

#BDA99D
(189,169,157)
#C3B0A5
(195,176,165)
#C9B7AD
(201,183,173)
#CFBEB5
(207,190,181)
#D5C5BD
(213,197,189)
#DBCCC5
(219,204,197)
#E1D3CD
(225,211,205)
#E7DAD5
(231,218,213)
#EDE1DD
(237,225,221)
#F3E8E5
(243,232,229)
#F9EFED
(249,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA99D color. Also use rgb(189,169,157) instead hex code.

Text Font Color

.myTextColor { color: #BDA99D; }

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

This text font color is #BDA99D.

Background Color

.myBgColor { background-color: #BDA99D; }

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

This div background color is #BDA99D.

Border color

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

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

This div border color is #BDA99D.

Opacity

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

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

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

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

This text has shadow with #BDA99D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA99D.

Preview

Color preview on black background

This text has color #BDA99D on black background.


Color preview on white background

This text has color #BDA99D on white background.


Black color preview on #BDA99D background

This text has black color on #BDA99D background.


White color preview on #BDA99D background

This text has white color on #BDA99D background.


Related colors

Complementary color

Complementary color for #hex is #425662.


I love getcolorcode.com

Triadic colors

1 #9DBDA9 and #A99DBD with #BDA99D are triadic colors.

2 #9DA9BD and #A9BD9D with #BDA99D are triadic colors.