COLOR #B994B3

HEX: #B994B3
RGB: (185,148,179)

Color info

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

RGB color model

#B994B3 color RGB value is (185,148,179).

  • red value is 185;
  • green value is 148;
  • blue value is 179.
RGB:
(185,148,179)
(73%,58%,70%)

RGB channels and saturation

R 185 of 255 = 73%
G 148 of 255 = 58%
B 179 of 255 = 70%

185
148
179

R + G + B ~ 67%. #B994B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 148 + 179 = 512 (100%)
R 185 of 512 ~ 36.13%
G 148 of 512 ~ 28.91%
B 179 of 512 ~ 34.96%

%36.13
%28.91
%34.96

CMYK color model

#B994B3 color CMYK value is (0,20,3,27).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 3.24%
  • key color value is 27.45%
CMYK:
(0,20,3,27)
C0M20Y3K27 
(0%,20%,3%,27%)
(0.00/0.20/0.03/0.27)	

CMYK percentages

%0
%20
%3.24
%27.45

Codes

Color #B994B3 in popluar color models

B994B3
RGB185148179
HSL310°20.90%65.29%
HSB/HSV310°20.00%72.55%
CMYK0.00%20.00%3.24%
27.45%

Color #B994B3 in popluar number systems.

HEXB994B3
Decimal185148179
Binary101110011001010010110011
Octal271224263

Shades and tints

Shades of #B994B3

#B994B3
(185,148,179)
#A987A3
(169,135,163)
#997A93
(153,122,147)
#896D83
(137,109,131)
#796073
(121,96,115)
#695363
(105,83,99)
#594653
(89,70,83)
#493943
(73,57,67)
#392C33
(57,44,51)
#291F23
(41,31,35)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #B994B3

#B994B3
(185,148,179)
#BF9DB9
(191,157,185)
#C5A6BF
(197,166,191)
#CBAFC5
(203,175,197)
#D1B8CB
(209,184,203)
#D7C1D1
(215,193,209)
#DDCAD7
(221,202,215)
#E3D3DD
(227,211,221)
#E9DCE3
(233,220,227)
#EFE5E9
(239,229,233)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B994B3 color. Also use rgb(185,148,179) instead hex code.

Text Font Color

.myTextColor { color: #B994B3; }

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

This text font color is #B994B3.


Background Color

.myBgColor { background-color: #B994B3; }

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

This div background color is #B994B3.


Border color

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

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

This div border color is #B994B3.


Opacity

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

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

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

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

This text has shadow with #B994B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B994B3 on black background.


Color preview on white background

This text has color #B994B3 on white background.



Black color preview on #B994B3 background

This text has black color on #B994B3 background.


White color preview on #B994B3 background

This text has white color on #B994B3 background.