COLOR #B66DA7

HEX: #B66DA7
RGB: (182,109,167)

Color info

#B66DA7 contains mainly red and blue colors. Web safe color of #B66DA7 is #CC6699 (or #C69).

RGB color model

#B66DA7 color RGB value is (182,109,167).

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

RGB channels and saturation

R 182 of 255 = 71%
G 109 of 255 = 43%
B 167 of 255 = 65%

182
109
167

R + G + B ~ 60%. #B66DA7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
182 + 109 + 167 = 458 (100%)
R 182 of 458 ~ 39.74%
G 109 of 458 ~ 23.8%
B 167 of 458 ~ 36.46%

%39.74
%23.8
%36.46

CMYK color model

#B66DA7 color CMYK value is (0,40,8,29).

  • cyan value is 0.00%
  • magenta value is 40.11%
  • yellow value is 8.24%
  • key color value is 28.63%
CMYK:
(0,40,8,29)
C0M40Y8K29 
(0%,40%,8%,29%)
(0.00/0.40/0.08/0.29)	

CMYK percentages

%0
%40.11
%8.24
%28.63

Codes

Color #B66DA7 in popluar color models

B66DA7
RGB182109167
HSL312°33.33%57.06%
HSB/HSV312°40.11%71.37%
CMYK0.00%40.11%8.24%
28.63%

Color #B66DA7 in popluar number systems.

HEXB66DA7
Decimal182109167
Binary10110110110110110100111
Octal266155247

Shades and tints

Shades of #B66DA7

#B66DA7
(182,109,167)
#A66498
(166,100,152)
#965B89
(150,91,137)
#86527A
(134,82,122)
#76496B
(118,73,107)
#66405C
(102,64,92)
#56374D
(86,55,77)
#462E3E
(70,46,62)
#36252F
(54,37,47)
#261C20
(38,28,32)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #B66DA7

#B66DA7
(182,109,167)
#BC7AAF
(188,122,175)
#C287B7
(194,135,183)
#C894BF
(200,148,191)
#CEA1C7
(206,161,199)
#D4AECF
(212,174,207)
#DABBD7
(218,187,215)
#E0C8DF
(224,200,223)
#E6D5E7
(230,213,231)
#ECE2EF
(236,226,239)
#F2EFF7
(242,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B66DA7; }

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

This text font color is #B66DA7.


Background Color

.myBgColor { background-color: #B66DA7; }

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

This div background color is #B66DA7.


Border color

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

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

This div border color is #B66DA7.


Opacity

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

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

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

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

This text has shadow with #B66DA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B66DA7 on black background.


Color preview on white background

This text has color #B66DA7 on white background.



Black color preview on #B66DA7 background

This text has black color on #B66DA7 background.


White color preview on #B66DA7 background

This text has white color on #B66DA7 background.