COLOR #B676B0

HEX: #B676B0
RGB: (182,118,176)

Color info

#B676B0 contains mainly red and blue colors. Web safe color of #B676B0 is #CC6699 (or #C69).

RGB color model

#B676B0 color RGB value is (182,118,176).

  • red value is 182;
  • green value is 118;
  • blue value is 176.
RGB:
(182,118,176)
(71%,46%,69%)

RGB channels and saturation

R 182 of 255 = 71%
G 118 of 255 = 46%
B 176 of 255 = 69%

182
118
176

R + G + B ~ 62%. #B676B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 118 + 176 = 476 (100%)
R 182 of 476 ~ 38.24%
G 118 of 476 ~ 24.79%
B 176 of 476 ~ 36.97%

%38.24
%24.79
%36.97

CMYK color model

#B676B0 color CMYK value is (0,35,3,29).

  • cyan value is 0.00%
  • magenta value is 35.16%
  • yellow value is 3.30%
  • key color value is 28.63%
CMYK:
(0,35,3,29)
C0M35Y3K29 
(0%,35%,3%,29%)
(0.00/0.35/0.03/0.29)	

CMYK percentages

%0
%35.16
%3.3
%28.63

Codes

Color #B676B0 in popluar color models

B676B0
RGB182118176
HSL306°30.48%58.82%
HSB/HSV306°35.16%71.37%
CMYK0.00%35.16%3.30%
28.63%

Color #B676B0 in popluar number systems.

HEXB676B0
Decimal182118176
Binary10110110111011010110000
Octal266166260

Shades and tints

Shades of #B676B0

#B676B0
(182,118,176)
#A66CA0
(166,108,160)
#966290
(150,98,144)
#865880
(134,88,128)
#764E70
(118,78,112)
#664460
(102,68,96)
#563A50
(86,58,80)
#463040
(70,48,64)
#362630
(54,38,48)
#261C20
(38,28,32)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #B676B0

#B676B0
(182,118,176)
#BC82B7
(188,130,183)
#C28EBE
(194,142,190)
#C89AC5
(200,154,197)
#CEA6CC
(206,166,204)
#D4B2D3
(212,178,211)
#DABEDA
(218,190,218)
#E0CAE1
(224,202,225)
#E6D6E8
(230,214,232)
#ECE2EF
(236,226,239)
#F2EEF6
(242,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B676B0 color. Also use rgb(182,118,176) instead hex code.

Text Font Color

.myTextColor { color: #B676B0; }

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

This text font color is #B676B0.


Background Color

.myBgColor { background-color: #B676B0; }

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

This div background color is #B676B0.


Border color

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

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

This div border color is #B676B0.


Opacity

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

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

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

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

This text has shadow with #B676B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B676B0 on black background.


Color preview on white background

This text has color #B676B0 on white background.



Black color preview on #B676B0 background

This text has black color on #B676B0 background.


White color preview on #B676B0 background

This text has white color on #B676B0 background.