COLOR #B983A1

HEX: #B983A1
RGB: (185,131,161)

Color info

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

RGB color model

#B983A1 color RGB value is (185,131,161).

  • red value is 185;
  • green value is 131;
  • blue value is 161.
RGB:
(185,131,161)
(73%,51%,63%)

RGB channels and saturation

R 185 of 255 = 73%
G 131 of 255 = 51%
B 161 of 255 = 63%

185
131
161

R + G + B ~ 62%. #B983A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 131 + 161 = 477 (100%)
R 185 of 477 ~ 38.78%
G 131 of 477 ~ 27.46%
B 161 of 477 ~ 33.75%

%38.78
%27.46
%33.75

CMYK color model

#B983A1 color CMYK value is (0,29,13,27).

  • cyan value is 0.00%
  • magenta value is 29.19%
  • yellow value is 12.97%
  • key color value is 27.45%
CMYK:
(0,29,13,27)
C0M29Y13K27 
(0%,29%,13%,27%)
(0.00/0.29/0.13/0.27)	

CMYK percentages

%0
%29.19
%12.97
%27.45

Codes

Color #B983A1 in popluar color models

B983A1
RGB185131161
HSL327°27.84%61.96%
HSB/HSV327°29.19%72.55%
CMYK0.00%29.19%12.97%
27.45%

Color #B983A1 in popluar number systems.

HEXB983A1
Decimal185131161
Binary101110011000001110100001
Octal271203241

Shades and tints

Shades of #B983A1

#B983A1
(185,131,161)
#A97893
(169,120,147)
#996D85
(153,109,133)
#896277
(137,98,119)
#795769
(121,87,105)
#694C5B
(105,76,91)
#59414D
(89,65,77)
#49363F
(73,54,63)
#392B31
(57,43,49)
#292023
(41,32,35)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #B983A1

#B983A1
(185,131,161)
#BF8EA9
(191,142,169)
#C599B1
(197,153,177)
#CBA4B9
(203,164,185)
#D1AFC1
(209,175,193)
#D7BAC9
(215,186,201)
#DDC5D1
(221,197,209)
#E3D0D9
(227,208,217)
#E9DBE1
(233,219,225)
#EFE6E9
(239,230,233)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B983A1; }

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

This text font color is #B983A1.


Background Color

.myBgColor { background-color: #B983A1; }

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

This div background color is #B983A1.


Border color

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

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

This div border color is #B983A1.


Opacity

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

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

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

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

This text has shadow with #B983A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B983A1 on black background.


Color preview on white background

This text has color #B983A1 on white background.



Black color preview on #B983A1 background

This text has black color on #B983A1 background.


White color preview on #B983A1 background

This text has white color on #B983A1 background.