COLOR #B09CD8

HEX: #B09CD8 RGB: (176,156,216)

Color info

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

RGB color model

#B09CD8 color RGB value is (176,156,216).

RGB: (176,156,216) (69%, 61%, 85%)

RGB channels and saturation

R 176 of 255 = 69%
G 156 of 255 = 61%
B 216 of 255 = 85%

176
156
216

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

Portions of RGB colors in percentages

R + G + B = 176 + 156 + 216 = 548 (100%)
R 176 of 548 ~ 32.12%
G 156 of 548 ~ 28.47%
B 216 of 548 ~ 39.42'%

%32.12
%28.47
%39.42

CMYK color model

#B09CD8 color CMYK value is (19,28,0,15).

  • cyan value is 18.52%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (19,28,0,15)
C19M28Y0K15 (19%, 28%, 0%, 15%)
(0.19 / 0.28 / 0.00 / 0.15)

CMYK percentages

%18.52
%27.78
%0
%15.29

Codes

Color #B09CD8 in popluar color models

B0 9C D8
RGB 176 156 216
HSL 260° 43.48% 72.94%
HSB/HSV 260° 27.78% 84.71%
CMYK 18.52% 27.78% 0.00%
15.29%

Color #B09CD8 in popluar number systems.

HEX B0 9C D8
Decimal 176 156 216
Binary 10110000 10011100 11011000
Octal 260 234 330

Shades and tints

Shades of #B09CD8

#B09CD8
(176,156,216)
#A08EC5
(160,142,197)
#9080B2
(144,128,178)
#80729F
(128,114,159)
#70648C
(112,100,140)
#605679
(96,86,121)
#504866
(80,72,102)
#403A53
(64,58,83)
#302C40
(48,44,64)
#201E2D
(32,30,45)
#10101A
(16,16,26)
#000000
(0,0,0)

Tints of #B09CD8

#B09CD8
(176,156,216)
#B7A5DB
(183,165,219)
#BEAEDE
(190,174,222)
#C5B7E1
(197,183,225)
#CCC0E4
(204,192,228)
#D3C9E7
(211,201,231)
#DAD2EA
(218,210,234)
#E1DBED
(225,219,237)
#E8E4F0
(232,228,240)
#EFEDF3
(239,237,243)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09CD8; }

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

This text font color is #B09CD8.

Background Color

.myBgColor { background-color: #B09CD8; }

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

This div background color is #B09CD8.

Border color

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

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

This div border color is #B09CD8.

Opacity

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

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

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

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

This text has shadow with #B09CD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09CD8.

Preview

Color preview on black background

This text has color #B09CD8 on black background.


Color preview on white background

This text has color #B09CD8 on white background.


Black color preview on #B09CD8 background

This text has black color on #B09CD8 background.


White color preview on #B09CD8 background

This text has white color on #B09CD8 background.


Related colors

Complementary color

Complementary color for #hex is #4F6327.


I love getcolorcode.com

Triadic colors

1 #D8B09C and #9CD8B0 with #B09CD8 are triadic colors.

2 #D89CB0 and #9CB0D8 with #B09CD8 are triadic colors.