COLOR #B09CDB

HEX: #B09CDB
RGB: (176,156,219)

Color info

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

RGB color model

#B09CDB color RGB value is (176,156,219).

  • red value is 176;
  • green value is 156;
  • blue value is 219.
RGB:
(176,156,219)
(69%,61%,86%)

RGB channels and saturation

R 176 of 255 = 69%
G 156 of 255 = 61%
B 219 of 255 = 86%

176
156
219

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

Portions of RGB colors in percentages

R + G + B =
176 + 156 + 219 = 551 (100%)
R 176 of 551 ~ 31.94%
G 156 of 551 ~ 28.31%
B 219 of 551 ~ 39.75%

%31.94
%28.31
%39.75

CMYK color model

#B09CDB color CMYK value is (20,29,0,14).

  • cyan value is 19.63%
  • magenta value is 28.77%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(20,29,0,14)
C20M29Y0K14 
(20%,29%,0%,14%)
(0.20/0.29/0.00/0.14)	

CMYK percentages

%19.63
%28.77
%0
%14.12

Codes

Color #B09CDB in popluar color models

B09CDB
RGB176156219
HSL259°46.67%73.53%
HSB/HSV259°28.77%85.88%
CMYK19.63%28.77%0.00%
14.12%

Color #B09CDB in popluar number systems.

HEXB09CDB
Decimal176156219
Binary101100001001110011011011
Octal260234333

Shades and tints

Shades of #B09CDB

#B09CDB
(176,156,219)
#A08EC8
(160,142,200)
#9080B5
(144,128,181)
#8072A2
(128,114,162)
#70648F
(112,100,143)
#60567C
(96,86,124)
#504869
(80,72,105)
#403A56
(64,58,86)
#302C43
(48,44,67)
#201E30
(32,30,48)
#10101D
(16,16,29)
#000000
(0,0,0)

Tints of #B09CDB

#B09CDB
(176,156,219)
#B7A5DE
(183,165,222)
#BEAEE1
(190,174,225)
#C5B7E4
(197,183,228)
#CCC0E7
(204,192,231)
#D3C9EA
(211,201,234)
#DAD2ED
(218,210,237)
#E1DBF0
(225,219,240)
#E8E4F3
(232,228,243)
#EFEDF6
(239,237,246)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09CDB color. Also use rgb(176,156,219) instead hex code.

Text Font Color

.myTextColor { color: #B09CDB; }

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

This text font color is #B09CDB.


Background Color

.myBgColor { background-color: #B09CDB; }

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

This div background color is #B09CDB.


Border color

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

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

This div border color is #B09CDB.


Opacity

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

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

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

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

This text has shadow with #B09CDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09CDB on black background.


Color preview on white background

This text has color #B09CDB on white background.



Black color preview on #B09CDB background

This text has black color on #B09CDB background.


White color preview on #B09CDB background

This text has white color on #B09CDB background.