COLOR #B67BA8

HEX: #B67BA8
RGB: (182,123,168)

Color info

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

RGB color model

#B67BA8 color RGB value is (182,123,168).

  • red value is 182;
  • green value is 123;
  • blue value is 168.
RGB:
(182,123,168)
(71%,48%,66%)

RGB channels and saturation

R 182 of 255 = 71%
G 123 of 255 = 48%
B 168 of 255 = 66%

182
123
168

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

Portions of RGB colors in percentages

R + G + B =
182 + 123 + 168 = 473 (100%)
R 182 of 473 ~ 38.48%
G 123 of 473 ~ 26%
B 168 of 473 ~ 35.52%

%38.48
%26
%35.52

CMYK color model

#B67BA8 color CMYK value is (0,32,8,29).

  • cyan value is 0.00%
  • magenta value is 32.42%
  • yellow value is 7.69%
  • key color value is 28.63%
CMYK:
(0,32,8,29)
C0M32Y8K29 
(0%,32%,8%,29%)
(0.00/0.32/0.08/0.29)	

CMYK percentages

%0
%32.42
%7.69
%28.63

Codes

Color #B67BA8 in popluar color models

B67BA8
RGB182123168
HSL314°28.78%59.80%
HSB/HSV314°32.42%71.37%
CMYK0.00%32.42%7.69%
28.63%

Color #B67BA8 in popluar number systems.

HEXB67BA8
Decimal182123168
Binary10110110111101110101000
Octal266173250

Shades and tints

Shades of #B67BA8

#B67BA8
(182,123,168)
#A67099
(166,112,153)
#96658A
(150,101,138)
#865A7B
(134,90,123)
#764F6C
(118,79,108)
#66445D
(102,68,93)
#56394E
(86,57,78)
#462E3F
(70,46,63)
#362330
(54,35,48)
#261821
(38,24,33)
#160D12
(22,13,18)
#000000
(0,0,0)

Tints of #B67BA8

#B67BA8
(182,123,168)
#BC87AF
(188,135,175)
#C293B6
(194,147,182)
#C89FBD
(200,159,189)
#CEABC4
(206,171,196)
#D4B7CB
(212,183,203)
#DAC3D2
(218,195,210)
#E0CFD9
(224,207,217)
#E6DBE0
(230,219,224)
#ECE7E7
(236,231,231)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B67BA8 color. Also use rgb(182,123,168) instead hex code.

Text Font Color

.myTextColor { color: #B67BA8; }

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

This text font color is #B67BA8.


Background Color

.myBgColor { background-color: #B67BA8; }

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

This div background color is #B67BA8.


Border color

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

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

This div border color is #B67BA8.


Opacity

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

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

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

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

This text has shadow with #B67BA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67BA8 on black background.


Color preview on white background

This text has color #B67BA8 on white background.



Black color preview on #B67BA8 background

This text has black color on #B67BA8 background.


White color preview on #B67BA8 background

This text has white color on #B67BA8 background.