COLOR #B66DBD

HEX: #B66DBD
RGB: (182,109,189)

Color info

#B66DBD contains mainly red and blue colors. Web safe color of #B66DBD is #CC66CC (or #C6C).

RGB color model

#B66DBD color RGB value is (182,109,189).

  • red value is 182;
  • green value is 109;
  • blue value is 189.
RGB:
(182,109,189)
(71%,43%,74%)

RGB channels and saturation

R 182 of 255 = 71%
G 109 of 255 = 43%
B 189 of 255 = 74%

182
109
189

R + G + B ~ 63%. #B66DBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 109 + 189 = 480 (100%)
R 182 of 480 ~ 37.92%
G 109 of 480 ~ 22.71%
B 189 of 480 ~ 39.38%

%37.92
%22.71
%39.38

CMYK color model

#B66DBD color CMYK value is (4,42,0,26).

  • cyan value is 3.70%
  • magenta value is 42.33%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(4,42,0,26)
C4M42Y0K26 
(4%,42%,0%,26%)
(0.04/0.42/0.00/0.26)	

CMYK percentages

%3.7
%42.33
%0
%25.88

Codes

Color #B66DBD in popluar color models

B66DBD
RGB182109189
HSL295°37.74%58.43%
HSB/HSV295°42.33%74.12%
CMYK3.70%42.33%0.00%
25.88%

Color #B66DBD in popluar number systems.

HEXB66DBD
Decimal182109189
Binary10110110110110110111101
Octal266155275

Shades and tints

Shades of #B66DBD

#B66DBD
(182,109,189)
#A664AC
(166,100,172)
#965B9B
(150,91,155)
#86528A
(134,82,138)
#764979
(118,73,121)
#664068
(102,64,104)
#563757
(86,55,87)
#462E46
(70,46,70)
#362535
(54,37,53)
#261C24
(38,28,36)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #B66DBD

#B66DBD
(182,109,189)
#BC7AC3
(188,122,195)
#C287C9
(194,135,201)
#C894CF
(200,148,207)
#CEA1D5
(206,161,213)
#D4AEDB
(212,174,219)
#DABBE1
(218,187,225)
#E0C8E7
(224,200,231)
#E6D5ED
(230,213,237)
#ECE2F3
(236,226,243)
#F2EFF9
(242,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B66DBD; }

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

This text font color is #B66DBD.


Background Color

.myBgColor { background-color: #B66DBD; }

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

This div background color is #B66DBD.


Border color

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

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

This div border color is #B66DBD.


Opacity

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

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

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

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

This text has shadow with #B66DBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B66DBD on black background.


Color preview on white background

This text has color #B66DBD on white background.



Black color preview on #B66DBD background

This text has black color on #B66DBD background.


White color preview on #B66DBD background

This text has white color on #B66DBD background.