COLOR #B09CD6

HEX: #B09CD6 RGB: (176,156,214)

Color info

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

RGB color model

#B09CD6 color RGB value is (176,156,214).

RGB: (176,156,214) (69%, 61%, 84%)

RGB channels and saturation

R 176 of 255 = 69%
G 156 of 255 = 61%
B 214 of 255 = 84%

176
156
214

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

Portions of RGB colors in percentages

R + G + B = 176 + 156 + 214 = 546 (100%)
R 176 of 546 ~ 32.23%
G 156 of 546 ~ 28.57%
B 214 of 546 ~ 39.19'%

%32.23
%28.57
%39.19

CMYK color model

#B09CD6 color CMYK value is (18,27,0,16).

  • cyan value is 17.76%
  • magenta value is 27.10%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (18,27,0,16)
C18M27Y0K16 (18%, 27%, 0%, 16%)
(0.18 / 0.27 / 0.00 / 0.16)

CMYK percentages

%17.76
%27.1
%0
%16.08

Codes

Color #B09CD6 in popluar color models

B0 9C D6
RGB 176 156 214
HSL 261° 41.43% 72.55%
HSB/HSV 261° 27.10% 83.92%
CMYK 17.76% 27.10% 0.00%
16.08%

Color #B09CD6 in popluar number systems.

HEX B0 9C D6
Decimal 176 156 214
Binary 10110000 10011100 11010110
Octal 260 234 326

Shades and tints

Shades of #B09CD6

#B09CD6
(176,156,214)
#A08EC3
(160,142,195)
#9080B0
(144,128,176)
#80729D
(128,114,157)
#70648A
(112,100,138)
#605677
(96,86,119)
#504864
(80,72,100)
#403A51
(64,58,81)
#302C3E
(48,44,62)
#201E2B
(32,30,43)
#101018
(16,16,24)
#000000
(0,0,0)

Tints of #B09CD6

#B09CD6
(176,156,214)
#B7A5D9
(183,165,217)
#BEAEDC
(190,174,220)
#C5B7DF
(197,183,223)
#CCC0E2
(204,192,226)
#D3C9E5
(211,201,229)
#DAD2E8
(218,210,232)
#E1DBEB
(225,219,235)
#E8E4EE
(232,228,238)
#EFEDF1
(239,237,241)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09CD6; }

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

This text font color is #B09CD6.

Background Color

.myBgColor { background-color: #B09CD6; }

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

This div background color is #B09CD6.

Border color

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

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

This div border color is #B09CD6.

Opacity

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

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

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

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

This text has shadow with #B09CD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09CD6.

Preview

Color preview on black background

This text has color #B09CD6 on black background.


Color preview on white background

This text has color #B09CD6 on white background.


Black color preview on #B09CD6 background

This text has black color on #B09CD6 background.


White color preview on #B09CD6 background

This text has white color on #B09CD6 background.


Related colors

Complementary color

Complementary color for #hex is #4F6329.


I love getcolorcode.com

Triadic colors

1 #D6B09C and #9CD6B0 with #B09CD6 are triadic colors.

2 #D69CB0 and #9CB0D6 with #B09CD6 are triadic colors.