COLOR #B993A7

HEX: #B993A7
RGB: (185,147,167)

Color info

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

RGB color model

#B993A7 color RGB value is (185,147,167).

  • red value is 185;
  • green value is 147;
  • blue value is 167.
RGB:
(185,147,167)
(73%,58%,65%)

RGB channels and saturation

R 185 of 255 = 73%
G 147 of 255 = 58%
B 167 of 255 = 65%

185
147
167

R + G + B ~ 65%. #B993A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 147 + 167 = 499 (100%)
R 185 of 499 ~ 37.07%
G 147 of 499 ~ 29.46%
B 167 of 499 ~ 33.47%

%37.07
%29.46
%33.47

CMYK color model

#B993A7 color CMYK value is (0,21,10,27).

  • cyan value is 0.00%
  • magenta value is 20.54%
  • yellow value is 9.73%
  • key color value is 27.45%
CMYK:
(0,21,10,27)
C0M21Y10K27 
(0%,21%,10%,27%)
(0.00/0.21/0.10/0.27)	

CMYK percentages

%0
%20.54
%9.73
%27.45

Codes

Color #B993A7 in popluar color models

B993A7
RGB185147167
HSL328°21.35%65.10%
HSB/HSV328°20.54%72.55%
CMYK0.00%20.54%9.73%
27.45%

Color #B993A7 in popluar number systems.

HEXB993A7
Decimal185147167
Binary101110011001001110100111
Octal271223247

Shades and tints

Shades of #B993A7

#B993A7
(185,147,167)
#A98698
(169,134,152)
#997989
(153,121,137)
#896C7A
(137,108,122)
#795F6B
(121,95,107)
#69525C
(105,82,92)
#59454D
(89,69,77)
#49383E
(73,56,62)
#392B2F
(57,43,47)
#291E20
(41,30,32)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #B993A7

#B993A7
(185,147,167)
#BF9CAF
(191,156,175)
#C5A5B7
(197,165,183)
#CBAEBF
(203,174,191)
#D1B7C7
(209,183,199)
#D7C0CF
(215,192,207)
#DDC9D7
(221,201,215)
#E3D2DF
(227,210,223)
#E9DBE7
(233,219,231)
#EFE4EF
(239,228,239)
#F5EDF7
(245,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B993A7 color. Also use rgb(185,147,167) instead hex code.

Text Font Color

.myTextColor { color: #B993A7; }

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

This text font color is #B993A7.


Background Color

.myBgColor { background-color: #B993A7; }

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

This div background color is #B993A7.


Border color

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

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

This div border color is #B993A7.


Opacity

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

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

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

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

This text has shadow with #B993A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B993A7 on black background.


Color preview on white background

This text has color #B993A7 on white background.



Black color preview on #B993A7 background

This text has black color on #B993A7 background.


White color preview on #B993A7 background

This text has white color on #B993A7 background.