COLOR #B19DDB

HEX: #B19DDB
RGB: (177,157,219)

Color info

#B19DDB contains mainly red and blue colors. Web safe color of #B19DDB is #9999CC (or #99C).

RGB color model

#B19DDB color RGB value is (177,157,219).

  • red value is 177;
  • green value is 157;
  • blue value is 219.
RGB:
(177,157,219)
(69%,62%,86%)

RGB channels and saturation

R 177 of 255 = 69%
G 157 of 255 = 62%
B 219 of 255 = 86%

177
157
219

R + G + B ~ 72%. #B19DDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 157 + 219 = 553 (100%)
R 177 of 553 ~ 32.01%
G 157 of 553 ~ 28.39%
B 219 of 553 ~ 39.6%

%32.01
%28.39
%39.6

CMYK color model

#B19DDB color CMYK value is (19,28,0,14).

  • cyan value is 19.18%
  • magenta value is 28.31%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(19,28,0,14)
C19M28Y0K14 
(19%,28%,0%,14%)
(0.19/0.28/0.00/0.14)	

CMYK percentages

%19.18
%28.31
%0
%14.12

Codes

Color #B19DDB in popluar color models

B19DDB
RGB177157219
HSL259°46.27%73.73%
HSB/HSV259°28.31%85.88%
CMYK19.18%28.31%0.00%
14.12%

Color #B19DDB in popluar number systems.

HEXB19DDB
Decimal177157219
Binary101100011001110111011011
Octal261235333

Shades and tints

Shades of #B19DDB

#B19DDB
(177,157,219)
#A18FC8
(161,143,200)
#9181B5
(145,129,181)
#8173A2
(129,115,162)
#71658F
(113,101,143)
#61577C
(97,87,124)
#514969
(81,73,105)
#413B56
(65,59,86)
#312D43
(49,45,67)
#211F30
(33,31,48)
#11111D
(17,17,29)
#000000
(0,0,0)

Tints of #B19DDB

#B19DDB
(177,157,219)
#B8A5DE
(184,165,222)
#BFADE1
(191,173,225)
#C6B5E4
(198,181,228)
#CDBDE7
(205,189,231)
#D4C5EA
(212,197,234)
#DBCDED
(219,205,237)
#E2D5F0
(226,213,240)
#E9DDF3
(233,221,243)
#F0E5F6
(240,229,246)
#F7EDF9
(247,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19DDB color. Also use rgb(177,157,219) instead hex code.

Text Font Color

.myTextColor { color: #B19DDB; }

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

This text font color is #B19DDB.


Background Color

.myBgColor { background-color: #B19DDB; }

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

This div background color is #B19DDB.


Border color

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

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

This div border color is #B19DDB.


Opacity

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

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

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

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

This text has shadow with #B19DDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19DDB on black background.


Color preview on white background

This text has color #B19DDB on white background.



Black color preview on #B19DDB background

This text has black color on #B19DDB background.


White color preview on #B19DDB background

This text has white color on #B19DDB background.