COLOR #B994AC

HEX: #B994AC
RGB: (185,148,172)

Color info

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

RGB color model

#B994AC color RGB value is (185,148,172).

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

RGB channels and saturation

R 185 of 255 = 73%
G 148 of 255 = 58%
B 172 of 255 = 67%

185
148
172

R + G + B ~ 66%. #B994AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 148 + 172 = 505 (100%)
R 185 of 505 ~ 36.63%
G 148 of 505 ~ 29.31%
B 172 of 505 ~ 34.06%

%36.63
%29.31
%34.06

CMYK color model

#B994AC color CMYK value is (0,20,7,27).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 7.03%
  • key color value is 27.45%
CMYK:
(0,20,7,27)
C0M20Y7K27 
(0%,20%,7%,27%)
(0.00/0.20/0.07/0.27)	

CMYK percentages

%0
%20
%7.03
%27.45

Codes

Color #B994AC in popluar color models

B994AC
RGB185148172
HSL321°20.90%65.29%
HSB/HSV321°20.00%72.55%
CMYK0.00%20.00%7.03%
27.45%

Color #B994AC in popluar number systems.

HEXB994AC
Decimal185148172
Binary101110011001010010101100
Octal271224254

Shades and tints

Shades of #B994AC

#B994AC
(185,148,172)
#A9879D
(169,135,157)
#997A8E
(153,122,142)
#896D7F
(137,109,127)
#796070
(121,96,112)
#695361
(105,83,97)
#594652
(89,70,82)
#493943
(73,57,67)
#392C34
(57,44,52)
#291F25
(41,31,37)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #B994AC

#B994AC
(185,148,172)
#BF9DB3
(191,157,179)
#C5A6BA
(197,166,186)
#CBAFC1
(203,175,193)
#D1B8C8
(209,184,200)
#D7C1CF
(215,193,207)
#DDCAD6
(221,202,214)
#E3D3DD
(227,211,221)
#E9DCE4
(233,220,228)
#EFE5EB
(239,229,235)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B994AC; }

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

This text font color is #B994AC.


Background Color

.myBgColor { background-color: #B994AC; }

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

This div background color is #B994AC.


Border color

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

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

This div border color is #B994AC.


Opacity

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

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

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

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

This text has shadow with #B994AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B994AC on black background.


Color preview on white background

This text has color #B994AC on white background.



Black color preview on #B994AC background

This text has black color on #B994AC background.


White color preview on #B994AC background

This text has white color on #B994AC background.