COLOR #B3809C

HEX: #B3809C
RGB: (179,128,156)

Color info

#B3809C contains red, green and blue colors in about the same proportion. Web safe color of #B3809C is #996699 (or #969).

RGB color model

#B3809C color RGB value is (179,128,156).

  • red value is 179;
  • green value is 128;
  • blue value is 156.
RGB:
(179,128,156)
(70%,50%,61%)

RGB channels and saturation

R 179 of 255 = 70%
G 128 of 255 = 50%
B 156 of 255 = 61%

179
128
156

R + G + B ~ 60%. #B3809C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
179 + 128 + 156 = 463 (100%)
R 179 of 463 ~ 38.66%
G 128 of 463 ~ 27.65%
B 156 of 463 ~ 33.69%

%38.66
%27.65
%33.69

CMYK color model

#B3809C color CMYK value is (0,28,13,30).

  • cyan value is 0.00%
  • magenta value is 28.49%
  • yellow value is 12.85%
  • key color value is 29.80%
CMYK:
(0,28,13,30)
C0M28Y13K30 
(0%,28%,13%,30%)
(0.00/0.28/0.13/0.30)	

CMYK percentages

%0
%28.49
%12.85
%29.8

Codes

Color #B3809C in popluar color models

B3809C
RGB179128156
HSL327°25.12%60.20%
HSB/HSV327°28.49%70.20%
CMYK0.00%28.49%12.85%
29.80%

Color #B3809C in popluar number systems.

HEXB3809C
Decimal179128156
Binary101100111000000010011100
Octal263200234

Shades and tints

Shades of #B3809C

#B3809C
(179,128,156)
#A3758E
(163,117,142)
#936A80
(147,106,128)
#835F72
(131,95,114)
#735464
(115,84,100)
#634956
(99,73,86)
#533E48
(83,62,72)
#43333A
(67,51,58)
#33282C
(51,40,44)
#231D1E
(35,29,30)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #B3809C

#B3809C
(179,128,156)
#B98BA5
(185,139,165)
#BF96AE
(191,150,174)
#C5A1B7
(197,161,183)
#CBACC0
(203,172,192)
#D1B7C9
(209,183,201)
#D7C2D2
(215,194,210)
#DDCDDB
(221,205,219)
#E3D8E4
(227,216,228)
#E9E3ED
(233,227,237)
#EFEEF6
(239,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3809C color. Also use rgb(179,128,156) instead hex code.

Text Font Color

.myTextColor { color: #B3809C; }

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

This text font color is #B3809C.


Background Color

.myBgColor { background-color: #B3809C; }

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

This div background color is #B3809C.


Border color

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

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

This div border color is #B3809C.


Opacity

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

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

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

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

This text has shadow with #B3809C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3809C on black background.


Color preview on white background

This text has color #B3809C on white background.



Black color preview on #B3809C background

This text has black color on #B3809C background.


White color preview on #B3809C background

This text has white color on #B3809C background.