COLOR #B898B8

HEX: #B898B8
RGB: (184,152,184)

Color info

#B898B8 contains red, green and blue colors in about the same proportion. Web safe color of #B898B8 is #CC99CC (or #C9C).

RGB color model

#B898B8 color RGB value is (184,152,184).

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

RGB channels and saturation

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

184
152
184

R + G + B ~ 68%. #B898B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 152 + 184 = 520 (100%)
R 184 of 520 ~ 35.38%
G 152 of 520 ~ 29.23%
B 184 of 520 ~ 35.38%

%35.38
%29.23
%35.38

CMYK color model

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

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

CMYK percentages

%0
%17.39
%0
%27.84

Codes

Color #B898B8 in popluar color models

B898B8
RGB184152184
HSL300°18.39%65.88%
HSB/HSV300°17.39%72.16%
CMYK0.00%17.39%0.00%
27.84%

Color #B898B8 in popluar number systems.

HEXB898B8
Decimal184152184
Binary101110001001100010111000
Octal270230270

Shades and tints

Shades of #B898B8

#B898B8
(184,152,184)
#A88BA8
(168,139,168)
#987E98
(152,126,152)
#887188
(136,113,136)
#786478
(120,100,120)
#685768
(104,87,104)
#584A58
(88,74,88)
#483D48
(72,61,72)
#383038
(56,48,56)
#282328
(40,35,40)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #B898B8

#B898B8
(184,152,184)
#BEA1BE
(190,161,190)
#C4AAC4
(196,170,196)
#CAB3CA
(202,179,202)
#D0BCD0
(208,188,208)
#D6C5D6
(214,197,214)
#DCCEDC
(220,206,220)
#E2D7E2
(226,215,226)
#E8E0E8
(232,224,232)
#EEE9EE
(238,233,238)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B898B8; }

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

This text font color is #B898B8.


Background Color

.myBgColor { background-color: #B898B8; }

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

This div background color is #B898B8.


Border color

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

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

This div border color is #B898B8.


Opacity

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

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

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

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

This text has shadow with #B898B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B898B8 on black background.


Color preview on white background

This text has color #B898B8 on white background.



Black color preview on #B898B8 background

This text has black color on #B898B8 background.


White color preview on #B898B8 background

This text has white color on #B898B8 background.