COLOR #B996AC

HEX: #B996AC RGB: (185,150,172)

Color info

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

RGB color model

#B996AC color RGB value is (185,150,172).

RGB: (185,150,172) (73%, 59%, 67%)

RGB channels and saturation

R 185 of 255 = 73%
G 150 of 255 = 59%
B 172 of 255 = 67%

185
150
172

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

Portions of RGB colors in percentages

R + G + B = 185 + 150 + 172 = 507 (100%)
R 185 of 507 ~ 36.49%
G 150 of 507 ~ 29.59%
B 172 of 507 ~ 33.93'%

%36.49
%29.59
%33.93

CMYK color model

#B996AC color CMYK value is (0,19,7,27).

  • cyan value is 0.00%
  • magenta value is 18.92%
  • yellow value is 7.03%
  • key color value is 27.45%

CMYK: (0,19,7,27)
C0M19Y7K27 (0%, 19%, 7%, 27%)
(0.00 / 0.19 / 0.07 / 0.27)

CMYK percentages

%0
%18.92
%7.03
%27.45

Codes

Color #B996AC in popluar color models

B9 96 AC
RGB 185 150 172
HSL 322° 20.00% 65.69%
HSB/HSV 322° 18.92% 72.55%
CMYK 0.00% 18.92% 7.03%
27.45%

Color #B996AC in popluar number systems.

HEX B9 96 AC
Decimal 185 150 172
Binary 10111001 10010110 10101100
Octal 271 226 254

Shades and tints

Shades of #B996AC

#B996AC
(185,150,172)
#A9899D
(169,137,157)
#997C8E
(153,124,142)
#896F7F
(137,111,127)
#796270
(121,98,112)
#695561
(105,85,97)
#594852
(89,72,82)
#493B43
(73,59,67)
#392E34
(57,46,52)
#292125
(41,33,37)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #B996AC

#B996AC
(185,150,172)
#BF9FB3
(191,159,179)
#C5A8BA
(197,168,186)
#CBB1C1
(203,177,193)
#D1BAC8
(209,186,200)
#D7C3CF
(215,195,207)
#DDCCD6
(221,204,214)
#E3D5DD
(227,213,221)
#E9DEE4
(233,222,228)
#EFE7EB
(239,231,235)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B996AC; }

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

This text font color is #B996AC.

Background Color

.myBgColor { background-color: #B996AC; }

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

This div background color is #B996AC.

Border color

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

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

This div border color is #B996AC.

Opacity

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

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

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

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

This text has shadow with #B996AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B996AC.

Preview

Color preview on black background

This text has color #B996AC on black background.


Color preview on white background

This text has color #B996AC on white background.


Black color preview on #B996AC background

This text has black color on #B996AC background.


White color preview on #B996AC background

This text has white color on #B996AC background.


Related colors

Complementary color

Complementary color for #hex is #466953.


I love getcolorcode.com

Triadic colors

1 #ACB996 and #96ACB9 with #B996AC are triadic colors.

2 #AC96B9 and #96B9AC with #B996AC are triadic colors.