COLOR #B68CB6

HEX: #B68CB6
RGB: (182,140,182)

Color info

#B68CB6 contains red, green and blue colors in about the same proportion. Web safe color of #B68CB6 is #CC99CC (or #C9C).

RGB color model

#B68CB6 color RGB value is (182,140,182).

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

RGB channels and saturation

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

182
140
182

R + G + B ~ 66%. #B68CB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 140 + 182 = 504 (100%)
R 182 of 504 ~ 36.11%
G 140 of 504 ~ 27.78%
B 182 of 504 ~ 36.11%

%36.11
%27.78
%36.11

CMYK color model

#B68CB6 color CMYK value is (0,23,0,29).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK: (0,23,0,29) C0M23Y0K29 (0%,23%,0%,29%) (0.00/0.23/0.00/0.29)

CMYK percentages

%0
%23.08
%0
%28.63

Codes

Color #B68CB6 in popluar color models

B68CB6
RGB182140182
HSL300°22.34%63.14%
HSB/HSV300°23.08%71.37%
CMYK0.00%23.08%0.00%
28.63%

Color #B68CB6 in popluar number systems.

HEXB68CB6
Decimal182140182
Binary101101101000110010110110
Octal266214266

Shades and tints

Shades of #B68CB6

#B68CB6
(182,140,182)
#A680A6
(166,128,166)
#967496
(150,116,150)
#866886
(134,104,134)
#765C76
(118,92,118)
#665066
(102,80,102)
#564456
(86,68,86)
#463846
(70,56,70)
#362C36
(54,44,54)
#262026
(38,32,38)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #B68CB6

#B68CB6
(182,140,182)
#BC96BC
(188,150,188)
#C2A0C2
(194,160,194)
#C8AAC8
(200,170,200)
#CEB4CE
(206,180,206)
#D4BED4
(212,190,212)
#DAC8DA
(218,200,218)
#E0D2E0
(224,210,224)
#E6DCE6
(230,220,230)
#ECE6EC
(236,230,236)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B68CB6; }

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

This text font color is #B68CB6.


Background Color

.myBgColor { background-color: #B68CB6; }

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

This div background color is #B68CB6.


Border color

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

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

This div border color is #B68CB6.


Opacity

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

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

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

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

This text has shadow with #B68CB6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B68CB6 on black background.


Color preview on white background

This text has color #B68CB6 on white background.



Black color preview on #B68CB6 background

This text has black color on #B68CB6 background.


White color preview on #B68CB6 background

This text has white color on #B68CB6 background.