COLOR #BD997E

HEX: #BD997E
RGB: (189,153,126)

Color info

#BD997E contains mainly red and green colors. Web safe color of #BD997E is #CC9966 (or #C96).

RGB color model

#BD997E color RGB value is (189,153,126).

  • red value is 189;
  • green value is 153;
  • blue value is 126.
RGB:
(189,153,126)
(74%,60%,49%)

RGB channels and saturation

R 189 of 255 = 74%
G 153 of 255 = 60%
B 126 of 255 = 49%

189
153
126

R + G + B ~ 61%. #BD997E is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 153 + 126 = 468 (100%)
R 189 of 468 ~ 40.38%
G 153 of 468 ~ 32.69%
B 126 of 468 ~ 26.92%

%40.38
%32.69
%26.92

CMYK color model

#BD997E color CMYK value is (0,19,33,26).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 33.33%
  • key color value is 25.88%
CMYK:
(0,19,33,26)
C0M19Y33K26 
(0%,19%,33%,26%)
(0.00/0.19/0.33/0.26)	

CMYK percentages

%0
%19.05
%33.33
%25.88

Codes

Color #BD997E in popluar color models

BD997E
RGB189153126
HSL26°32.31%61.76%
HSB/HSV26°33.33%74.12%
CMYK0.00%19.05%33.33%
25.88%

Color #BD997E in popluar number systems.

HEXBD997E
Decimal189153126
Binary10111101100110011111110
Octal275231176

Shades and tints

Shades of #BD997E

#BD997E
(189,153,126)
#AC8C73
(172,140,115)
#9B7F68
(155,127,104)
#8A725D
(138,114,93)
#796552
(121,101,82)
#685847
(104,88,71)
#574B3C
(87,75,60)
#463E31
(70,62,49)
#353126
(53,49,38)
#24241B
(36,36,27)
#131710
(19,23,16)
#000000
(0,0,0)

Tints of #BD997E

#BD997E
(189,153,126)
#C3A289
(195,162,137)
#C9AB94
(201,171,148)
#CFB49F
(207,180,159)
#D5BDAA
(213,189,170)
#DBC6B5
(219,198,181)
#E1CFC0
(225,207,192)
#E7D8CB
(231,216,203)
#EDE1D6
(237,225,214)
#F3EAE1
(243,234,225)
#F9F3EC
(249,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD997E color. Also use rgb(189,153,126) instead hex code.

Text Font Color

.myTextColor { color: #BD997E; }

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

This text font color is #BD997E.


Background Color

.myBgColor { background-color: #BD997E; }

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

This div background color is #BD997E.


Border color

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

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

This div border color is #BD997E.


Opacity

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

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

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

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

This text has shadow with #BD997E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD997E on black background.


Color preview on white background

This text has color #BD997E on white background.



Black color preview on #BD997E background

This text has black color on #BD997E background.


White color preview on #BD997E background

This text has white color on #BD997E background.