COLOR #B893B4

HEX: #B893B4
RGB: (184,147,180)

Color info

#B893B4 contains red, green and blue colors in about the same proportion. Web safe color of #B893B4 is #CC99CC (or #C9C).

RGB color model

#B893B4 color RGB value is (184,147,180).

  • red value is 184;
  • green value is 147;
  • blue value is 180.
RGB:
(184,147,180)
(72%,58%,71%)

RGB channels and saturation

R 184 of 255 = 72%
G 147 of 255 = 58%
B 180 of 255 = 71%

184
147
180

R + G + B ~ 67%. #B893B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 147 + 180 = 511 (100%)
R 184 of 511 ~ 36.01%
G 147 of 511 ~ 28.77%
B 180 of 511 ~ 35.23%

%36.01
%28.77
%35.23

CMYK color model

#B893B4 color CMYK value is (0,20,2,28).

  • cyan value is 0.00%
  • magenta value is 20.11%
  • yellow value is 2.17%
  • key color value is 27.84%
CMYK:
(0,20,2,28)
C0M20Y2K28 
(0%,20%,2%,28%)
(0.00/0.20/0.02/0.28)	

CMYK percentages

%0
%20.11
%2.17
%27.84

Codes

Color #B893B4 in popluar color models

B893B4
RGB184147180
HSL306°20.67%64.90%
HSB/HSV306°20.11%72.16%
CMYK0.00%20.11%2.17%
27.84%

Color #B893B4 in popluar number systems.

HEXB893B4
Decimal184147180
Binary101110001001001110110100
Octal270223264

Shades and tints

Shades of #B893B4

#B893B4
(184,147,180)
#A886A4
(168,134,164)
#987994
(152,121,148)
#886C84
(136,108,132)
#785F74
(120,95,116)
#685264
(104,82,100)
#584554
(88,69,84)
#483844
(72,56,68)
#382B34
(56,43,52)
#281E24
(40,30,36)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #B893B4

#B893B4
(184,147,180)
#BE9CBA
(190,156,186)
#C4A5C0
(196,165,192)
#CAAEC6
(202,174,198)
#D0B7CC
(208,183,204)
#D6C0D2
(214,192,210)
#DCC9D8
(220,201,216)
#E2D2DE
(226,210,222)
#E8DBE4
(232,219,228)
#EEE4EA
(238,228,234)
#F4EDF0
(244,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B893B4 color. Also use rgb(184,147,180) instead hex code.

Text Font Color

.myTextColor { color: #B893B4; }

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

This text font color is #B893B4.


Background Color

.myBgColor { background-color: #B893B4; }

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

This div background color is #B893B4.


Border color

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

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

This div border color is #B893B4.


Opacity

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

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

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

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

This text has shadow with #B893B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B893B4 on black background.


Color preview on white background

This text has color #B893B4 on white background.



Black color preview on #B893B4 background

This text has black color on #B893B4 background.


White color preview on #B893B4 background

This text has white color on #B893B4 background.