COLOR #B893AC

HEX: #B893AC
RGB: (184,147,172)

Color info

#B893AC contains red, green and blue colors in about the same proportion. Web safe color of #B893AC is #CC9999 (or #C99).

RGB color model

#B893AC color RGB value is (184,147,172).

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

RGB channels and saturation

R 184 of 255 = 72%
G 147 of 255 = 58%
B 172 of 255 = 67%

184
147
172

R + G + B ~ 66%. #B893AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 147 + 172 = 503 (100%)
R 184 of 503 ~ 36.58%
G 147 of 503 ~ 29.22%
B 172 of 503 ~ 34.19%

%36.58
%29.22
%34.19

CMYK color model

#B893AC color CMYK value is (0,20,7,28).

  • cyan value is 0.00%
  • magenta value is 20.11%
  • yellow value is 6.52%
  • key color value is 27.84%
CMYK:
(0,20,7,28)
C0M20Y7K28 
(0%,20%,7%,28%)
(0.00/0.20/0.07/0.28)	

CMYK percentages

%0
%20.11
%6.52
%27.84

Codes

Color #B893AC in popluar color models

B893AC
RGB184147172
HSL319°20.67%64.90%
HSB/HSV319°20.11%72.16%
CMYK0.00%20.11%6.52%
27.84%

Color #B893AC in popluar number systems.

HEXB893AC
Decimal184147172
Binary101110001001001110101100
Octal270223254

Shades and tints

Shades of #B893AC

#B893AC
(184,147,172)
#A8869D
(168,134,157)
#98798E
(152,121,142)
#886C7F
(136,108,127)
#785F70
(120,95,112)
#685261
(104,82,97)
#584552
(88,69,82)
#483843
(72,56,67)
#382B34
(56,43,52)
#281E25
(40,30,37)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #B893AC

#B893AC
(184,147,172)
#BE9CB3
(190,156,179)
#C4A5BA
(196,165,186)
#CAAEC1
(202,174,193)
#D0B7C8
(208,183,200)
#D6C0CF
(214,192,207)
#DCC9D6
(220,201,214)
#E2D2DD
(226,210,221)
#E8DBE4
(232,219,228)
#EEE4EB
(238,228,235)
#F4EDF2
(244,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B893AC; }

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

This text font color is #B893AC.


Background Color

.myBgColor { background-color: #B893AC; }

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

This div background color is #B893AC.


Border color

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

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

This div border color is #B893AC.


Opacity

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

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

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

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

This text has shadow with #B893AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B893AC on black background.


Color preview on white background

This text has color #B893AC on white background.



Black color preview on #B893AC background

This text has black color on #B893AC background.


White color preview on #B893AC background

This text has white color on #B893AC background.