COLOR #B79CB4

HEX: #B79CB4 RGB: (183,156,180)

Color info

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

RGB color model

#B79CB4 color RGB value is (183,156,180).

RGB: (183,156,180) (72%, 61%, 71%)

RGB channels and saturation

R 183 of 255 = 72%
G 156 of 255 = 61%
B 180 of 255 = 71%

183
156
180

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

Portions of RGB colors in percentages

R + G + B = 183 + 156 + 180 = 519 (100%)
R 183 of 519 ~ 35.26%
G 156 of 519 ~ 30.06%
B 180 of 519 ~ 34.68'%

%35.26
%30.06
%34.68

CMYK color model

#B79CB4 color CMYK value is (0,15,2,28).

  • cyan value is 0.00%
  • magenta value is 14.75%
  • yellow value is 1.64%
  • key color value is 28.24%

CMYK: (0,15,2,28)
C0M15Y2K28 (0%, 15%, 2%, 28%)
(0.00 / 0.15 / 0.02 / 0.28)

CMYK percentages

%0
%14.75
%1.64
%28.24

Codes

Color #B79CB4 in popluar color models

B7 9C B4
RGB 183 156 180
HSL 307° 15.79% 66.47%
HSB/HSV 307° 14.75% 71.76%
CMYK 0.00% 14.75% 1.64%
28.24%

Color #B79CB4 in popluar number systems.

HEX B7 9C B4
Decimal 183 156 180
Binary 10110111 10011100 10110100
Octal 267 234 264

Shades and tints

Shades of #B79CB4

#B79CB4
(183,156,180)
#A78EA4
(167,142,164)
#978094
(151,128,148)
#877284
(135,114,132)
#776474
(119,100,116)
#675664
(103,86,100)
#574854
(87,72,84)
#473A44
(71,58,68)
#372C34
(55,44,52)
#271E24
(39,30,36)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #B79CB4

#B79CB4
(183,156,180)
#BDA5BA
(189,165,186)
#C3AEC0
(195,174,192)
#C9B7C6
(201,183,198)
#CFC0CC
(207,192,204)
#D5C9D2
(213,201,210)
#DBD2D8
(219,210,216)
#E1DBDE
(225,219,222)
#E7E4E4
(231,228,228)
#EDEDEA
(237,237,234)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B79CB4; }

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

This text font color is #B79CB4.

Background Color

.myBgColor { background-color: #B79CB4; }

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

This div background color is #B79CB4.

Border color

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

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

This div border color is #B79CB4.

Opacity

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

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

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

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

This text has shadow with #B79CB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B79CB4.

Preview

Color preview on black background

This text has color #B79CB4 on black background.


Color preview on white background

This text has color #B79CB4 on white background.


Black color preview on #B79CB4 background

This text has black color on #B79CB4 background.


White color preview on #B79CB4 background

This text has white color on #B79CB4 background.


Related colors

Complementary color

Complementary color for #hex is #48634B.


I love getcolorcode.com

Triadic colors

1 #B4B79C and #9CB4B7 with #B79CB4 are triadic colors.

2 #B49CB7 and #9CB7B4 with #B79CB4 are triadic colors.