COLOR #B9969D

HEX: #B9969D
RGB: (185,150,157)

Color info

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

RGB color model

#B9969D color RGB value is (185,150,157).

  • red value is 185;
  • green value is 150;
  • blue value is 157.
RGB:
(185,150,157)
(73%,59%,62%)

RGB channels and saturation

R 185 of 255 = 73%
G 150 of 255 = 59%
B 157 of 255 = 62%

185
150
157

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

Portions of RGB colors in percentages

R + G + B =
185 + 150 + 157 = 492 (100%)
R 185 of 492 ~ 37.6%
G 150 of 492 ~ 30.49%
B 157 of 492 ~ 31.91%

%37.6
%30.49
%31.91

CMYK color model

#B9969D color CMYK value is (0,19,15,27).

  • cyan value is 0.00%
  • magenta value is 18.92%
  • yellow value is 15.14%
  • key color value is 27.45%
CMYK:
(0,19,15,27)
C0M19Y15K27 
(0%,19%,15%,27%)
(0.00/0.19/0.15/0.27)	

CMYK percentages

%0
%18.92
%15.14
%27.45

Codes

Color #B9969D in popluar color models

B9969D
RGB185150157
HSL348°20.00%65.69%
HSB/HSV348°18.92%72.55%
CMYK0.00%18.92%15.14%
27.45%

Color #B9969D in popluar number systems.

HEXB9969D
Decimal185150157
Binary101110011001011010011101
Octal271226235

Shades and tints

Shades of #B9969D

#B9969D
(185,150,157)
#A9898F
(169,137,143)
#997C81
(153,124,129)
#896F73
(137,111,115)
#796265
(121,98,101)
#695557
(105,85,87)
#594849
(89,72,73)
#493B3B
(73,59,59)
#392E2D
(57,46,45)
#29211F
(41,33,31)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #B9969D

#B9969D
(185,150,157)
#BF9FA5
(191,159,165)
#C5A8AD
(197,168,173)
#CBB1B5
(203,177,181)
#D1BABD
(209,186,189)
#D7C3C5
(215,195,197)
#DDCCCD
(221,204,205)
#E3D5D5
(227,213,213)
#E9DEDD
(233,222,221)
#EFE7E5
(239,231,229)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9969D; }

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

This text font color is #B9969D.


Background Color

.myBgColor { background-color: #B9969D; }

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

This div background color is #B9969D.


Border color

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

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

This div border color is #B9969D.


Opacity

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

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

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

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

This text has shadow with #B9969D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9969D on black background.


Color preview on white background

This text has color #B9969D on white background.



Black color preview on #B9969D background

This text has black color on #B9969D background.


White color preview on #B9969D background

This text has white color on #B9969D background.