COLOR #B67E94

HEX: #B67E94
RGB: (182,126,148)

Color info

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

RGB color model

#B67E94 color RGB value is (182,126,148).

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

RGB channels and saturation

R 182 of 255 = 71%
G 126 of 255 = 49%
B 148 of 255 = 58%

182
126
148

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

Portions of RGB colors in percentages

R + G + B =
182 + 126 + 148 = 456 (100%)
R 182 of 456 ~ 39.91%
G 126 of 456 ~ 27.63%
B 148 of 456 ~ 32.46%

%39.91
%27.63
%32.46

CMYK color model

#B67E94 color CMYK value is (0,31,19,29).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 18.68%
  • key color value is 28.63%
CMYK:
(0,31,19,29)
C0M31Y19K29 
(0%,31%,19%,29%)
(0.00/0.31/0.19/0.29)	

CMYK percentages

%0
%30.77
%18.68
%28.63

Codes

Color #B67E94 in popluar color models

B67E94
RGB182126148
HSL336°27.72%60.39%
HSB/HSV336°30.77%71.37%
CMYK0.00%30.77%18.68%
28.63%

Color #B67E94 in popluar number systems.

HEXB67E94
Decimal182126148
Binary10110110111111010010100
Octal266176224

Shades and tints

Shades of #B67E94

#B67E94
(182,126,148)
#A67387
(166,115,135)
#96687A
(150,104,122)
#865D6D
(134,93,109)
#765260
(118,82,96)
#664753
(102,71,83)
#563C46
(86,60,70)
#463139
(70,49,57)
#36262C
(54,38,44)
#261B1F
(38,27,31)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #B67E94

#B67E94
(182,126,148)
#BC899D
(188,137,157)
#C294A6
(194,148,166)
#C89FAF
(200,159,175)
#CEAAB8
(206,170,184)
#D4B5C1
(212,181,193)
#DAC0CA
(218,192,202)
#E0CBD3
(224,203,211)
#E6D6DC
(230,214,220)
#ECE1E5
(236,225,229)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B67E94; }

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

This text font color is #B67E94.


Background Color

.myBgColor { background-color: #B67E94; }

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

This div background color is #B67E94.


Border color

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

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

This div border color is #B67E94.


Opacity

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

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

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

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

This text has shadow with #B67E94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67E94 on black background.


Color preview on white background

This text has color #B67E94 on white background.



Black color preview on #B67E94 background

This text has black color on #B67E94 background.


White color preview on #B67E94 background

This text has white color on #B67E94 background.