COLOR #B67EB1

HEX: #B67EB1
RGB: (182,126,177)

Color info

#B67EB1 contains red, green and blue colors in about the same proportion. Web safe color of #B67EB1 is #CC6699 (or #C69).

RGB color model

#B67EB1 color RGB value is (182,126,177).

  • red value is 182;
  • green value is 126;
  • blue value is 177.
RGB:
(182,126,177)
(71%,49%,69%)

RGB channels and saturation

R 182 of 255 = 71%
G 126 of 255 = 49%
B 177 of 255 = 69%

182
126
177

R + G + B ~ 63%. #B67EB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 126 + 177 = 485 (100%)
R 182 of 485 ~ 37.53%
G 126 of 485 ~ 25.98%
B 177 of 485 ~ 36.49%

%37.53
%25.98
%36.49

CMYK color model

#B67EB1 color CMYK value is (0,31,3,29).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 2.75%
  • key color value is 28.63%
CMYK:
(0,31,3,29)
C0M31Y3K29 
(0%,31%,3%,29%)
(0.00/0.31/0.03/0.29)	

CMYK percentages

%0
%30.77
%2.75
%28.63

Codes

Color #B67EB1 in popluar color models

B67EB1
RGB182126177
HSL305°27.72%60.39%
HSB/HSV305°30.77%71.37%
CMYK0.00%30.77%2.75%
28.63%

Color #B67EB1 in popluar number systems.

HEXB67EB1
Decimal182126177
Binary10110110111111010110001
Octal266176261

Shades and tints

Shades of #B67EB1

#B67EB1
(182,126,177)
#A673A1
(166,115,161)
#966891
(150,104,145)
#865D81
(134,93,129)
#765271
(118,82,113)
#664761
(102,71,97)
#563C51
(86,60,81)
#463141
(70,49,65)
#362631
(54,38,49)
#261B21
(38,27,33)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #B67EB1

#B67EB1
(182,126,177)
#BC89B8
(188,137,184)
#C294BF
(194,148,191)
#C89FC6
(200,159,198)
#CEAACD
(206,170,205)
#D4B5D4
(212,181,212)
#DAC0DB
(218,192,219)
#E0CBE2
(224,203,226)
#E6D6E9
(230,214,233)
#ECE1F0
(236,225,240)
#F2ECF7
(242,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B67EB1 color. Also use rgb(182,126,177) instead hex code.

Text Font Color

.myTextColor { color: #B67EB1; }

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

This text font color is #B67EB1.


Background Color

.myBgColor { background-color: #B67EB1; }

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

This div background color is #B67EB1.


Border color

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

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

This div border color is #B67EB1.


Opacity

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

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

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

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

This text has shadow with #B67EB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67EB1 on black background.


Color preview on white background

This text has color #B67EB1 on white background.



Black color preview on #B67EB1 background

This text has black color on #B67EB1 background.


White color preview on #B67EB1 background

This text has white color on #B67EB1 background.