COLOR #B199B2

HEX: #B199B2
RGB: (177,153,178)

Color info

#B199B2 contains red, green and blue colors in about the same proportion. Web safe color of #B199B2 is #999999 (or #999).

RGB color model

#B199B2 color RGB value is (177,153,178).

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

RGB channels and saturation

R 177 of 255 = 69%
G 153 of 255 = 60%
B 178 of 255 = 70%

177
153
178

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

Portions of RGB colors in percentages

R + G + B =
177 + 153 + 178 = 508 (100%)
R 177 of 508 ~ 34.84%
G 153 of 508 ~ 30.12%
B 178 of 508 ~ 35.04%

%34.84
%30.12
%35.04

CMYK color model

#B199B2 color CMYK value is (1,14,0,30).

  • cyan value is 0.56%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(1,14,0,30)
C1M14Y0K30 
(1%,14%,0%,30%)
(0.01/0.14/0.00/0.30)	

CMYK percentages

%0.56
%14.04
%0
%30.2

Codes

Color #B199B2 in popluar color models

B199B2
RGB177153178
HSL298°13.97%64.90%
HSB/HSV298°14.04%69.80%
CMYK0.56%14.04%0.00%
30.20%

Color #B199B2 in popluar number systems.

HEXB199B2
Decimal177153178
Binary101100011001100110110010
Octal261231262

Shades and tints

Shades of #B199B2

#B199B2
(177,153,178)
#A18CA2
(161,140,162)
#917F92
(145,127,146)
#817282
(129,114,130)
#716572
(113,101,114)
#615862
(97,88,98)
#514B52
(81,75,82)
#413E42
(65,62,66)
#313132
(49,49,50)
#212422
(33,36,34)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #B199B2

#B199B2
(177,153,178)
#B8A2B9
(184,162,185)
#BFABC0
(191,171,192)
#C6B4C7
(198,180,199)
#CDBDCE
(205,189,206)
#D4C6D5
(212,198,213)
#DBCFDC
(219,207,220)
#E2D8E3
(226,216,227)
#E9E1EA
(233,225,234)
#F0EAF1
(240,234,241)
#F7F3F8
(247,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B199B2; }

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

This text font color is #B199B2.


Background Color

.myBgColor { background-color: #B199B2; }

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

This div background color is #B199B2.


Border color

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

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

This div border color is #B199B2.


Opacity

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

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

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

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

This text has shadow with #B199B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B199B2 on black background.


Color preview on white background

This text has color #B199B2 on white background.



Black color preview on #B199B2 background

This text has black color on #B199B2 background.


White color preview on #B199B2 background

This text has white color on #B199B2 background.