COLOR #B993A1

HEX: #B993A1 RGB: (185,147,161)

Color info

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

RGB color model

#B993A1 color RGB value is (185,147,161).

RGB: (185,147,161) (73%, 58%, 63%)

RGB channels and saturation

R 185 of 255 = 73%
G 147 of 255 = 58%
B 161 of 255 = 63%

185
147
161

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

Portions of RGB colors in percentages

R + G + B = 185 + 147 + 161 = 493 (100%)
R 185 of 493 ~ 37.53%
G 147 of 493 ~ 29.82%
B 161 of 493 ~ 32.66'%

%37.53
%29.82
%32.66

CMYK color model

#B993A1 color CMYK value is (0,21,13,27).

  • cyan value is 0.00%
  • magenta value is 20.54%
  • yellow value is 12.97%
  • key color value is 27.45%

CMYK: (0,21,13,27)
C0M21Y13K27 (0%, 21%, 13%, 27%)
(0.00 / 0.21 / 0.13 / 0.27)

CMYK percentages

%0
%20.54
%12.97
%27.45

Codes

Color #B993A1 in popluar color models

B9 93 A1
RGB 185 147 161
HSL 338° 21.35% 65.10%
HSB/HSV 338° 20.54% 72.55%
CMYK 0.00% 20.54% 12.97%
27.45%

Color #B993A1 in popluar number systems.

HEX B9 93 A1
Decimal 185 147 161
Binary 10111001 10010011 10100001
Octal 271 223 241

Shades and tints

Shades of #B993A1

#B993A1
(185,147,161)
#A98693
(169,134,147)
#997985
(153,121,133)
#896C77
(137,108,119)
#795F69
(121,95,105)
#69525B
(105,82,91)
#59454D
(89,69,77)
#49383F
(73,56,63)
#392B31
(57,43,49)
#291E23
(41,30,35)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #B993A1

#B993A1
(185,147,161)
#BF9CA9
(191,156,169)
#C5A5B1
(197,165,177)
#CBAEB9
(203,174,185)
#D1B7C1
(209,183,193)
#D7C0C9
(215,192,201)
#DDC9D1
(221,201,209)
#E3D2D9
(227,210,217)
#E9DBE1
(233,219,225)
#EFE4E9
(239,228,233)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B993A1; }

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

This text font color is #B993A1.

Background Color

.myBgColor { background-color: #B993A1; }

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

This div background color is #B993A1.

Border color

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

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

This div border color is #B993A1.

Opacity

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

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

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

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

This text has shadow with #B993A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B993A1.

Preview

Color preview on black background

This text has color #B993A1 on black background.


Color preview on white background

This text has color #B993A1 on white background.


Black color preview on #B993A1 background

This text has black color on #B993A1 background.


White color preview on #B993A1 background

This text has white color on #B993A1 background.


Related colors

Complementary color

Complementary color for #hex is #466C5E.


I love getcolorcode.com

Triadic colors

1 #A1B993 and #93A1B9 with #B993A1 are triadic colors.

2 #A193B9 and #93B9A1 with #B993A1 are triadic colors.