COLOR #B67D94

HEX: #B67D94
RGB: (182,125,148)

Color info

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

RGB color model

#B67D94 color RGB value is (182,125,148).

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

RGB channels and saturation

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

182
125
148

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

Portions of RGB colors in percentages

R + G + B =
182 + 125 + 148 = 455 (100%)
R 182 of 455 ~ 40%
G 125 of 455 ~ 27.47%
B 148 of 455 ~ 32.53%

%40
%27.47
%32.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.32%
  • 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
%31.32
%18.68
%28.63

Codes

Color #B67D94 in popluar color models

B67D94
RGB182125148
HSL336°28.08%60.20%
HSB/HSV336°31.32%71.37%
CMYK0.00%31.32%18.68%
28.63%

Color #B67D94 in popluar number systems.

HEXB67D94
Decimal182125148
Binary10110110111110110010100
Octal266175224

Shades and tints

Shades of #B67D94

#B67D94
(182,125,148)
#A67287
(166,114,135)
#96677A
(150,103,122)
#865C6D
(134,92,109)
#765160
(118,81,96)
#664653
(102,70,83)
#563B46
(86,59,70)
#463039
(70,48,57)
#36252C
(54,37,44)
#261A1F
(38,26,31)
#160F12
(22,15,18)
#000000
(0,0,0)

Tints of #B67D94

#B67D94
(182,125,148)
#BC889D
(188,136,157)
#C293A6
(194,147,166)
#C89EAF
(200,158,175)
#CEA9B8
(206,169,184)
#D4B4C1
(212,180,193)
#DABFCA
(218,191,202)
#E0CAD3
(224,202,211)
#E6D5DC
(230,213,220)
#ECE0E5
(236,224,229)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B67D94; }

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

This text font color is #B67D94.


Background Color

.myBgColor { background-color: #B67D94; }

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

This div background color is #B67D94.


Border color

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

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

This div border color is #B67D94.


Opacity

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

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

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

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

This text has shadow with #B67D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67D94 on black background.


Color preview on white background

This text has color #B67D94 on white background.



Black color preview on #B67D94 background

This text has black color on #B67D94 background.


White color preview on #B67D94 background

This text has white color on #B67D94 background.