COLOR #B996AD

HEX: #B996AD RGB: (185,150,173)

Color info

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

RGB color model

#B996AD color RGB value is (185,150,173).

RGB: (185,150,173) (73%, 59%, 68%)

RGB channels and saturation

R 185 of 255 = 73%
G 150 of 255 = 59%
B 173 of 255 = 68%

185
150
173

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

Portions of RGB colors in percentages

R + G + B = 185 + 150 + 173 = 508 (100%)
R 185 of 508 ~ 36.42%
G 150 of 508 ~ 29.53%
B 173 of 508 ~ 34.06'%

%36.42
%29.53
%34.06

CMYK color model

#B996AD color CMYK value is (0,19,6,27).

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

CMYK: (0,19,6,27)
C0M19Y6K27 (0%, 19%, 6%, 27%)
(0.00 / 0.19 / 0.06 / 0.27)

CMYK percentages

%0
%18.92
%6.49
%27.45

Codes

Color #B996AD in popluar color models

B9 96 AD
RGB 185 150 173
HSL 321° 20.00% 65.69%
HSB/HSV 321° 18.92% 72.55%
CMYK 0.00% 18.92% 6.49%
27.45%

Color #B996AD in popluar number systems.

HEX B9 96 AD
Decimal 185 150 173
Binary 10111001 10010110 10101101
Octal 271 226 255

Shades and tints

Shades of #B996AD

#B996AD
(185,150,173)
#A9899E
(169,137,158)
#997C8F
(153,124,143)
#896F80
(137,111,128)
#796271
(121,98,113)
#695562
(105,85,98)
#594853
(89,72,83)
#493B44
(73,59,68)
#392E35
(57,46,53)
#292126
(41,33,38)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #B996AD

#B996AD
(185,150,173)
#BF9FB4
(191,159,180)
#C5A8BB
(197,168,187)
#CBB1C2
(203,177,194)
#D1BAC9
(209,186,201)
#D7C3D0
(215,195,208)
#DDCCD7
(221,204,215)
#E3D5DE
(227,213,222)
#E9DEE5
(233,222,229)
#EFE7EC
(239,231,236)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B996AD; }

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

This text font color is #B996AD.

Background Color

.myBgColor { background-color: #B996AD; }

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

This div background color is #B996AD.

Border color

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

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

This div border color is #B996AD.

Opacity

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

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

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

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

This text has shadow with #B996AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B996AD.

Preview

Color preview on black background

This text has color #B996AD on black background.


Color preview on white background

This text has color #B996AD on white background.


Black color preview on #B996AD background

This text has black color on #B996AD background.


White color preview on #B996AD background

This text has white color on #B996AD background.


Related colors

Complementary color

Complementary color for #hex is #466952.


I love getcolorcode.com

Triadic colors

1 #ADB996 and #96ADB9 with #B996AD are triadic colors.

2 #AD96B9 and #96B9AD with #B996AD are triadic colors.