COLOR #B08CDE

HEX: #B08CDE
RGB: (176,140,222)

Color info

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

RGB color model

#B08CDE color RGB value is (176,140,222).

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

RGB channels and saturation

R 176 of 255 = 69%
G 140 of 255 = 55%
B 222 of 255 = 87%

176
140
222

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

Portions of RGB colors in percentages

R + G + B =
176 + 140 + 222 = 538 (100%)
R 176 of 538 ~ 32.71%
G 140 of 538 ~ 26.02%
B 222 of 538 ~ 41.26%

%32.71
%26.02
%41.26

CMYK color model

#B08CDE color CMYK value is (21,37,0,13).

  • cyan value is 20.72%
  • magenta value is 36.94%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(21,37,0,13)
C21M37Y0K13 
(21%,37%,0%,13%)
(0.21/0.37/0.00/0.13)	

CMYK percentages

%20.72
%36.94
%0
%12.94

Codes

Color #B08CDE in popluar color models

B08CDE
RGB176140222
HSL266°55.41%70.98%
HSB/HSV266°36.94%87.06%
CMYK20.72%36.94%0.00%
12.94%

Color #B08CDE in popluar number systems.

HEXB08CDE
Decimal176140222
Binary101100001000110011011110
Octal260214336

Shades and tints

Shades of #B08CDE

#B08CDE
(176,140,222)
#A080CA
(160,128,202)
#9074B6
(144,116,182)
#8068A2
(128,104,162)
#705C8E
(112,92,142)
#60507A
(96,80,122)
#504466
(80,68,102)
#403852
(64,56,82)
#302C3E
(48,44,62)
#20202A
(32,32,42)
#101416
(16,20,22)
#000000
(0,0,0)

Tints of #B08CDE

#B08CDE
(176,140,222)
#B796E1
(183,150,225)
#BEA0E4
(190,160,228)
#C5AAE7
(197,170,231)
#CCB4EA
(204,180,234)
#D3BEED
(211,190,237)
#DAC8F0
(218,200,240)
#E1D2F3
(225,210,243)
#E8DCF6
(232,220,246)
#EFE6F9
(239,230,249)
#F6F0FC
(246,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08CDE; }

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

This text font color is #B08CDE.


Background Color

.myBgColor { background-color: #B08CDE; }

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

This div background color is #B08CDE.


Border color

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

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

This div border color is #B08CDE.


Opacity

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

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

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

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

This text has shadow with #B08CDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08CDE on black background.


Color preview on white background

This text has color #B08CDE on white background.



Black color preview on #B08CDE background

This text has black color on #B08CDE background.


White color preview on #B08CDE background

This text has white color on #B08CDE background.