COLOR #B79ED1

HEX: #B79ED1
RGB: (183,158,209)

Color info

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

RGB color model

#B79ED1 color RGB value is (183,158,209).

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

RGB channels and saturation

R 183 of 255 = 72%
G 158 of 255 = 62%
B 209 of 255 = 82%

183
158
209

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

Portions of RGB colors in percentages

R + G + B =
183 + 158 + 209 = 550 (100%)
R 183 of 550 ~ 33.27%
G 158 of 550 ~ 28.73%
B 209 of 550 ~ 38%

%33.27
%28.73
%38

CMYK color model

#B79ED1 color CMYK value is (12,24,0,18).

  • cyan value is 12.44%
  • magenta value is 24.40%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(12,24,0,18)
C12M24Y0K18 
(12%,24%,0%,18%)
(0.12/0.24/0.00/0.18)	

CMYK percentages

%12.44
%24.4
%0
%18.04

Codes

Color #B79ED1 in popluar color models

B79ED1
RGB183158209
HSL269°35.66%71.96%
HSB/HSV269°24.40%81.96%
CMYK12.44%24.40%0.00%
18.04%

Color #B79ED1 in popluar number systems.

HEXB79ED1
Decimal183158209
Binary101101111001111011010001
Octal267236321

Shades and tints

Shades of #B79ED1

#B79ED1
(183,158,209)
#A790BE
(167,144,190)
#9782AB
(151,130,171)
#877498
(135,116,152)
#776685
(119,102,133)
#675872
(103,88,114)
#574A5F
(87,74,95)
#473C4C
(71,60,76)
#372E39
(55,46,57)
#272026
(39,32,38)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #B79ED1

#B79ED1
(183,158,209)
#BDA6D5
(189,166,213)
#C3AED9
(195,174,217)
#C9B6DD
(201,182,221)
#CFBEE1
(207,190,225)
#D5C6E5
(213,198,229)
#DBCEE9
(219,206,233)
#E1D6ED
(225,214,237)
#E7DEF1
(231,222,241)
#EDE6F5
(237,230,245)
#F3EEF9
(243,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B79ED1; }

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

This text font color is #B79ED1.


Background Color

.myBgColor { background-color: #B79ED1; }

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

This div background color is #B79ED1.


Border color

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

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

This div border color is #B79ED1.


Opacity

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

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

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

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

This text has shadow with #B79ED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79ED1 on black background.


Color preview on white background

This text has color #B79ED1 on white background.



Black color preview on #B79ED1 background

This text has black color on #B79ED1 background.


White color preview on #B79ED1 background

This text has white color on #B79ED1 background.