COLOR #BD9E8E

HEX: #BD9E8E
RGB: (189,158,142)

Color info

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

RGB color model

#BD9E8E color RGB value is (189,158,142).

  • red value is 189;
  • green value is 158;
  • blue value is 142.
RGB:
(189,158,142)
(74%,62%,56%)

RGB channels and saturation

R 189 of 255 = 74%
G 158 of 255 = 62%
B 142 of 255 = 56%

189
158
142

R + G + B ~ 64%. #BD9E8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 158 + 142 = 489 (100%)
R 189 of 489 ~ 38.65%
G 158 of 489 ~ 32.31%
B 142 of 489 ~ 29.04%

%38.65
%32.31
%29.04

CMYK color model

#BD9E8E color CMYK value is (0,16,25,26).

  • cyan value is 0.00%
  • magenta value is 16.40%
  • yellow value is 24.87%
  • key color value is 25.88%
CMYK:
(0,16,25,26)
C0M16Y25K26 
(0%,16%,25%,26%)
(0.00/0.16/0.25/0.26)	

CMYK percentages

%0
%16.4
%24.87
%25.88

Codes

Color #BD9E8E in popluar color models

BD9E8E
RGB189158142
HSL20°26.26%64.90%
HSB/HSV20°24.87%74.12%
CMYK0.00%16.40%24.87%
25.88%

Color #BD9E8E in popluar number systems.

HEXBD9E8E
Decimal189158142
Binary101111011001111010001110
Octal275236216

Shades and tints

Shades of #BD9E8E

#BD9E8E
(189,158,142)
#AC9082
(172,144,130)
#9B8276
(155,130,118)
#8A746A
(138,116,106)
#79665E
(121,102,94)
#685852
(104,88,82)
#574A46
(87,74,70)
#463C3A
(70,60,58)
#352E2E
(53,46,46)
#242022
(36,32,34)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #BD9E8E

#BD9E8E
(189,158,142)
#C3A698
(195,166,152)
#C9AEA2
(201,174,162)
#CFB6AC
(207,182,172)
#D5BEB6
(213,190,182)
#DBC6C0
(219,198,192)
#E1CECA
(225,206,202)
#E7D6D4
(231,214,212)
#EDDEDE
(237,222,222)
#F3E6E8
(243,230,232)
#F9EEF2
(249,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9E8E; }

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

This text font color is #BD9E8E.


Background Color

.myBgColor { background-color: #BD9E8E; }

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

This div background color is #BD9E8E.


Border color

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

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

This div border color is #BD9E8E.


Opacity

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

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

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

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

This text has shadow with #BD9E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9E8E on black background.


Color preview on white background

This text has color #BD9E8E on white background.



Black color preview on #BD9E8E background

This text has black color on #BD9E8E background.


White color preview on #BD9E8E background

This text has white color on #BD9E8E background.