COLOR #BD7B9A

HEX: #BD7B9A
RGB: (189,123,154)

Color info

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

RGB color model

#BD7B9A color RGB value is (189,123,154).

  • red value is 189;
  • green value is 123;
  • blue value is 154.
RGB:
(189,123,154)
(74%,48%,60%)

RGB channels and saturation

R 189 of 255 = 74%
G 123 of 255 = 48%
B 154 of 255 = 60%

189
123
154

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

Portions of RGB colors in percentages

R + G + B =
189 + 123 + 154 = 466 (100%)
R 189 of 466 ~ 40.56%
G 123 of 466 ~ 26.39%
B 154 of 466 ~ 33.05%

%40.56
%26.39
%33.05

CMYK color model

#BD7B9A color CMYK value is (0,35,19,26).

  • cyan value is 0.00%
  • magenta value is 34.92%
  • yellow value is 18.52%
  • key color value is 25.88%
CMYK:
(0,35,19,26)
C0M35Y19K26 
(0%,35%,19%,26%)
(0.00/0.35/0.19/0.26)	

CMYK percentages

%0
%34.92
%18.52
%25.88

Codes

Color #BD7B9A in popluar color models

BD7B9A
RGB189123154
HSL332°33.33%61.18%
HSB/HSV332°34.92%74.12%
CMYK0.00%34.92%18.52%
25.88%

Color #BD7B9A in popluar number systems.

HEXBD7B9A
Decimal189123154
Binary10111101111101110011010
Octal275173232

Shades and tints

Shades of #BD7B9A

#BD7B9A
(189,123,154)
#AC708C
(172,112,140)
#9B657E
(155,101,126)
#8A5A70
(138,90,112)
#794F62
(121,79,98)
#684454
(104,68,84)
#573946
(87,57,70)
#462E38
(70,46,56)
#35232A
(53,35,42)
#24181C
(36,24,28)
#130D0E
(19,13,14)
#000000
(0,0,0)

Tints of #BD7B9A

#BD7B9A
(189,123,154)
#C387A3
(195,135,163)
#C993AC
(201,147,172)
#CF9FB5
(207,159,181)
#D5ABBE
(213,171,190)
#DBB7C7
(219,183,199)
#E1C3D0
(225,195,208)
#E7CFD9
(231,207,217)
#EDDBE2
(237,219,226)
#F3E7EB
(243,231,235)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD7B9A color. Also use rgb(189,123,154) instead hex code.

Text Font Color

.myTextColor { color: #BD7B9A; }

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

This text font color is #BD7B9A.


Background Color

.myBgColor { background-color: #BD7B9A; }

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

This div background color is #BD7B9A.


Border color

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

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

This div border color is #BD7B9A.


Opacity

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

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

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

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

This text has shadow with #BD7B9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7B9A on black background.


Color preview on white background

This text has color #BD7B9A on white background.



Black color preview on #BD7B9A background

This text has black color on #BD7B9A background.


White color preview on #BD7B9A background

This text has white color on #BD7B9A background.