COLOR #B199D4

HEX: #B199D4
RGB: (177,153,212)

Color info

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

RGB color model

#B199D4 color RGB value is (177,153,212).

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

RGB channels and saturation

R 177 of 255 = 69%
G 153 of 255 = 60%
B 212 of 255 = 83%

177
153
212

R + G + B ~ 71%. #B199D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 153 + 212 = 542 (100%)
R 177 of 542 ~ 32.66%
G 153 of 542 ~ 28.23%
B 212 of 542 ~ 39.11%

%32.66
%28.23
%39.11

CMYK color model

#B199D4 color CMYK value is (17,28,0,17).

  • cyan value is 16.51%
  • magenta value is 27.83%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(17,28,0,17)
C17M28Y0K17 
(17%,28%,0%,17%)
(0.17/0.28/0.00/0.17)	

CMYK percentages

%16.51
%27.83
%0
%16.86

Codes

Color #B199D4 in popluar color models

B199D4
RGB177153212
HSL264°40.69%71.57%
HSB/HSV264°27.83%83.14%
CMYK16.51%27.83%0.00%
16.86%

Color #B199D4 in popluar number systems.

HEXB199D4
Decimal177153212
Binary101100011001100111010100
Octal261231324

Shades and tints

Shades of #B199D4

#B199D4
(177,153,212)
#A18CC1
(161,140,193)
#917FAE
(145,127,174)
#81729B
(129,114,155)
#716588
(113,101,136)
#615875
(97,88,117)
#514B62
(81,75,98)
#413E4F
(65,62,79)
#31313C
(49,49,60)
#212429
(33,36,41)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #B199D4

#B199D4
(177,153,212)
#B8A2D7
(184,162,215)
#BFABDA
(191,171,218)
#C6B4DD
(198,180,221)
#CDBDE0
(205,189,224)
#D4C6E3
(212,198,227)
#DBCFE6
(219,207,230)
#E2D8E9
(226,216,233)
#E9E1EC
(233,225,236)
#F0EAEF
(240,234,239)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B199D4; }

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

This text font color is #B199D4.


Background Color

.myBgColor { background-color: #B199D4; }

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

This div background color is #B199D4.


Border color

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

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

This div border color is #B199D4.


Opacity

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

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

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

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

This text has shadow with #B199D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B199D4 on black background.


Color preview on white background

This text has color #B199D4 on white background.



Black color preview on #B199D4 background

This text has black color on #B199D4 background.


White color preview on #B199D4 background

This text has white color on #B199D4 background.