COLOR #B09DBE

HEX: #B09DBE
RGB: (176,157,190)

Color info

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

RGB color model

#B09DBE color RGB value is (176,157,190).

  • red value is 176;
  • green value is 157;
  • blue value is 190.
RGB:
(176,157,190)
(69%,62%,75%)

RGB channels and saturation

R 176 of 255 = 69%
G 157 of 255 = 62%
B 190 of 255 = 75%

176
157
190

R + G + B ~ 69%. #B09DBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 157 + 190 = 523 (100%)
R 176 of 523 ~ 33.65%
G 157 of 523 ~ 30.02%
B 190 of 523 ~ 36.33%

%33.65
%30.02
%36.33

CMYK color model

#B09DBE color CMYK value is (7,17,0,25).

  • cyan value is 7.37%
  • magenta value is 17.37%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(7,17,0,25)
C7M17Y0K25 
(7%,17%,0%,25%)
(0.07/0.17/0.00/0.25)	

CMYK percentages

%7.37
%17.37
%0
%25.49

Codes

Color #B09DBE in popluar color models

B09DBE
RGB176157190
HSL275°20.25%68.04%
HSB/HSV275°17.37%74.51%
CMYK7.37%17.37%0.00%
25.49%

Color #B09DBE in popluar number systems.

HEXB09DBE
Decimal176157190
Binary101100001001110110111110
Octal260235276

Shades and tints

Shades of #B09DBE

#B09DBE
(176,157,190)
#A08FAD
(160,143,173)
#90819C
(144,129,156)
#80738B
(128,115,139)
#70657A
(112,101,122)
#605769
(96,87,105)
#504958
(80,73,88)
#403B47
(64,59,71)
#302D36
(48,45,54)
#201F25
(32,31,37)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #B09DBE

#B09DBE
(176,157,190)
#B7A5C3
(183,165,195)
#BEADC8
(190,173,200)
#C5B5CD
(197,181,205)
#CCBDD2
(204,189,210)
#D3C5D7
(211,197,215)
#DACDDC
(218,205,220)
#E1D5E1
(225,213,225)
#E8DDE6
(232,221,230)
#EFE5EB
(239,229,235)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09DBE color. Also use rgb(176,157,190) instead hex code.

Text Font Color

.myTextColor { color: #B09DBE; }

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

This text font color is #B09DBE.


Background Color

.myBgColor { background-color: #B09DBE; }

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

This div background color is #B09DBE.


Border color

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

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

This div border color is #B09DBE.


Opacity

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

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

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

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

This text has shadow with #B09DBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09DBE on black background.


Color preview on white background

This text has color #B09DBE on white background.



Black color preview on #B09DBE background

This text has black color on #B09DBE background.


White color preview on #B09DBE background

This text has white color on #B09DBE background.