COLOR #BD9E97

HEX: #BD9E97 RGB: (189,158,151)

Color info

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

RGB color model

#BD9E97 color RGB value is (189,158,151).

RGB: (189,158,151) (74%, 62%, 59%)

RGB channels and saturation

R 189 of 255 = 74%
G 158 of 255 = 62%
B 151 of 255 = 59%

189
158
151

R + G + B ~ 65%. #BD9E97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 158 + 151 = 498 (100%)
R 189 of 498 ~ 37.95%
G 158 of 498 ~ 31.73%
B 151 of 498 ~ 30.32'%

%37.95
%31.73
%30.32

CMYK color model

#BD9E97 color CMYK value is (0,16,20,26).

  • cyan value is 0.00%
  • magenta value is 16.40%
  • yellow value is 20.11%
  • key color value is 25.88%

CMYK: (0,16,20,26)
C0M16Y20K26 (0%, 16%, 20%, 26%)
(0.00 / 0.16 / 0.20 / 0.26)

CMYK percentages

%0
%16.4
%20.11
%25.88

Codes

Color #BD9E97 in popluar color models

BD 9E 97
RGB 189 158 151
HSL 11° 22.35% 66.67%
HSB/HSV 11° 20.11% 74.12%
CMYK 0.00% 16.40% 20.11%
25.88%

Color #BD9E97 in popluar number systems.

HEX BD 9E 97
Decimal 189 158 151
Binary 10111101 10011110 10010111
Octal 275 236 227

Shades and tints

Shades of #BD9E97

#BD9E97
(189,158,151)
#AC908A
(172,144,138)
#9B827D
(155,130,125)
#8A7470
(138,116,112)
#796663
(121,102,99)
#685856
(104,88,86)
#574A49
(87,74,73)
#463C3C
(70,60,60)
#352E2F
(53,46,47)
#242022
(36,32,34)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #BD9E97

#BD9E97
(189,158,151)
#C3A6A0
(195,166,160)
#C9AEA9
(201,174,169)
#CFB6B2
(207,182,178)
#D5BEBB
(213,190,187)
#DBC6C4
(219,198,196)
#E1CECD
(225,206,205)
#E7D6D6
(231,214,214)
#EDDEDF
(237,222,223)
#F3E6E8
(243,230,232)
#F9EEF1
(249,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9E97 color. Also use rgb(189,158,151) instead hex code.

Text Font Color

.myTextColor { color: #BD9E97; }

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

This text font color is #BD9E97.

Background Color

.myBgColor { background-color: #BD9E97; }

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

This div background color is #BD9E97.

Border color

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

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

This div border color is #BD9E97.

Opacity

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

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

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

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

This text has shadow with #BD9E97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD9E97.

Preview

Color preview on black background

This text has color #BD9E97 on black background.


Color preview on white background

This text has color #BD9E97 on white background.


Black color preview on #BD9E97 background

This text has black color on #BD9E97 background.


White color preview on #BD9E97 background

This text has white color on #BD9E97 background.


Related colors

Complementary color

Complementary color for #hex is #426168.


I love getcolorcode.com

Triadic colors

1 #97BD9E and #9E97BD with #BD9E97 are triadic colors.

2 #979EBD and #9EBD97 with #BD9E97 are triadic colors.