COLOR #B67D9C

HEX: #B67D9C
RGB: (182,125,156)

Color info

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

RGB color model

#B67D9C color RGB value is (182,125,156).

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

RGB channels and saturation

R 182 of 255 = 71%
G 125 of 255 = 49%
B 156 of 255 = 61%

182
125
156

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

Portions of RGB colors in percentages

R + G + B =
182 + 125 + 156 = 463 (100%)
R 182 of 463 ~ 39.31%
G 125 of 463 ~ 27%
B 156 of 463 ~ 33.69%

%39.31
%27
%33.69

CMYK color model

#B67D9C color CMYK value is (0,31,14,29).

  • cyan value is 0.00%
  • magenta value is 31.32%
  • yellow value is 14.29%
  • key color value is 28.63%
CMYK:
(0,31,14,29)
C0M31Y14K29 
(0%,31%,14%,29%)
(0.00/0.31/0.14/0.29)	

CMYK percentages

%0
%31.32
%14.29
%28.63

Codes

Color #B67D9C in popluar color models

B67D9C
RGB182125156
HSL327°28.08%60.20%
HSB/HSV327°31.32%71.37%
CMYK0.00%31.32%14.29%
28.63%

Color #B67D9C in popluar number systems.

HEXB67D9C
Decimal182125156
Binary10110110111110110011100
Octal266175234

Shades and tints

Shades of #B67D9C

#B67D9C
(182,125,156)
#A6728E
(166,114,142)
#966780
(150,103,128)
#865C72
(134,92,114)
#765164
(118,81,100)
#664656
(102,70,86)
#563B48
(86,59,72)
#46303A
(70,48,58)
#36252C
(54,37,44)
#261A1E
(38,26,30)
#160F10
(22,15,16)
#000000
(0,0,0)

Tints of #B67D9C

#B67D9C
(182,125,156)
#BC88A5
(188,136,165)
#C293AE
(194,147,174)
#C89EB7
(200,158,183)
#CEA9C0
(206,169,192)
#D4B4C9
(212,180,201)
#DABFD2
(218,191,210)
#E0CADB
(224,202,219)
#E6D5E4
(230,213,228)
#ECE0ED
(236,224,237)
#F2EBF6
(242,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B67D9C; }

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

This text font color is #B67D9C.


Background Color

.myBgColor { background-color: #B67D9C; }

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

This div background color is #B67D9C.


Border color

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

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

This div border color is #B67D9C.


Opacity

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

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

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

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

This text has shadow with #B67D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67D9C on black background.


Color preview on white background

This text has color #B67D9C on white background.



Black color preview on #B67D9C background

This text has black color on #B67D9C background.


White color preview on #B67D9C background

This text has white color on #B67D9C background.