COLOR #B09CDA

HEX: #B09CDA RGB: (176,156,218)

Color info

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

RGB color model

#B09CDA color RGB value is (176,156,218).

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

RGB channels and saturation

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

176
156
218

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

Portions of RGB colors in percentages

R + G + B = 176 + 156 + 218 = 550 (100%)
R 176 of 550 ~ 32%
G 156 of 550 ~ 28.36%
B 218 of 550 ~ 39.64'%

%32
%28.36
%39.64

CMYK color model

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

  • cyan value is 19.27%
  • magenta value is 28.44%
  • yellow value is 0.00%
  • key color value is 14.51%

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

CMYK percentages

%19.27
%28.44
%0
%14.51

Codes

Color #B09CDA in popluar color models

B0 9C DA
RGB 176 156 218
HSL 259° 45.59% 73.33%
HSB/HSV 259° 28.44% 85.49%
CMYK 19.27% 28.44% 0.00%
14.51%

Color #B09CDA in popluar number systems.

HEX B0 9C DA
Decimal 176 156 218
Binary 10110000 10011100 11011010
Octal 260 234 332

Shades and tints

Shades of #B09CDA

#B09CDA
(176,156,218)
#A08EC7
(160,142,199)
#9080B4
(144,128,180)
#8072A1
(128,114,161)
#70648E
(112,100,142)
#60567B
(96,86,123)
#504868
(80,72,104)
#403A55
(64,58,85)
#302C42
(48,44,66)
#201E2F
(32,30,47)
#10101C
(16,16,28)
#000000
(0,0,0)

Tints of #B09CDA

#B09CDA
(176,156,218)
#B7A5DD
(183,165,221)
#BEAEE0
(190,174,224)
#C5B7E3
(197,183,227)
#CCC0E6
(204,192,230)
#D3C9E9
(211,201,233)
#DAD2EC
(218,210,236)
#E1DBEF
(225,219,239)
#E8E4F2
(232,228,242)
#EFEDF5
(239,237,245)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09CDA; }

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

This text font color is #B09CDA.

Background Color

.myBgColor { background-color: #B09CDA; }

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

This div background color is #B09CDA.

Border color

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

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

This div border color is #B09CDA.

Opacity

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

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

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

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

This text has shadow with #B09CDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09CDA.

Preview

Color preview on black background

This text has color #B09CDA on black background.


Color preview on white background

This text has color #B09CDA on white background.


Black color preview on #B09CDA background

This text has black color on #B09CDA background.


White color preview on #B09CDA background

This text has white color on #B09CDA background.


Related colors

Complementary color

Complementary color for #hex is #4F6325.


I love getcolorcode.com

Triadic colors

1 #DAB09C and #9CDAB0 with #B09CDA are triadic colors.

2 #DA9CB0 and #9CB0DA with #B09CDA are triadic colors.