COLOR #B79DE6

HEX: #B79DE6
RGB: (183,157,230)

Color info

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

RGB color model

#B79DE6 color RGB value is (183,157,230).

  • red value is 183;
  • green value is 157;
  • blue value is 230.
RGB:
(183,157,230)
(72%,62%,90%)

RGB channels and saturation

R 183 of 255 = 72%
G 157 of 255 = 62%
B 230 of 255 = 90%

183
157
230

R + G + B ~ 75%. #B79DE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 157 + 230 = 570 (100%)
R 183 of 570 ~ 32.11%
G 157 of 570 ~ 27.54%
B 230 of 570 ~ 40.35%

%32.11
%27.54
%40.35

CMYK color model

#B79DE6 color CMYK value is (20,32,0,10).

  • cyan value is 20.43%
  • magenta value is 31.74%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(20,32,0,10)
C20M32Y0K10 
(20%,32%,0%,10%)
(0.20/0.32/0.00/0.10)	

CMYK percentages

%20.43
%31.74
%0
%9.8

Codes

Color #B79DE6 in popluar color models

B79DE6
RGB183157230
HSL261°59.35%75.88%
HSB/HSV261°31.74%90.20%
CMYK20.43%31.74%0.00%
9.80%

Color #B79DE6 in popluar number systems.

HEXB79DE6
Decimal183157230
Binary101101111001110111100110
Octal267235346

Shades and tints

Shades of #B79DE6

#B79DE6
(183,157,230)
#A78FD2
(167,143,210)
#9781BE
(151,129,190)
#8773AA
(135,115,170)
#776596
(119,101,150)
#675782
(103,87,130)
#57496E
(87,73,110)
#473B5A
(71,59,90)
#372D46
(55,45,70)
#271F32
(39,31,50)
#17111E
(23,17,30)
#000000
(0,0,0)

Tints of #B79DE6

#B79DE6
(183,157,230)
#BDA5E8
(189,165,232)
#C3ADEA
(195,173,234)
#C9B5EC
(201,181,236)
#CFBDEE
(207,189,238)
#D5C5F0
(213,197,240)
#DBCDF2
(219,205,242)
#E1D5F4
(225,213,244)
#E7DDF6
(231,221,246)
#EDE5F8
(237,229,248)
#F3EDFA
(243,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B79DE6 color. Also use rgb(183,157,230) instead hex code.

Text Font Color

.myTextColor { color: #B79DE6; }

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

This text font color is #B79DE6.


Background Color

.myBgColor { background-color: #B79DE6; }

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

This div background color is #B79DE6.


Border color

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

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

This div border color is #B79DE6.


Opacity

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

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

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

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

This text has shadow with #B79DE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79DE6 on black background.


Color preview on white background

This text has color #B79DE6 on white background.



Black color preview on #B79DE6 background

This text has black color on #B79DE6 background.


White color preview on #B79DE6 background

This text has white color on #B79DE6 background.