COLOR #BD789F

HEX: #BD789F
RGB: (189,120,159)

Color info

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

RGB color model

#BD789F color RGB value is (189,120,159).

  • red value is 189;
  • green value is 120;
  • blue value is 159.
RGB:
(189,120,159)
(74%,47%,62%)

RGB channels and saturation

R 189 of 255 = 74%
G 120 of 255 = 47%
B 159 of 255 = 62%

189
120
159

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

Portions of RGB colors in percentages

R + G + B =
189 + 120 + 159 = 468 (100%)
R 189 of 468 ~ 40.38%
G 120 of 468 ~ 25.64%
B 159 of 468 ~ 33.97%

%40.38
%25.64
%33.97

CMYK color model

#BD789F color CMYK value is (0,37,16,26).

  • cyan value is 0.00%
  • magenta value is 36.51%
  • yellow value is 15.87%
  • key color value is 25.88%
CMYK:
(0,37,16,26)
C0M37Y16K26 
(0%,37%,16%,26%)
(0.00/0.37/0.16/0.26)	

CMYK percentages

%0
%36.51
%15.87
%25.88

Codes

Color #BD789F in popluar color models

BD789F
RGB189120159
HSL326°34.33%60.59%
HSB/HSV326°36.51%74.12%
CMYK0.00%36.51%15.87%
25.88%

Color #BD789F in popluar number systems.

HEXBD789F
Decimal189120159
Binary10111101111100010011111
Octal275170237

Shades and tints

Shades of #BD789F

#BD789F
(189,120,159)
#AC6E91
(172,110,145)
#9B6483
(155,100,131)
#8A5A75
(138,90,117)
#795067
(121,80,103)
#684659
(104,70,89)
#573C4B
(87,60,75)
#46323D
(70,50,61)
#35282F
(53,40,47)
#241E21
(36,30,33)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #BD789F

#BD789F
(189,120,159)
#C384A7
(195,132,167)
#C990AF
(201,144,175)
#CF9CB7
(207,156,183)
#D5A8BF
(213,168,191)
#DBB4C7
(219,180,199)
#E1C0CF
(225,192,207)
#E7CCD7
(231,204,215)
#EDD8DF
(237,216,223)
#F3E4E7
(243,228,231)
#F9F0EF
(249,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD789F color. Also use rgb(189,120,159) instead hex code.

Text Font Color

.myTextColor { color: #BD789F; }

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

This text font color is #BD789F.


Background Color

.myBgColor { background-color: #BD789F; }

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

This div background color is #BD789F.


Border color

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

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

This div border color is #BD789F.


Opacity

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

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

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

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

This text has shadow with #BD789F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD789F on black background.


Color preview on white background

This text has color #BD789F on white background.



Black color preview on #BD789F background

This text has black color on #BD789F background.


White color preview on #BD789F background

This text has white color on #BD789F background.