COLOR #B79CB5

HEX: #B79CB5 RGB: (183,156,181)

Color info

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

RGB color model

#B79CB5 color RGB value is (183,156,181).

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

RGB channels and saturation

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

183
156
181

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

Portions of RGB colors in percentages

R + G + B = 183 + 156 + 181 = 520 (100%)
R 183 of 520 ~ 35.19%
G 156 of 520 ~ 30%
B 181 of 520 ~ 34.81'%

%35.19
%30
%34.81

CMYK color model

#B79CB5 color CMYK value is (0,15,1,28).

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

CMYK: (0,15,1,28)
C0M15Y1K28 (0%, 15%, 1%, 28%)
(0.00 / 0.15 / 0.01 / 0.28)

CMYK percentages

%0
%14.75
%1.09
%28.24

Codes

Color #B79CB5 in popluar color models

B7 9C B5
RGB 183 156 181
HSL 304° 15.79% 66.47%
HSB/HSV 304° 14.75% 71.76%
CMYK 0.00% 14.75% 1.09%
28.24%

Color #B79CB5 in popluar number systems.

HEX B7 9C B5
Decimal 183 156 181
Binary 10110111 10011100 10110101
Octal 267 234 265

Shades and tints

Shades of #B79CB5

#B79CB5
(183,156,181)
#A78EA5
(167,142,165)
#978095
(151,128,149)
#877285
(135,114,133)
#776475
(119,100,117)
#675665
(103,86,101)
#574855
(87,72,85)
#473A45
(71,58,69)
#372C35
(55,44,53)
#271E25
(39,30,37)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #B79CB5

#B79CB5
(183,156,181)
#BDA5BB
(189,165,187)
#C3AEC1
(195,174,193)
#C9B7C7
(201,183,199)
#CFC0CD
(207,192,205)
#D5C9D3
(213,201,211)
#DBD2D9
(219,210,217)
#E1DBDF
(225,219,223)
#E7E4E5
(231,228,229)
#EDEDEB
(237,237,235)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B79CB5; }

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

This text font color is #B79CB5.

Background Color

.myBgColor { background-color: #B79CB5; }

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

This div background color is #B79CB5.

Border color

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

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

This div border color is #B79CB5.

Opacity

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

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

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

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

This text has shadow with #B79CB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B79CB5.

Preview

Color preview on black background

This text has color #B79CB5 on black background.


Color preview on white background

This text has color #B79CB5 on white background.


Black color preview on #B79CB5 background

This text has black color on #B79CB5 background.


White color preview on #B79CB5 background

This text has white color on #B79CB5 background.


Related colors

Complementary color

Complementary color for #hex is #48634A.


I love getcolorcode.com

Triadic colors

1 #B5B79C and #9CB5B7 with #B79CB5 are triadic colors.

2 #B59CB7 and #9CB7B5 with #B79CB5 are triadic colors.