COLOR #B789CB

HEX: #B789CB
RGB: (183,137,203)

Color info

#B789CB contains mainly red and blue colors. Web safe color of #B789CB is #CC99CC (or #C9C).

RGB color model

#B789CB color RGB value is (183,137,203).

  • red value is 183;
  • green value is 137;
  • blue value is 203.
RGB:
(183,137,203)
(72%,54%,80%)

RGB channels and saturation

R 183 of 255 = 72%
G 137 of 255 = 54%
B 203 of 255 = 80%

183
137
203

R + G + B ~ 69%. #B789CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 137 + 203 = 523 (100%)
R 183 of 523 ~ 34.99%
G 137 of 523 ~ 26.2%
B 203 of 523 ~ 38.81%

%34.99
%26.2
%38.81

CMYK color model

#B789CB color CMYK value is (10,33,0,20).

  • cyan value is 9.85%
  • magenta value is 32.51%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(10,33,0,20)
C10M33Y0K20 
(10%,33%,0%,20%)
(0.10/0.33/0.00/0.20)	

CMYK percentages

%9.85
%32.51
%0
%20.39

Codes

Color #B789CB in popluar color models

B789CB
RGB183137203
HSL282°38.82%66.67%
HSB/HSV282°32.51%79.61%
CMYK9.85%32.51%0.00%
20.39%

Color #B789CB in popluar number systems.

HEXB789CB
Decimal183137203
Binary101101111000100111001011
Octal267211313

Shades and tints

Shades of #B789CB

#B789CB
(183,137,203)
#A77DB9
(167,125,185)
#9771A7
(151,113,167)
#876595
(135,101,149)
#775983
(119,89,131)
#674D71
(103,77,113)
#57415F
(87,65,95)
#47354D
(71,53,77)
#37293B
(55,41,59)
#271D29
(39,29,41)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #B789CB

#B789CB
(183,137,203)
#BD93CF
(189,147,207)
#C39DD3
(195,157,211)
#C9A7D7
(201,167,215)
#CFB1DB
(207,177,219)
#D5BBDF
(213,187,223)
#DBC5E3
(219,197,227)
#E1CFE7
(225,207,231)
#E7D9EB
(231,217,235)
#EDE3EF
(237,227,239)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B789CB color. Also use rgb(183,137,203) instead hex code.

Text Font Color

.myTextColor { color: #B789CB; }

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

This text font color is #B789CB.


Background Color

.myBgColor { background-color: #B789CB; }

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

This div background color is #B789CB.


Border color

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

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

This div border color is #B789CB.


Opacity

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

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

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

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

This text has shadow with #B789CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B789CB on black background.


Color preview on white background

This text has color #B789CB on white background.



Black color preview on #B789CB background

This text has black color on #B789CB background.


White color preview on #B789CB background

This text has white color on #B789CB background.