COLOR #B68CC8

HEX: #B68CC8
RGB: (182,140,200)

Color info

#B68CC8 contains mainly red and blue colors. Web safe color of #B68CC8 is #CC99CC (or #C9C).

RGB color model

#B68CC8 color RGB value is (182,140,200).

  • red value is 182;
  • green value is 140;
  • blue value is 200.
RGB:
(182,140,200)
(71%,55%,78%)

RGB channels and saturation

R 182 of 255 = 71%
G 140 of 255 = 55%
B 200 of 255 = 78%

182
140
200

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

Portions of RGB colors in percentages

R + G + B =
182 + 140 + 200 = 522 (100%)
R 182 of 522 ~ 34.87%
G 140 of 522 ~ 26.82%
B 200 of 522 ~ 38.31%

%34.87
%26.82
%38.31

CMYK color model

#B68CC8 color CMYK value is (9,30,0,22).

  • cyan value is 9.00%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(9,30,0,22)
C9M30Y0K22 
(9%,30%,0%,22%)
(0.09/0.30/0.00/0.22)	

CMYK percentages

%9
%30
%0
%21.57

Codes

Color #B68CC8 in popluar color models

B68CC8
RGB182140200
HSL282°35.29%66.67%
HSB/HSV282°30.00%78.43%
CMYK9.00%30.00%0.00%
21.57%

Color #B68CC8 in popluar number systems.

HEXB68CC8
Decimal182140200
Binary101101101000110011001000
Octal266214310

Shades and tints

Shades of #B68CC8

#B68CC8
(182,140,200)
#A680B6
(166,128,182)
#9674A4
(150,116,164)
#866892
(134,104,146)
#765C80
(118,92,128)
#66506E
(102,80,110)
#56445C
(86,68,92)
#46384A
(70,56,74)
#362C38
(54,44,56)
#262026
(38,32,38)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #B68CC8

#B68CC8
(182,140,200)
#BC96CD
(188,150,205)
#C2A0D2
(194,160,210)
#C8AAD7
(200,170,215)
#CEB4DC
(206,180,220)
#D4BEE1
(212,190,225)
#DAC8E6
(218,200,230)
#E0D2EB
(224,210,235)
#E6DCF0
(230,220,240)
#ECE6F5
(236,230,245)
#F2F0FA
(242,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68CC8 color. Also use rgb(182,140,200) instead hex code.

Text Font Color

.myTextColor { color: #B68CC8; }

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

This text font color is #B68CC8.


Background Color

.myBgColor { background-color: #B68CC8; }

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

This div background color is #B68CC8.


Border color

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

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

This div border color is #B68CC8.


Opacity

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

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

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

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

This text has shadow with #B68CC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68CC8 on black background.


Color preview on white background

This text has color #B68CC8 on white background.



Black color preview on #B68CC8 background

This text has black color on #B68CC8 background.


White color preview on #B68CC8 background

This text has white color on #B68CC8 background.