COLOR #B79CD1

HEX: #B79CD1
RGB: (183,156,209)

Color info

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

RGB color model

#B79CD1 color RGB value is (183,156,209).

  • red value is 183;
  • green value is 156;
  • blue value is 209.
RGB:
(183,156,209)
(72%,61%,82%)

RGB channels and saturation

R 183 of 255 = 72%
G 156 of 255 = 61%
B 209 of 255 = 82%

183
156
209

R + G + B ~ 72%. #B79CD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 156 + 209 = 548 (100%)
R 183 of 548 ~ 33.39%
G 156 of 548 ~ 28.47%
B 209 of 548 ~ 38.14%

%33.39
%28.47
%38.14

CMYK color model

#B79CD1 color CMYK value is (12,25,0,18).

  • cyan value is 12.44%
  • magenta value is 25.36%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(12,25,0,18)
C12M25Y0K18 
(12%,25%,0%,18%)
(0.12/0.25/0.00/0.18)	

CMYK percentages

%12.44
%25.36
%0
%18.04

Codes

Color #B79CD1 in popluar color models

B79CD1
RGB183156209
HSL271°36.55%71.57%
HSB/HSV271°25.36%81.96%
CMYK12.44%25.36%0.00%
18.04%

Color #B79CD1 in popluar number systems.

HEXB79CD1
Decimal183156209
Binary101101111001110011010001
Octal267234321

Shades and tints

Shades of #B79CD1

#B79CD1
(183,156,209)
#A78EBE
(167,142,190)
#9780AB
(151,128,171)
#877298
(135,114,152)
#776485
(119,100,133)
#675672
(103,86,114)
#57485F
(87,72,95)
#473A4C
(71,58,76)
#372C39
(55,44,57)
#271E26
(39,30,38)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #B79CD1

#B79CD1
(183,156,209)
#BDA5D5
(189,165,213)
#C3AED9
(195,174,217)
#C9B7DD
(201,183,221)
#CFC0E1
(207,192,225)
#D5C9E5
(213,201,229)
#DBD2E9
(219,210,233)
#E1DBED
(225,219,237)
#E7E4F1
(231,228,241)
#EDEDF5
(237,237,245)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B79CD1 color. Also use rgb(183,156,209) instead hex code.

Text Font Color

.myTextColor { color: #B79CD1; }

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

This text font color is #B79CD1.


Background Color

.myBgColor { background-color: #B79CD1; }

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

This div background color is #B79CD1.


Border color

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

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

This div border color is #B79CD1.


Opacity

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

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

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

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

This text has shadow with #B79CD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79CD1 on black background.


Color preview on white background

This text has color #B79CD1 on white background.



Black color preview on #B79CD1 background

This text has black color on #B79CD1 background.


White color preview on #B79CD1 background

This text has white color on #B79CD1 background.