COLOR #B67D8A

HEX: #B67D8A
RGB: (182,125,138)

Color info

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

RGB color model

#B67D8A color RGB value is (182,125,138).

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

RGB channels and saturation

R 182 of 255 = 71%
G 125 of 255 = 49%
B 138 of 255 = 54%

182
125
138

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

Portions of RGB colors in percentages

R + G + B =
182 + 125 + 138 = 445 (100%)
R 182 of 445 ~ 40.9%
G 125 of 445 ~ 28.09%
B 138 of 445 ~ 31.01%

%40.9
%28.09
%31.01

CMYK color model

#B67D8A color CMYK value is (0,31,24,29).

  • cyan value is 0.00%
  • magenta value is 31.32%
  • yellow value is 24.18%
  • key color value is 28.63%
CMYK:
(0,31,24,29)
C0M31Y24K29 
(0%,31%,24%,29%)
(0.00/0.31/0.24/0.29)	

CMYK percentages

%0
%31.32
%24.18
%28.63

Codes

Color #B67D8A in popluar color models

B67D8A
RGB182125138
HSL346°28.08%60.20%
HSB/HSV346°31.32%71.37%
CMYK0.00%31.32%24.18%
28.63%

Color #B67D8A in popluar number systems.

HEXB67D8A
Decimal182125138
Binary10110110111110110001010
Octal266175212

Shades and tints

Shades of #B67D8A

#B67D8A
(182,125,138)
#A6727E
(166,114,126)
#966772
(150,103,114)
#865C66
(134,92,102)
#76515A
(118,81,90)
#66464E
(102,70,78)
#563B42
(86,59,66)
#463036
(70,48,54)
#36252A
(54,37,42)
#261A1E
(38,26,30)
#160F12
(22,15,18)
#000000
(0,0,0)

Tints of #B67D8A

#B67D8A
(182,125,138)
#BC8894
(188,136,148)
#C2939E
(194,147,158)
#C89EA8
(200,158,168)
#CEA9B2
(206,169,178)
#D4B4BC
(212,180,188)
#DABFC6
(218,191,198)
#E0CAD0
(224,202,208)
#E6D5DA
(230,213,218)
#ECE0E4
(236,224,228)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B67D8A; }

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

This text font color is #B67D8A.


Background Color

.myBgColor { background-color: #B67D8A; }

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

This div background color is #B67D8A.


Border color

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

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

This div border color is #B67D8A.


Opacity

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

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

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

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

This text has shadow with #B67D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67D8A on black background.


Color preview on white background

This text has color #B67D8A on white background.



Black color preview on #B67D8A background

This text has black color on #B67D8A background.


White color preview on #B67D8A background

This text has white color on #B67D8A background.