COLOR #B66F98

HEX: #B66F98
RGB: (182,111,152)

Color info

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

RGB color model

#B66F98 color RGB value is (182,111,152).

  • red value is 182;
  • green value is 111;
  • blue value is 152.
RGB:
(182,111,152)
(71%,44%,60%)

RGB channels and saturation

R 182 of 255 = 71%
G 111 of 255 = 44%
B 152 of 255 = 60%

182
111
152

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

Portions of RGB colors in percentages

R + G + B =
182 + 111 + 152 = 445 (100%)
R 182 of 445 ~ 40.9%
G 111 of 445 ~ 24.94%
B 152 of 445 ~ 34.16%

%40.9
%24.94
%34.16

CMYK color model

#B66F98 color CMYK value is (0,39,16,29).

  • cyan value is 0.00%
  • magenta value is 39.01%
  • yellow value is 16.48%
  • key color value is 28.63%
CMYK:
(0,39,16,29)
C0M39Y16K29 
(0%,39%,16%,29%)
(0.00/0.39/0.16/0.29)	

CMYK percentages

%0
%39.01
%16.48
%28.63

Codes

Color #B66F98 in popluar color models

B66F98
RGB182111152
HSL325°32.72%57.45%
HSB/HSV325°39.01%71.37%
CMYK0.00%39.01%16.48%
28.63%

Color #B66F98 in popluar number systems.

HEXB66F98
Decimal182111152
Binary10110110110111110011000
Octal266157230

Shades and tints

Shades of #B66F98

#B66F98
(182,111,152)
#A6658B
(166,101,139)
#965B7E
(150,91,126)
#865171
(134,81,113)
#764764
(118,71,100)
#663D57
(102,61,87)
#56334A
(86,51,74)
#46293D
(70,41,61)
#361F30
(54,31,48)
#261523
(38,21,35)
#160B16
(22,11,22)
#000000
(0,0,0)

Tints of #B66F98

#B66F98
(182,111,152)
#BC7CA1
(188,124,161)
#C289AA
(194,137,170)
#C896B3
(200,150,179)
#CEA3BC
(206,163,188)
#D4B0C5
(212,176,197)
#DABDCE
(218,189,206)
#E0CAD7
(224,202,215)
#E6D7E0
(230,215,224)
#ECE4E9
(236,228,233)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B66F98; }

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

This text font color is #B66F98.


Background Color

.myBgColor { background-color: #B66F98; }

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

This div background color is #B66F98.


Border color

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

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

This div border color is #B66F98.


Opacity

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

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

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

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

This text has shadow with #B66F98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B66F98 on black background.


Color preview on white background

This text has color #B66F98 on white background.



Black color preview on #B66F98 background

This text has black color on #B66F98 background.


White color preview on #B66F98 background

This text has white color on #B66F98 background.