COLOR #BD7F94

HEX: #BD7F94
RGB: (189,127,148)

Color info

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

RGB color model

#BD7F94 color RGB value is (189,127,148).

  • red value is 189;
  • green value is 127;
  • blue value is 148.
RGB:
(189,127,148)
(74%,50%,58%)

RGB channels and saturation

R 189 of 255 = 74%
G 127 of 255 = 50%
B 148 of 255 = 58%

189
127
148

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

Portions of RGB colors in percentages

R + G + B =
189 + 127 + 148 = 464 (100%)
R 189 of 464 ~ 40.73%
G 127 of 464 ~ 27.37%
B 148 of 464 ~ 31.9%

%40.73
%27.37
%31.9

CMYK color model

#BD7F94 color CMYK value is (0,33,22,26).

  • cyan value is 0.00%
  • magenta value is 32.80%
  • yellow value is 21.69%
  • key color value is 25.88%
CMYK:
(0,33,22,26)
C0M33Y22K26 
(0%,33%,22%,26%)
(0.00/0.33/0.22/0.26)	

CMYK percentages

%0
%32.8
%21.69
%25.88

Codes

Color #BD7F94 in popluar color models

BD7F94
RGB189127148
HSL340°31.96%61.96%
HSB/HSV340°32.80%74.12%
CMYK0.00%32.80%21.69%
25.88%

Color #BD7F94 in popluar number systems.

HEXBD7F94
Decimal189127148
Binary10111101111111110010100
Octal275177224

Shades and tints

Shades of #BD7F94

#BD7F94
(189,127,148)
#AC7487
(172,116,135)
#9B697A
(155,105,122)
#8A5E6D
(138,94,109)
#795360
(121,83,96)
#684853
(104,72,83)
#573D46
(87,61,70)
#463239
(70,50,57)
#35272C
(53,39,44)
#241C1F
(36,28,31)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #BD7F94

#BD7F94
(189,127,148)
#C38A9D
(195,138,157)
#C995A6
(201,149,166)
#CFA0AF
(207,160,175)
#D5ABB8
(213,171,184)
#DBB6C1
(219,182,193)
#E1C1CA
(225,193,202)
#E7CCD3
(231,204,211)
#EDD7DC
(237,215,220)
#F3E2E5
(243,226,229)
#F9EDEE
(249,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD7F94 color. Also use rgb(189,127,148) instead hex code.

Text Font Color

.myTextColor { color: #BD7F94; }

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

This text font color is #BD7F94.


Background Color

.myBgColor { background-color: #BD7F94; }

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

This div background color is #BD7F94.


Border color

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

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

This div border color is #BD7F94.


Opacity

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

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

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

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

This text has shadow with #BD7F94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7F94 on black background.


Color preview on white background

This text has color #BD7F94 on white background.



Black color preview on #BD7F94 background

This text has black color on #BD7F94 background.


White color preview on #BD7F94 background

This text has white color on #BD7F94 background.