COLOR #B67E9B

HEX: #B67E9B
RGB: (182,126,155)

Color info

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

RGB color model

#B67E9B color RGB value is (182,126,155).

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

RGB channels and saturation

R 182 of 255 = 71%
G 126 of 255 = 49%
B 155 of 255 = 61%

182
126
155

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

Portions of RGB colors in percentages

R + G + B =
182 + 126 + 155 = 463 (100%)
R 182 of 463 ~ 39.31%
G 126 of 463 ~ 27.21%
B 155 of 463 ~ 33.48%

%39.31
%27.21
%33.48

CMYK color model

#B67E9B color CMYK value is (0,31,15,29).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 14.84%
  • key color value is 28.63%
CMYK:
(0,31,15,29)
C0M31Y15K29 
(0%,31%,15%,29%)
(0.00/0.31/0.15/0.29)	

CMYK percentages

%0
%30.77
%14.84
%28.63

Codes

Color #B67E9B in popluar color models

B67E9B
RGB182126155
HSL329°27.72%60.39%
HSB/HSV329°30.77%71.37%
CMYK0.00%30.77%14.84%
28.63%

Color #B67E9B in popluar number systems.

HEXB67E9B
Decimal182126155
Binary10110110111111010011011
Octal266176233

Shades and tints

Shades of #B67E9B

#B67E9B
(182,126,155)
#A6738D
(166,115,141)
#96687F
(150,104,127)
#865D71
(134,93,113)
#765263
(118,82,99)
#664755
(102,71,85)
#563C47
(86,60,71)
#463139
(70,49,57)
#36262B
(54,38,43)
#261B1D
(38,27,29)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #B67E9B

#B67E9B
(182,126,155)
#BC89A4
(188,137,164)
#C294AD
(194,148,173)
#C89FB6
(200,159,182)
#CEAABF
(206,170,191)
#D4B5C8
(212,181,200)
#DAC0D1
(218,192,209)
#E0CBDA
(224,203,218)
#E6D6E3
(230,214,227)
#ECE1EC
(236,225,236)
#F2ECF5
(242,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B67E9B; }

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

This text font color is #B67E9B.


Background Color

.myBgColor { background-color: #B67E9B; }

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

This div background color is #B67E9B.


Border color

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

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

This div border color is #B67E9B.


Opacity

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

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

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

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

This text has shadow with #B67E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67E9B on black background.


Color preview on white background

This text has color #B67E9B on white background.



Black color preview on #B67E9B background

This text has black color on #B67E9B background.


White color preview on #B67E9B background

This text has white color on #B67E9B background.