COLOR #B09ADE

HEX: #B09ADE
RGB: (176,154,222)

Color info

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

RGB color model

#B09ADE color RGB value is (176,154,222).

  • red value is 176;
  • green value is 154;
  • blue value is 222.
RGB: (176,154,222) (69%,60%,87%)

RGB channels and saturation

R 176 of 255 = 69%
G 154 of 255 = 60%
B 222 of 255 = 87%

176
154
222

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

Portions of RGB colors in percentages

R + G + B =
176 + 154 + 222 = 552 (100%)
R 176 of 552 ~ 31.88%
G 154 of 552 ~ 27.9%
B 222 of 552 ~ 40.22%

%31.88
%27.9
%40.22

CMYK color model

#B09ADE color CMYK value is (21,31,0,13).

  • cyan value is 20.72%
  • magenta value is 30.63%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (21,31,0,13) C21M31Y0K13 (21%,31%,0%,13%) (0.21/0.31/0.00/0.13)

CMYK percentages

%20.72
%30.63
%0
%12.94

Codes

Color #B09ADE in popluar color models

B09ADE
RGB176154222
HSL259°50.75%73.73%
HSB/HSV259°30.63%87.06%
CMYK20.72%30.63%0.00%
12.94%

Color #B09ADE in popluar number systems.

HEXB09ADE
Decimal176154222
Binary101100001001101011011110
Octal260232336

Shades and tints

Shades of #B09ADE

#B09ADE
(176,154,222)
#A08CCA
(160,140,202)
#907EB6
(144,126,182)
#8070A2
(128,112,162)
#70628E
(112,98,142)
#60547A
(96,84,122)
#504666
(80,70,102)
#403852
(64,56,82)
#302A3E
(48,42,62)
#201C2A
(32,28,42)
#100E16
(16,14,22)
#000000
(0,0,0)

Tints of #B09ADE

#B09ADE
(176,154,222)
#B7A3E1
(183,163,225)
#BEACE4
(190,172,228)
#C5B5E7
(197,181,231)
#CCBEEA
(204,190,234)
#D3C7ED
(211,199,237)
#DAD0F0
(218,208,240)
#E1D9F3
(225,217,243)
#E8E2F6
(232,226,246)
#EFEBF9
(239,235,249)
#F6F4FC
(246,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09ADE color. Also use rgb(176,154,222) instead hex code.

Text Font Color

.myTextColor { color: #B09ADE; }

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

This text font color is #B09ADE.


Background Color

.myBgColor { background-color: #B09ADE; }

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

This div background color is #B09ADE.


Border color

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

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

This div border color is #B09ADE.


Opacity

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

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

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

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

This text has shadow with #B09ADE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B09ADE on black background.


Color preview on white background

This text has color #B09ADE on white background.



Black color preview on #B09ADE background

This text has black color on #B09ADE background.


White color preview on #B09ADE background

This text has white color on #B09ADE background.