COLOR #B78ABE

HEX: #B78ABE
RGB: (183,138,190)

Color info

#B78ABE contains red, green and blue colors in about the same proportion. Web safe color of #B78ABE is #CC99CC (or #C9C).

RGB color model

#B78ABE color RGB value is (183,138,190).

  • red value is 183;
  • green value is 138;
  • blue value is 190.
RGB:
(183,138,190)
(72%,54%,75%)

RGB channels and saturation

R 183 of 255 = 72%
G 138 of 255 = 54%
B 190 of 255 = 75%

183
138
190

R + G + B ~ 67%. #B78ABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 138 + 190 = 511 (100%)
R 183 of 511 ~ 35.81%
G 138 of 511 ~ 27.01%
B 190 of 511 ~ 37.18%

%35.81
%27.01
%37.18

CMYK color model

#B78ABE color CMYK value is (4,27,0,25).

  • cyan value is 3.68%
  • magenta value is 27.37%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(4,27,0,25)
C4M27Y0K25 
(4%,27%,0%,25%)
(0.04/0.27/0.00/0.25)	

CMYK percentages

%3.68
%27.37
%0
%25.49

Codes

Color #B78ABE in popluar color models

B78ABE
RGB183138190
HSL292°28.57%64.31%
HSB/HSV292°27.37%74.51%
CMYK3.68%27.37%0.00%
25.49%

Color #B78ABE in popluar number systems.

HEXB78ABE
Decimal183138190
Binary101101111000101010111110
Octal267212276

Shades and tints

Shades of #B78ABE

#B78ABE
(183,138,190)
#A77EAD
(167,126,173)
#97729C
(151,114,156)
#87668B
(135,102,139)
#775A7A
(119,90,122)
#674E69
(103,78,105)
#574258
(87,66,88)
#473647
(71,54,71)
#372A36
(55,42,54)
#271E25
(39,30,37)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #B78ABE

#B78ABE
(183,138,190)
#BD94C3
(189,148,195)
#C39EC8
(195,158,200)
#C9A8CD
(201,168,205)
#CFB2D2
(207,178,210)
#D5BCD7
(213,188,215)
#DBC6DC
(219,198,220)
#E1D0E1
(225,208,225)
#E7DAE6
(231,218,230)
#EDE4EB
(237,228,235)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B78ABE color. Also use rgb(183,138,190) instead hex code.

Text Font Color

.myTextColor { color: #B78ABE; }

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

This text font color is #B78ABE.


Background Color

.myBgColor { background-color: #B78ABE; }

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

This div background color is #B78ABE.


Border color

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

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

This div border color is #B78ABE.


Opacity

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

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

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

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

This text has shadow with #B78ABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B78ABE on black background.


Color preview on white background

This text has color #B78ABE on white background.



Black color preview on #B78ABE background

This text has black color on #B78ABE background.


White color preview on #B78ABE background

This text has white color on #B78ABE background.