COLOR #B199BB

HEX: #B199BB
RGB: (177,153,187)

Color info

#B199BB contains red, green and blue colors in about the same proportion. Web safe color of #B199BB is #9999CC (or #99C).

RGB color model

#B199BB color RGB value is (177,153,187).

  • red value is 177;
  • green value is 153;
  • blue value is 187.
RGB:
(177,153,187)
(69%,60%,73%)

RGB channels and saturation

R 177 of 255 = 69%
G 153 of 255 = 60%
B 187 of 255 = 73%

177
153
187

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

Portions of RGB colors in percentages

R + G + B =
177 + 153 + 187 = 517 (100%)
R 177 of 517 ~ 34.24%
G 153 of 517 ~ 29.59%
B 187 of 517 ~ 36.17%

%34.24
%29.59
%36.17

CMYK color model

#B199BB color CMYK value is (5,18,0,27).

  • cyan value is 5.35%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(5,18,0,27)
C5M18Y0K27 
(5%,18%,0%,27%)
(0.05/0.18/0.00/0.27)	

CMYK percentages

%5.35
%18.18
%0
%26.67

Codes

Color #B199BB in popluar color models

B199BB
RGB177153187
HSL282°20.00%66.67%
HSB/HSV282°18.18%73.33%
CMYK5.35%18.18%0.00%
26.67%

Color #B199BB in popluar number systems.

HEXB199BB
Decimal177153187
Binary101100011001100110111011
Octal261231273

Shades and tints

Shades of #B199BB

#B199BB
(177,153,187)
#A18CAA
(161,140,170)
#917F99
(145,127,153)
#817288
(129,114,136)
#716577
(113,101,119)
#615866
(97,88,102)
#514B55
(81,75,85)
#413E44
(65,62,68)
#313133
(49,49,51)
#212422
(33,36,34)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #B199BB

#B199BB
(177,153,187)
#B8A2C1
(184,162,193)
#BFABC7
(191,171,199)
#C6B4CD
(198,180,205)
#CDBDD3
(205,189,211)
#D4C6D9
(212,198,217)
#DBCFDF
(219,207,223)
#E2D8E5
(226,216,229)
#E9E1EB
(233,225,235)
#F0EAF1
(240,234,241)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B199BB color. Also use rgb(177,153,187) instead hex code.

Text Font Color

.myTextColor { color: #B199BB; }

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

This text font color is #B199BB.


Background Color

.myBgColor { background-color: #B199BB; }

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

This div background color is #B199BB.


Border color

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

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

This div border color is #B199BB.


Opacity

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

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

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

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

This text has shadow with #B199BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B199BB on black background.


Color preview on white background

This text has color #B199BB on white background.



Black color preview on #B199BB background

This text has black color on #B199BB background.


White color preview on #B199BB background

This text has white color on #B199BB background.