COLOR #B68DB6

HEX: #B68DB6
RGB: (182,141,182)

Color info

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

RGB color model

#B68DB6 color RGB value is (182,141,182).

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

RGB channels and saturation

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

182
141
182

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

Portions of RGB colors in percentages

R + G + B =
182 + 141 + 182 = 505 (100%)
R 182 of 505 ~ 36.04%
G 141 of 505 ~ 27.92%
B 182 of 505 ~ 36.04%

%36.04
%27.92
%36.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.53%
  • 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
%22.53
%0
%28.63

Codes

Color #B68DB6 in popluar color models

B68DB6
RGB182141182
HSL300°21.93%63.33%
HSB/HSV300°22.53%71.37%
CMYK0.00%22.53%0.00%
28.63%

Color #B68DB6 in popluar number systems.

HEXB68DB6
Decimal182141182
Binary101101101000110110110110
Octal266215266

Shades and tints

Shades of #B68DB6

#B68DB6
(182,141,182)
#A681A6
(166,129,166)
#967596
(150,117,150)
#866986
(134,105,134)
#765D76
(118,93,118)
#665166
(102,81,102)
#564556
(86,69,86)
#463946
(70,57,70)
#362D36
(54,45,54)
#262126
(38,33,38)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #B68DB6

#B68DB6
(182,141,182)
#BC97BC
(188,151,188)
#C2A1C2
(194,161,194)
#C8ABC8
(200,171,200)
#CEB5CE
(206,181,206)
#D4BFD4
(212,191,212)
#DAC9DA
(218,201,218)
#E0D3E0
(224,211,224)
#E6DDE6
(230,221,230)
#ECE7EC
(236,231,236)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B68DB6; }

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

This text font color is #B68DB6.


Background Color

.myBgColor { background-color: #B68DB6; }

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

This div background color is #B68DB6.


Border color

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

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

This div border color is #B68DB6.


Opacity

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

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

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

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

This text has shadow with #B68DB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68DB6 on black background.


Color preview on white background

This text has color #B68DB6 on white background.



Black color preview on #B68DB6 background

This text has black color on #B68DB6 background.


White color preview on #B68DB6 background

This text has white color on #B68DB6 background.