COLOR #B86298

HEX: #B86298
RGB: (184,98,152)

Color info

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

RGB color model

#B86298 color RGB value is (184,98,152).

  • red value is 184;
  • green value is 98;
  • blue value is 152.
RGB:
(184,98,152)
(72%,38%,60%)

RGB channels and saturation

R 184 of 255 = 72%
G 98 of 255 = 38%
B 152 of 255 = 60%

184
98
152

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

Portions of RGB colors in percentages

R + G + B =
184 + 98 + 152 = 434 (100%)
R 184 of 434 ~ 42.4%
G 98 of 434 ~ 22.58%
B 152 of 434 ~ 35.02%

%42.4
%22.58
%35.02

CMYK color model

#B86298 color CMYK value is (0,47,17,28).

  • cyan value is 0.00%
  • magenta value is 46.74%
  • yellow value is 17.39%
  • key color value is 27.84%
CMYK:
(0,47,17,28)
C0M47Y17K28 
(0%,47%,17%,28%)
(0.00/0.47/0.17/0.28)	

CMYK percentages

%0
%46.74
%17.39
%27.84

Codes

Color #B86298 in popluar color models

B86298
RGB18498152
HSL322°37.72%55.29%
HSB/HSV322°46.74%72.16%
CMYK0.00%46.74%17.39%
27.84%

Color #B86298 in popluar number systems.

HEXB86298
Decimal18498152
Binary10111000110001010011000
Octal270142230

Shades and tints

Shades of #B86298

#B86298
(184,98,152)
#A85A8B
(168,90,139)
#98527E
(152,82,126)
#884A71
(136,74,113)
#784264
(120,66,100)
#683A57
(104,58,87)
#58324A
(88,50,74)
#482A3D
(72,42,61)
#382230
(56,34,48)
#281A23
(40,26,35)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #B86298

#B86298
(184,98,152)
#BE70A1
(190,112,161)
#C47EAA
(196,126,170)
#CA8CB3
(202,140,179)
#D09ABC
(208,154,188)
#D6A8C5
(214,168,197)
#DCB6CE
(220,182,206)
#E2C4D7
(226,196,215)
#E8D2E0
(232,210,224)
#EEE0E9
(238,224,233)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B86298 color. Also use rgb(184,98,152) instead hex code.

Text Font Color

.myTextColor { color: #B86298; }

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

This text font color is #B86298.


Background Color

.myBgColor { background-color: #B86298; }

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

This div background color is #B86298.


Border color

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

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

This div border color is #B86298.


Opacity

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

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

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

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

This text has shadow with #B86298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B86298 on black background.


Color preview on white background

This text has color #B86298 on white background.



Black color preview on #B86298 background

This text has black color on #B86298 background.


White color preview on #B86298 background

This text has white color on #B86298 background.