COLOR #B67E90

HEX: #B67E90
RGB: (182,126,144)

Color info

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

RGB color model

#B67E90 color RGB value is (182,126,144).

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

RGB channels and saturation

R 182 of 255 = 71%
G 126 of 255 = 49%
B 144 of 255 = 56%

182
126
144

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

Portions of RGB colors in percentages

R + G + B =
182 + 126 + 144 = 452 (100%)
R 182 of 452 ~ 40.27%
G 126 of 452 ~ 27.88%
B 144 of 452 ~ 31.86%

%40.27
%27.88
%31.86

CMYK color model

#B67E90 color CMYK value is (0,31,21,29).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 20.88%
  • key color value is 28.63%
CMYK:
(0,31,21,29)
C0M31Y21K29 
(0%,31%,21%,29%)
(0.00/0.31/0.21/0.29)	

CMYK percentages

%0
%30.77
%20.88
%28.63

Codes

Color #B67E90 in popluar color models

B67E90
RGB182126144
HSL341°27.72%60.39%
HSB/HSV341°30.77%71.37%
CMYK0.00%30.77%20.88%
28.63%

Color #B67E90 in popluar number systems.

HEXB67E90
Decimal182126144
Binary10110110111111010010000
Octal266176220

Shades and tints

Shades of #B67E90

#B67E90
(182,126,144)
#A67383
(166,115,131)
#966876
(150,104,118)
#865D69
(134,93,105)
#76525C
(118,82,92)
#66474F
(102,71,79)
#563C42
(86,60,66)
#463135
(70,49,53)
#362628
(54,38,40)
#261B1B
(38,27,27)
#16100E
(22,16,14)
#000000
(0,0,0)

Tints of #B67E90

#B67E90
(182,126,144)
#BC899A
(188,137,154)
#C294A4
(194,148,164)
#C89FAE
(200,159,174)
#CEAAB8
(206,170,184)
#D4B5C2
(212,181,194)
#DAC0CC
(218,192,204)
#E0CBD6
(224,203,214)
#E6D6E0
(230,214,224)
#ECE1EA
(236,225,234)
#F2ECF4
(242,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B67E90; }

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

This text font color is #B67E90.


Background Color

.myBgColor { background-color: #B67E90; }

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

This div background color is #B67E90.


Border color

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

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

This div border color is #B67E90.


Opacity

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

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

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

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

This text has shadow with #B67E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67E90 on black background.


Color preview on white background

This text has color #B67E90 on white background.



Black color preview on #B67E90 background

This text has black color on #B67E90 background.


White color preview on #B67E90 background

This text has white color on #B67E90 background.