COLOR #BD789B

HEX: #BD789B
RGB: (189,120,155)

Color info

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

RGB color model

#BD789B color RGB value is (189,120,155).

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

RGB channels and saturation

R 189 of 255 = 74%
G 120 of 255 = 47%
B 155 of 255 = 61%

189
120
155

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

Portions of RGB colors in percentages

R + G + B =
189 + 120 + 155 = 464 (100%)
R 189 of 464 ~ 40.73%
G 120 of 464 ~ 25.86%
B 155 of 464 ~ 33.41%

%40.73
%25.86
%33.41

CMYK color model

#BD789B color CMYK value is (0,37,18,26).

  • cyan value is 0.00%
  • magenta value is 36.51%
  • yellow value is 17.99%
  • key color value is 25.88%
CMYK:
(0,37,18,26)
C0M37Y18K26 
(0%,37%,18%,26%)
(0.00/0.37/0.18/0.26)	

CMYK percentages

%0
%36.51
%17.99
%25.88

Codes

Color #BD789B in popluar color models

BD789B
RGB189120155
HSL330°34.33%60.59%
HSB/HSV330°36.51%74.12%
CMYK0.00%36.51%17.99%
25.88%

Color #BD789B in popluar number systems.

HEXBD789B
Decimal189120155
Binary10111101111100010011011
Octal275170233

Shades and tints

Shades of #BD789B

#BD789B
(189,120,155)
#AC6E8D
(172,110,141)
#9B647F
(155,100,127)
#8A5A71
(138,90,113)
#795063
(121,80,99)
#684655
(104,70,85)
#573C47
(87,60,71)
#463239
(70,50,57)
#35282B
(53,40,43)
#241E1D
(36,30,29)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #BD789B

#BD789B
(189,120,155)
#C384A4
(195,132,164)
#C990AD
(201,144,173)
#CF9CB6
(207,156,182)
#D5A8BF
(213,168,191)
#DBB4C8
(219,180,200)
#E1C0D1
(225,192,209)
#E7CCDA
(231,204,218)
#EDD8E3
(237,216,227)
#F3E4EC
(243,228,236)
#F9F0F5
(249,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD789B; }

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

This text font color is #BD789B.


Background Color

.myBgColor { background-color: #BD789B; }

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

This div background color is #BD789B.


Border color

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

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

This div border color is #BD789B.


Opacity

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

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

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

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

This text has shadow with #BD789B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD789B on black background.


Color preview on white background

This text has color #BD789B on white background.



Black color preview on #BD789B background

This text has black color on #BD789B background.


White color preview on #BD789B background

This text has white color on #BD789B background.