COLOR #B79DB4

HEX: #B79DB4 RGB: (183,157,180)

Color info

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

RGB color model

#B79DB4 color RGB value is (183,157,180).

RGB: (183,157,180) (72%, 62%, 71%)

RGB channels and saturation

R 183 of 255 = 72%
G 157 of 255 = 62%
B 180 of 255 = 71%

183
157
180

R + G + B ~ 68%. #B79DB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 157 + 180 = 520 (100%)
R 183 of 520 ~ 35.19%
G 157 of 520 ~ 30.19%
B 180 of 520 ~ 34.62'%

%35.19
%30.19
%34.62

CMYK color model

#B79DB4 color CMYK value is (0,14,2,28).

  • cyan value is 0.00%
  • magenta value is 14.21%
  • yellow value is 1.64%
  • key color value is 28.24%
CMYK: (0,14,2,28) C0M14Y2K28 (0%,14%,2%,28%) (0.00/0.14/0.02/0.28) 

CMYK percentages

%0
%14.21
%1.64
%28.24

Codes

Color #B79DB4 in popluar color models

B7 9D B4
RGB 183 157 180
HSL 307° 15.29% 66.67%
HSB/HSV 307° 14.21% 71.76%
CMYK 0.00% 14.21% 1.64%
28.24%

Color #B79DB4 in popluar number systems.

HEX B7 9D B4
Decimal 183 157 180
Binary 10110111 10011101 10110100
Octal 267 235 264

Shades and tints

Shades of #B79DB4

#B79DB4
(183,157,180)
#A78FA4
(167,143,164)
#978194
(151,129,148)
#877384
(135,115,132)
#776574
(119,101,116)
#675764
(103,87,100)
#574954
(87,73,84)
#473B44
(71,59,68)
#372D34
(55,45,52)
#271F24
(39,31,36)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #B79DB4

#B79DB4
(183,157,180)
#BDA5BA
(189,165,186)
#C3ADC0
(195,173,192)
#C9B5C6
(201,181,198)
#CFBDCC
(207,189,204)
#D5C5D2
(213,197,210)
#DBCDD8
(219,205,216)
#E1D5DE
(225,213,222)
#E7DDE4
(231,221,228)
#EDE5EA
(237,229,234)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B79DB4; }

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

This text font color is #B79DB4.

Background Color

.myBgColor { background-color: #B79DB4; }

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

This div background color is #B79DB4.

Border color

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

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

This div border color is #B79DB4.

Opacity

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

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

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

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

This text has shadow with #B79DB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B79DB4.

Preview

Color preview on black background

This text has color #B79DB4 on black background.


Color preview on white background

This text has color #B79DB4 on white background.


';

Black color preview on #B79DB4 background

This text has black color on #B79DB4 background.


White color preview on #B79DB4 background

This text has white color on #B79DB4 background.


Related colors


Complementary color

Complementary color for #B79DB4 is #48624B.


I love getcolorcode.com

Triadic colors

1 #B4B79D and #9DB4B7 with #B79DB4 are triadic colors.

2 #B49DB7 and #9DB7B4 with #B79DB4 are triadic colors.