COLOR #B79CAD

HEX: #B79CAD
RGB: (183,156,173)

Color info

#B79CAD contains red, green and blue colors in about the same proportion. Web safe color of #B79CAD is #CC9999 (or #C99).

RGB color model

#B79CAD color RGB value is (183,156,173).

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

RGB channels and saturation

R 183 of 255 = 72%
G 156 of 255 = 61%
B 173 of 255 = 68%

183
156
173

R + G + B ~ 67%. #B79CAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 156 + 173 = 512 (100%)
R 183 of 512 ~ 35.74%
G 156 of 512 ~ 30.47%
B 173 of 512 ~ 33.79%

%35.74
%30.47
%33.79

CMYK color model

#B79CAD color CMYK value is (0,15,5,28).

  • cyan value is 0.00%
  • magenta value is 14.75%
  • yellow value is 5.46%
  • key color value is 28.24%
CMYK:
(0,15,5,28)
C0M15Y5K28 
(0%,15%,5%,28%)
(0.00/0.15/0.05/0.28)	

CMYK percentages

%0
%14.75
%5.46
%28.24

Codes

Color #B79CAD in popluar color models

B79CAD
RGB183156173
HSL322°15.79%66.47%
HSB/HSV322°14.75%71.76%
CMYK0.00%14.75%5.46%
28.24%

Color #B79CAD in popluar number systems.

HEXB79CAD
Decimal183156173
Binary101101111001110010101101
Octal267234255

Shades and tints

Shades of #B79CAD

#B79CAD
(183,156,173)
#A78E9E
(167,142,158)
#97808F
(151,128,143)
#877280
(135,114,128)
#776471
(119,100,113)
#675662
(103,86,98)
#574853
(87,72,83)
#473A44
(71,58,68)
#372C35
(55,44,53)
#271E26
(39,30,38)
#171017
(23,16,23)
#000000
(0,0,0)

Tints of #B79CAD

#B79CAD
(183,156,173)
#BDA5B4
(189,165,180)
#C3AEBB
(195,174,187)
#C9B7C2
(201,183,194)
#CFC0C9
(207,192,201)
#D5C9D0
(213,201,208)
#DBD2D7
(219,210,215)
#E1DBDE
(225,219,222)
#E7E4E5
(231,228,229)
#EDEDEC
(237,237,236)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B79CAD; }

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

This text font color is #B79CAD.


Background Color

.myBgColor { background-color: #B79CAD; }

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

This div background color is #B79CAD.


Border color

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

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

This div border color is #B79CAD.


Opacity

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

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

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

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

This text has shadow with #B79CAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79CAD on black background.


Color preview on white background

This text has color #B79CAD on white background.



Black color preview on #B79CAD background

This text has black color on #B79CAD background.


White color preview on #B79CAD background

This text has white color on #B79CAD background.