COLOR #B09BCB

HEX: #B09BCB RGB: (176,155,203)

Color info

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

RGB color model

#B09BCB color RGB value is (176,155,203).

RGB: (176,155,203) (69%, 61%, 80%)

RGB channels and saturation

R 176 of 255 = 69%
G 155 of 255 = 61%
B 203 of 255 = 80%

176
155
203

R + G + B ~ 70%. #B09BCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 155 + 203 = 534 (100%)
R 176 of 534 ~ 32.96%
G 155 of 534 ~ 29.03%
B 203 of 534 ~ 38.01'%

%32.96
%29.03
%38.01

CMYK color model

#B09BCB color CMYK value is (13,24,0,20).

  • cyan value is 13.30%
  • magenta value is 23.65%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (13,24,0,20) C13M24Y0K20 (13%,24%,0%,20%) (0.13/0.24/0.00/0.20) 

CMYK percentages

%13.3
%23.65
%0
%20.39

Codes

Color #B09BCB in popluar color models

B0 9B CB
RGB 176 155 203
HSL 266° 31.58% 70.20%
HSB/HSV 266° 23.65% 79.61%
CMYK 13.30% 23.65% 0.00%
20.39%

Color #B09BCB in popluar number systems.

HEX B0 9B CB
Decimal 176 155 203
Binary 10110000 10011011 11001011
Octal 260 233 313

Shades and tints

Shades of #B09BCB

#B09BCB
(176,155,203)
#A08DB9
(160,141,185)
#907FA7
(144,127,167)
#807195
(128,113,149)
#706383
(112,99,131)
#605571
(96,85,113)
#50475F
(80,71,95)
#40394D
(64,57,77)
#302B3B
(48,43,59)
#201D29
(32,29,41)
#100F17
(16,15,23)
#000000
(0,0,0)

Tints of #B09BCB

#B09BCB
(176,155,203)
#B7A4CF
(183,164,207)
#BEADD3
(190,173,211)
#C5B6D7
(197,182,215)
#CCBFDB
(204,191,219)
#D3C8DF
(211,200,223)
#DAD1E3
(218,209,227)
#E1DAE7
(225,218,231)
#E8E3EB
(232,227,235)
#EFECEF
(239,236,239)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09BCB color. Also use rgb(176,155,203) instead hex code.

Text Font Color

.myTextColor { color: #B09BCB; }

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

This text font color is #B09BCB.

Background Color

.myBgColor { background-color: #B09BCB; }

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

This div background color is #B09BCB.

Border color

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

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

This div border color is #B09BCB.

Opacity

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

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

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

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

This text has shadow with #B09BCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09BCB.

Preview

Color preview on black background

This text has color #B09BCB on black background.


Color preview on white background

This text has color #B09BCB on white background.


Black color preview on #B09BCB background

This text has black color on #B09BCB background.


White color preview on #B09BCB background

This text has white color on #B09BCB background.


Related colors

Complementary color

Complementary color for #hex is #4F6434.


I love getcolorcode.com

Triadic colors

1 #CBB09B and #9BCBB0 with #B09BCB are triadic colors.

2 #CB9BB0 and #9BB0CB with #B09BCB are triadic colors.