COLOR #B66EBF

HEX: #B66EBF
RGB: (182,110,191)

Color info

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

RGB color model

#B66EBF color RGB value is (182,110,191).

  • red value is 182;
  • green value is 110;
  • blue value is 191.
RGB:
(182,110,191)
(71%,43%,75%)

RGB channels and saturation

R 182 of 255 = 71%
G 110 of 255 = 43%
B 191 of 255 = 75%

182
110
191

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

Portions of RGB colors in percentages

R + G + B =
182 + 110 + 191 = 483 (100%)
R 182 of 483 ~ 37.68%
G 110 of 483 ~ 22.77%
B 191 of 483 ~ 39.54%

%37.68
%22.77
%39.54

CMYK color model

#B66EBF color CMYK value is (5,42,0,25).

  • cyan value is 4.71%
  • magenta value is 42.41%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(5,42,0,25)
C5M42Y0K25 
(5%,42%,0%,25%)
(0.05/0.42/0.00/0.25)	

CMYK percentages

%4.71
%42.41
%0
%25.1

Codes

Color #B66EBF in popluar color models

B66EBF
RGB182110191
HSL293°38.76%59.02%
HSB/HSV293°42.41%74.90%
CMYK4.71%42.41%0.00%
25.10%

Color #B66EBF in popluar number systems.

HEXB66EBF
Decimal182110191
Binary10110110110111010111111
Octal266156277

Shades and tints

Shades of #B66EBF

#B66EBF
(182,110,191)
#A664AE
(166,100,174)
#965A9D
(150,90,157)
#86508C
(134,80,140)
#76467B
(118,70,123)
#663C6A
(102,60,106)
#563259
(86,50,89)
#462848
(70,40,72)
#361E37
(54,30,55)
#261426
(38,20,38)
#160A15
(22,10,21)
#000000
(0,0,0)

Tints of #B66EBF

#B66EBF
(182,110,191)
#BC7BC4
(188,123,196)
#C288C9
(194,136,201)
#C895CE
(200,149,206)
#CEA2D3
(206,162,211)
#D4AFD8
(212,175,216)
#DABCDD
(218,188,221)
#E0C9E2
(224,201,226)
#E6D6E7
(230,214,231)
#ECE3EC
(236,227,236)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B66EBF; }

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

This text font color is #B66EBF.


Background Color

.myBgColor { background-color: #B66EBF; }

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

This div background color is #B66EBF.


Border color

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

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

This div border color is #B66EBF.


Opacity

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

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

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

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

This text has shadow with #B66EBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B66EBF on black background.


Color preview on white background

This text has color #B66EBF on white background.



Black color preview on #B66EBF background

This text has black color on #B66EBF background.


White color preview on #B66EBF background

This text has white color on #B66EBF background.