COLOR #B994A3

HEX: #B994A3
RGB: (185,148,163)

Color info

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

RGB color model

#B994A3 color RGB value is (185,148,163).

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

RGB channels and saturation

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

185
148
163

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

Portions of RGB colors in percentages

R + G + B =
185 + 148 + 163 = 496 (100%)
R 185 of 496 ~ 37.3%
G 148 of 496 ~ 29.84%
B 163 of 496 ~ 32.86%

%37.3
%29.84
%32.86

CMYK color model

#B994A3 color CMYK value is (0,20,12,27).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 11.89%
  • key color value is 27.45%
CMYK:
(0,20,12,27)
C0M20Y12K27 
(0%,20%,12%,27%)
(0.00/0.20/0.12/0.27)	

CMYK percentages

%0
%20
%11.89
%27.45

Codes

Color #B994A3 in popluar color models

B994A3
RGB185148163
HSL336°20.90%65.29%
HSB/HSV336°20.00%72.55%
CMYK0.00%20.00%11.89%
27.45%

Color #B994A3 in popluar number systems.

HEXB994A3
Decimal185148163
Binary101110011001010010100011
Octal271224243

Shades and tints

Shades of #B994A3

#B994A3
(185,148,163)
#A98795
(169,135,149)
#997A87
(153,122,135)
#896D79
(137,109,121)
#79606B
(121,96,107)
#69535D
(105,83,93)
#59464F
(89,70,79)
#493941
(73,57,65)
#392C33
(57,44,51)
#291F25
(41,31,37)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #B994A3

#B994A3
(185,148,163)
#BF9DAB
(191,157,171)
#C5A6B3
(197,166,179)
#CBAFBB
(203,175,187)
#D1B8C3
(209,184,195)
#D7C1CB
(215,193,203)
#DDCAD3
(221,202,211)
#E3D3DB
(227,211,219)
#E9DCE3
(233,220,227)
#EFE5EB
(239,229,235)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B994A3; }

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

This text font color is #B994A3.


Background Color

.myBgColor { background-color: #B994A3; }

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

This div background color is #B994A3.


Border color

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

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

This div border color is #B994A3.


Opacity

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

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

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

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

This text has shadow with #B994A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B994A3 on black background.


Color preview on white background

This text has color #B994A3 on white background.



Black color preview on #B994A3 background

This text has black color on #B994A3 background.


White color preview on #B994A3 background

This text has white color on #B994A3 background.