COLOR #B08BCB

HEX: #B08BCB RGB: (176,139,203)

Color info

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

RGB color model

#B08BCB color RGB value is (176,139,203).

RGB: (176,139,203) (69%, 55%, 80%)

RGB channels and saturation

R 176 of 255 = 69%
G 139 of 255 = 55%
B 203 of 255 = 80%

176
139
203

R + G + B ~ 68%. #B08BCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 139 + 203 = 518 (100%)
R 176 of 518 ~ 33.98%
G 139 of 518 ~ 26.83%
B 203 of 518 ~ 39.19'%

%33.98
%26.83
%39.19

CMYK color model

#B08BCB color CMYK value is (13,32,0,20).

  • cyan value is 13.30%
  • magenta value is 31.53%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (13,32,0,20)
C13M32Y0K20 (13%, 32%, 0%, 20%)
(0.13 / 0.32 / 0.00 / 0.20)

CMYK percentages

%13.3
%31.53
%0
%20.39

Codes

Color #B08BCB in popluar color models

B0 8B CB
RGB 176 139 203
HSL 275° 38.10% 67.06%
HSB/HSV 275° 31.53% 79.61%
CMYK 13.30% 31.53% 0.00%
20.39%

Color #B08BCB in popluar number systems.

HEX B0 8B CB
Decimal 176 139 203
Binary 10110000 10001011 11001011
Octal 260 213 313

Shades and tints

Shades of #B08BCB

#B08BCB
(176,139,203)
#A07FB9
(160,127,185)
#9073A7
(144,115,167)
#806795
(128,103,149)
#705B83
(112,91,131)
#604F71
(96,79,113)
#50435F
(80,67,95)
#40374D
(64,55,77)
#302B3B
(48,43,59)
#201F29
(32,31,41)
#101317
(16,19,23)
#000000
(0,0,0)

Tints of #B08BCB

#B08BCB
(176,139,203)
#B795CF
(183,149,207)
#BE9FD3
(190,159,211)
#C5A9D7
(197,169,215)
#CCB3DB
(204,179,219)
#D3BDDF
(211,189,223)
#DAC7E3
(218,199,227)
#E1D1E7
(225,209,231)
#E8DBEB
(232,219,235)
#EFE5EF
(239,229,239)
#F6EFF3
(246,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08BCB; }

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

This text font color is #B08BCB.

Background Color

.myBgColor { background-color: #B08BCB; }

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

This div background color is #B08BCB.

Border color

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

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

This div border color is #B08BCB.

Opacity

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

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

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

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

This text has shadow with #B08BCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08BCB.

Preview

Color preview on black background

This text has color #B08BCB on black background.


Color preview on white background

This text has color #B08BCB on white background.


Black color preview on #B08BCB background

This text has black color on #B08BCB background.


White color preview on #B08BCB background

This text has white color on #B08BCB background.


Related colors

Complementary color

Complementary color for #hex is #4F7434.


I love getcolorcode.com

Triadic colors

1 #CBB08B and #8BCBB0 with #B08BCB are triadic colors.

2 #CB8BB0 and #8BB0CB with #B08BCB are triadic colors.