COLOR #BD7E92

HEX: #BD7E92
RGB: (189,126,146)

Color info

#BD7E92 contains mainly red and blue colors. Web safe color of #BD7E92 is #CC6699 (or #C69).

RGB color model

#BD7E92 color RGB value is (189,126,146).

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

RGB channels and saturation

R 189 of 255 = 74%
G 126 of 255 = 49%
B 146 of 255 = 57%

189
126
146

R + G + B ~ 60%. #BD7E92 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
189 + 126 + 146 = 461 (100%)
R 189 of 461 ~ 41%
G 126 of 461 ~ 27.33%
B 146 of 461 ~ 31.67%

%41
%27.33
%31.67

CMYK color model

#BD7E92 color CMYK value is (0,33,23,26).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 22.75%
  • key color value is 25.88%
CMYK:
(0,33,23,26)
C0M33Y23K26 
(0%,33%,23%,26%)
(0.00/0.33/0.23/0.26)	

CMYK percentages

%0
%33.33
%22.75
%25.88

Codes

Color #BD7E92 in popluar color models

BD7E92
RGB189126146
HSL341°32.31%61.76%
HSB/HSV341°33.33%74.12%
CMYK0.00%33.33%22.75%
25.88%

Color #BD7E92 in popluar number systems.

HEXBD7E92
Decimal189126146
Binary10111101111111010010010
Octal275176222

Shades and tints

Shades of #BD7E92

#BD7E92
(189,126,146)
#AC7385
(172,115,133)
#9B6878
(155,104,120)
#8A5D6B
(138,93,107)
#79525E
(121,82,94)
#684751
(104,71,81)
#573C44
(87,60,68)
#463137
(70,49,55)
#35262A
(53,38,42)
#241B1D
(36,27,29)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #BD7E92

#BD7E92
(189,126,146)
#C3899B
(195,137,155)
#C994A4
(201,148,164)
#CF9FAD
(207,159,173)
#D5AAB6
(213,170,182)
#DBB5BF
(219,181,191)
#E1C0C8
(225,192,200)
#E7CBD1
(231,203,209)
#EDD6DA
(237,214,218)
#F3E1E3
(243,225,227)
#F9ECEC
(249,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD7E92; }

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

This text font color is #BD7E92.


Background Color

.myBgColor { background-color: #BD7E92; }

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

This div background color is #BD7E92.


Border color

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

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

This div border color is #BD7E92.


Opacity

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

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

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

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

This text has shadow with #BD7E92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7E92 on black background.


Color preview on white background

This text has color #BD7E92 on white background.



Black color preview on #BD7E92 background

This text has black color on #BD7E92 background.


White color preview on #BD7E92 background

This text has white color on #BD7E92 background.