COLOR #BD7C96

HEX: #BD7C96
RGB: (189,124,150)

Color info

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

RGB color model

#BD7C96 color RGB value is (189,124,150).

  • red value is 189;
  • green value is 124;
  • blue value is 150.
RGB:
(189,124,150)
(74%,49%,59%)

RGB channels and saturation

R 189 of 255 = 74%
G 124 of 255 = 49%
B 150 of 255 = 59%

189
124
150

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

Portions of RGB colors in percentages

R + G + B =
189 + 124 + 150 = 463 (100%)
R 189 of 463 ~ 40.82%
G 124 of 463 ~ 26.78%
B 150 of 463 ~ 32.4%

%40.82
%26.78
%32.4

CMYK color model

#BD7C96 color CMYK value is (0,34,21,26).

  • cyan value is 0.00%
  • magenta value is 34.39%
  • yellow value is 20.63%
  • key color value is 25.88%
CMYK:
(0,34,21,26)
C0M34Y21K26 
(0%,34%,21%,26%)
(0.00/0.34/0.21/0.26)	

CMYK percentages

%0
%34.39
%20.63
%25.88

Codes

Color #BD7C96 in popluar color models

BD7C96
RGB189124150
HSL336°32.99%61.37%
HSB/HSV336°34.39%74.12%
CMYK0.00%34.39%20.63%
25.88%

Color #BD7C96 in popluar number systems.

HEXBD7C96
Decimal189124150
Binary10111101111110010010110
Octal275174226

Shades and tints

Shades of #BD7C96

#BD7C96
(189,124,150)
#AC7189
(172,113,137)
#9B667C
(155,102,124)
#8A5B6F
(138,91,111)
#795062
(121,80,98)
#684555
(104,69,85)
#573A48
(87,58,72)
#462F3B
(70,47,59)
#35242E
(53,36,46)
#241921
(36,25,33)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #BD7C96

#BD7C96
(189,124,150)
#C3879F
(195,135,159)
#C992A8
(201,146,168)
#CF9DB1
(207,157,177)
#D5A8BA
(213,168,186)
#DBB3C3
(219,179,195)
#E1BECC
(225,190,204)
#E7C9D5
(231,201,213)
#EDD4DE
(237,212,222)
#F3DFE7
(243,223,231)
#F9EAF0
(249,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD7C96 color. Also use rgb(189,124,150) instead hex code.

Text Font Color

.myTextColor { color: #BD7C96; }

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

This text font color is #BD7C96.


Background Color

.myBgColor { background-color: #BD7C96; }

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

This div background color is #BD7C96.


Border color

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

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

This div border color is #BD7C96.


Opacity

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

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

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

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

This text has shadow with #BD7C96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7C96 on black background.


Color preview on white background

This text has color #BD7C96 on white background.



Black color preview on #BD7C96 background

This text has black color on #BD7C96 background.


White color preview on #BD7C96 background

This text has white color on #BD7C96 background.