COLOR #B08CEB

HEX: #B08CEB
RGB: (176,140,235)

Color info

#B08CEB contains mainly red and blue colors. Web safe color of #B08CEB is #9999FF (or #99F).

RGB color model

#B08CEB color RGB value is (176,140,235).

  • red value is 176;
  • green value is 140;
  • blue value is 235.
RGB:
(176,140,235)
(69%,55%,92%)

RGB channels and saturation

R 176 of 255 = 69%
G 140 of 255 = 55%
B 235 of 255 = 92%

176
140
235

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

Portions of RGB colors in percentages

R + G + B =
176 + 140 + 235 = 551 (100%)
R 176 of 551 ~ 31.94%
G 140 of 551 ~ 25.41%
B 235 of 551 ~ 42.65%

%31.94
%25.41
%42.65

CMYK color model

#B08CEB color CMYK value is (25,40,0,8).

  • cyan value is 25.11%
  • magenta value is 40.43%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(25,40,0,8)
C25M40Y0K8 
(25%,40%,0%,8%)
(0.25/0.40/0.00/0.08)	

CMYK percentages

%25.11
%40.43
%0
%7.84

Codes

Color #B08CEB in popluar color models

B08CEB
RGB176140235
HSL263°70.37%73.53%
HSB/HSV263°40.43%92.16%
CMYK25.11%40.43%0.00%
7.84%

Color #B08CEB in popluar number systems.

HEXB08CEB
Decimal176140235
Binary101100001000110011101011
Octal260214353

Shades and tints

Shades of #B08CEB

#B08CEB
(176,140,235)
#A080D6
(160,128,214)
#9074C1
(144,116,193)
#8068AC
(128,104,172)
#705C97
(112,92,151)
#605082
(96,80,130)
#50446D
(80,68,109)
#403858
(64,56,88)
#302C43
(48,44,67)
#20202E
(32,32,46)
#101419
(16,20,25)
#000000
(0,0,0)

Tints of #B08CEB

#B08CEB
(176,140,235)
#B796EC
(183,150,236)
#BEA0ED
(190,160,237)
#C5AAEE
(197,170,238)
#CCB4EF
(204,180,239)
#D3BEF0
(211,190,240)
#DAC8F1
(218,200,241)
#E1D2F2
(225,210,242)
#E8DCF3
(232,220,243)
#EFE6F4
(239,230,244)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08CEB color. Also use rgb(176,140,235) instead hex code.

Text Font Color

.myTextColor { color: #B08CEB; }

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

This text font color is #B08CEB.


Background Color

.myBgColor { background-color: #B08CEB; }

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

This div background color is #B08CEB.


Border color

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

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

This div border color is #B08CEB.


Opacity

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

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

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

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

This text has shadow with #B08CEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08CEB on black background.


Color preview on white background

This text has color #B08CEB on white background.



Black color preview on #B08CEB background

This text has black color on #B08CEB background.


White color preview on #B08CEB background

This text has white color on #B08CEB background.