COLOR #BB969E

HEX: #BB969E
RGB: (187,150,158)

Color info

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

RGB color model

#BB969E color RGB value is (187,150,158).

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

RGB channels and saturation

R 187 of 255 = 73%
G 150 of 255 = 59%
B 158 of 255 = 62%

187
150
158

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

Portions of RGB colors in percentages

R + G + B =
187 + 150 + 158 = 495 (100%)
R 187 of 495 ~ 37.78%
G 150 of 495 ~ 30.3%
B 158 of 495 ~ 31.92%

%37.78
%30.3
%31.92

CMYK color model

#BB969E color CMYK value is (0,20,16,27).

  • cyan value is 0.00%
  • magenta value is 19.79%
  • yellow value is 15.51%
  • key color value is 26.67%
CMYK:
(0,20,16,27)
C0M20Y16K27 
(0%,20%,16%,27%)
(0.00/0.20/0.16/0.27)	

CMYK percentages

%0
%19.79
%15.51
%26.67

Codes

Color #BB969E in popluar color models

BB969E
RGB187150158
HSL347°21.39%66.08%
HSB/HSV347°19.79%73.33%
CMYK0.00%19.79%15.51%
26.67%

Color #BB969E in popluar number systems.

HEXBB969E
Decimal187150158
Binary101110111001011010011110
Octal273226236

Shades and tints

Shades of #BB969E

#BB969E
(187,150,158)
#AA8990
(170,137,144)
#997C82
(153,124,130)
#886F74
(136,111,116)
#776266
(119,98,102)
#665558
(102,85,88)
#55484A
(85,72,74)
#443B3C
(68,59,60)
#332E2E
(51,46,46)
#222120
(34,33,32)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #BB969E

#BB969E
(187,150,158)
#C19FA6
(193,159,166)
#C7A8AE
(199,168,174)
#CDB1B6
(205,177,182)
#D3BABE
(211,186,190)
#D9C3C6
(217,195,198)
#DFCCCE
(223,204,206)
#E5D5D6
(229,213,214)
#EBDEDE
(235,222,222)
#F1E7E6
(241,231,230)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB969E color. Also use rgb(187,150,158) instead hex code.

Text Font Color

.myTextColor { color: #BB969E; }

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

This text font color is #BB969E.


Background Color

.myBgColor { background-color: #BB969E; }

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

This div background color is #BB969E.


Border color

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

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

This div border color is #BB969E.


Opacity

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

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

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

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

This text has shadow with #BB969E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB969E on black background.


Color preview on white background

This text has color #BB969E on white background.



Black color preview on #BB969E background

This text has black color on #BB969E background.


White color preview on #BB969E background

This text has white color on #BB969E background.