COLOR #B993A3

HEX: #B993A3
RGB: (185,147,163)

Color info

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

RGB color model

#B993A3 color RGB value is (185,147,163).

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

RGB channels and saturation

R 185 of 255 = 73%
G 147 of 255 = 58%
B 163 of 255 = 64%

185
147
163

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

Portions of RGB colors in percentages

R + G + B =
185 + 147 + 163 = 495 (100%)
R 185 of 495 ~ 37.37%
G 147 of 495 ~ 29.7%
B 163 of 495 ~ 32.93%

%37.37
%29.7
%32.93

CMYK color model

#B993A3 color CMYK value is (0,21,12,27).

  • cyan value is 0.00%
  • magenta value is 20.54%
  • yellow value is 11.89%
  • key color value is 27.45%
CMYK:
(0,21,12,27)
C0M21Y12K27 
(0%,21%,12%,27%)
(0.00/0.21/0.12/0.27)	

CMYK percentages

%0
%20.54
%11.89
%27.45

Codes

Color #B993A3 in popluar color models

B993A3
RGB185147163
HSL335°21.35%65.10%
HSB/HSV335°20.54%72.55%
CMYK0.00%20.54%11.89%
27.45%

Color #B993A3 in popluar number systems.

HEXB993A3
Decimal185147163
Binary101110011001001110100011
Octal271223243

Shades and tints

Shades of #B993A3

#B993A3
(185,147,163)
#A98695
(169,134,149)
#997987
(153,121,135)
#896C79
(137,108,121)
#795F6B
(121,95,107)
#69525D
(105,82,93)
#59454F
(89,69,79)
#493841
(73,56,65)
#392B33
(57,43,51)
#291E25
(41,30,37)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #B993A3

#B993A3
(185,147,163)
#BF9CAB
(191,156,171)
#C5A5B3
(197,165,179)
#CBAEBB
(203,174,187)
#D1B7C3
(209,183,195)
#D7C0CB
(215,192,203)
#DDC9D3
(221,201,211)
#E3D2DB
(227,210,219)
#E9DBE3
(233,219,227)
#EFE4EB
(239,228,235)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B993A3; }

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

This text font color is #B993A3.


Background Color

.myBgColor { background-color: #B993A3; }

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

This div background color is #B993A3.


Border color

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

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

This div border color is #B993A3.


Opacity

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

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

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

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

This text has shadow with #B993A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B993A3 on black background.


Color preview on white background

This text has color #B993A3 on white background.



Black color preview on #B993A3 background

This text has black color on #B993A3 background.


White color preview on #B993A3 background

This text has white color on #B993A3 background.