COLOR #B84E98

HEX: #B84E98
RGB: (184,78,152)

Color info

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

RGB color model

#B84E98 color RGB value is (184,78,152).

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

RGB channels and saturation

R 184 of 255 = 72%
G 78 of 255 = 31%
B 152 of 255 = 60%

184
78
152

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

Portions of RGB colors in percentages

R + G + B =
184 + 78 + 152 = 414 (100%)
R 184 of 414 ~ 44.44%
G 78 of 414 ~ 18.84%
B 152 of 414 ~ 36.71%

%44.44
%18.84
%36.71

CMYK color model

#B84E98 color CMYK value is (0,58,17,28).

  • cyan value is 0.00%
  • magenta value is 57.61%
  • yellow value is 17.39%
  • key color value is 27.84%
CMYK:
(0,58,17,28)
C0M58Y17K28 
(0%,58%,17%,28%)
(0.00/0.58/0.17/0.28)	

CMYK percentages

%0
%57.61
%17.39
%27.84

Codes

Color #B84E98 in popluar color models

B84E98
RGB18478152
HSL318°42.74%51.37%
HSB/HSV318°57.61%72.16%
CMYK0.00%57.61%17.39%
27.84%

Color #B84E98 in popluar number systems.

HEXB84E98
Decimal18478152
Binary10111000100111010011000
Octal270116230

Shades and tints

Shades of #B84E98

#B84E98
(184,78,152)
#A8478B
(168,71,139)
#98407E
(152,64,126)
#883971
(136,57,113)
#783264
(120,50,100)
#682B57
(104,43,87)
#58244A
(88,36,74)
#481D3D
(72,29,61)
#381630
(56,22,48)
#280F23
(40,15,35)
#180816
(24,8,22)
#000000
(0,0,0)

Tints of #B84E98

#B84E98
(184,78,152)
#BE5EA1
(190,94,161)
#C46EAA
(196,110,170)
#CA7EB3
(202,126,179)
#D08EBC
(208,142,188)
#D69EC5
(214,158,197)
#DCAECE
(220,174,206)
#E2BED7
(226,190,215)
#E8CEE0
(232,206,224)
#EEDEE9
(238,222,233)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B84E98; }

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

This text font color is #B84E98.


Background Color

.myBgColor { background-color: #B84E98; }

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

This div background color is #B84E98.


Border color

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

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

This div border color is #B84E98.


Opacity

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

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

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

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

This text has shadow with #B84E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B84E98 on black background.


Color preview on white background

This text has color #B84E98 on white background.



Black color preview on #B84E98 background

This text has black color on #B84E98 background.


White color preview on #B84E98 background

This text has white color on #B84E98 background.