COLOR #B994AF

HEX: #B994AF RGB: (185,148,175)

Color info

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

RGB color model

#B994AF color RGB value is (185,148,175).

RGB: (185,148,175) (73%, 58%, 69%)

RGB channels and saturation

R 185 of 255 = 73%
G 148 of 255 = 58%
B 175 of 255 = 69%

185
148
175

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

Portions of RGB colors in percentages

R + G + B = 185 + 148 + 175 = 508 (100%)
R 185 of 508 ~ 36.42%
G 148 of 508 ~ 29.13%
B 175 of 508 ~ 34.45'%

%36.42
%29.13
%34.45

CMYK color model

#B994AF color CMYK value is (0,20,5,27).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 5.41%
  • key color value is 27.45%
CMYK: (0,20,5,27) C0M20Y5K27 (0%,20%,5%,27%) (0.00/0.20/0.05/0.27) 

CMYK percentages

%0
%20
%5.41
%27.45

Codes

Color #B994AF in popluar color models

B9 94 AF
RGB 185 148 175
HSL 316° 20.90% 65.29%
HSB/HSV 316° 20.00% 72.55%
CMYK 0.00% 20.00% 5.41%
27.45%

Color #B994AF in popluar number systems.

HEX B9 94 AF
Decimal 185 148 175
Binary 10111001 10010100 10101111
Octal 271 224 257

Shades and tints

Shades of #B994AF

#B994AF
(185,148,175)
#A987A0
(169,135,160)
#997A91
(153,122,145)
#896D82
(137,109,130)
#796073
(121,96,115)
#695364
(105,83,100)
#594655
(89,70,85)
#493946
(73,57,70)
#392C37
(57,44,55)
#291F28
(41,31,40)
#191219
(25,18,25)
#000000
(0,0,0)

Tints of #B994AF

#B994AF
(185,148,175)
#BF9DB6
(191,157,182)
#C5A6BD
(197,166,189)
#CBAFC4
(203,175,196)
#D1B8CB
(209,184,203)
#D7C1D2
(215,193,210)
#DDCAD9
(221,202,217)
#E3D3E0
(227,211,224)
#E9DCE7
(233,220,231)
#EFE5EE
(239,229,238)
#F5EEF5
(245,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B994AF; }

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

This text font color is #B994AF.

Background Color

.myBgColor { background-color: #B994AF; }

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

This div background color is #B994AF.

Border color

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

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

This div border color is #B994AF.

Opacity

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

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

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

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

This text has shadow with #B994AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B994AF.

Preview

Color preview on black background

This text has color #B994AF on black background.


Color preview on white background

This text has color #B994AF on white background.


Black color preview on #B994AF background

This text has black color on #B994AF background.


White color preview on #B994AF background

This text has white color on #B994AF background.


Related colors

Complementary color

Complementary color for #hex is #466B50.


I love getcolorcode.com

Triadic colors

1 #AFB994 and #94AFB9 with #B994AF are triadic colors.

2 #AF94B9 and #94B9AF with #B994AF are triadic colors.