COLOR #B88E98

HEX: #B88E98
RGB: (184,142,152)

Color info

#B88E98 contains red, green and blue colors in about the same proportion. Web safe color of #B88E98 is #CC9999 (or #C99).

RGB color model

#B88E98 color RGB value is (184,142,152).

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

RGB channels and saturation

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

184
142
152

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

Portions of RGB colors in percentages

R + G + B =
184 + 142 + 152 = 478 (100%)
R 184 of 478 ~ 38.49%
G 142 of 478 ~ 29.71%
B 152 of 478 ~ 31.8%

%38.49
%29.71
%31.8

CMYK color model

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

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

CMYK percentages

%0
%22.83
%17.39
%27.84

Codes

Color #B88E98 in popluar color models

B88E98
RGB184142152
HSL346°22.83%63.92%
HSB/HSV346°22.83%72.16%
CMYK0.00%22.83%17.39%
27.84%

Color #B88E98 in popluar number systems.

HEXB88E98
Decimal184142152
Binary101110001000111010011000
Octal270216230

Shades and tints

Shades of #B88E98

#B88E98
(184,142,152)
#A8828B
(168,130,139)
#98767E
(152,118,126)
#886A71
(136,106,113)
#785E64
(120,94,100)
#685257
(104,82,87)
#58464A
(88,70,74)
#483A3D
(72,58,61)
#382E30
(56,46,48)
#282223
(40,34,35)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #B88E98

#B88E98
(184,142,152)
#BE98A1
(190,152,161)
#C4A2AA
(196,162,170)
#CAACB3
(202,172,179)
#D0B6BC
(208,182,188)
#D6C0C5
(214,192,197)
#DCCACE
(220,202,206)
#E2D4D7
(226,212,215)
#E8DEE0
(232,222,224)
#EEE8E9
(238,232,233)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88E98; }

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

This text font color is #B88E98.


Background Color

.myBgColor { background-color: #B88E98; }

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

This div background color is #B88E98.


Border color

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

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

This div border color is #B88E98.


Opacity

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

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

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

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

This text has shadow with #B88E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88E98 on black background.


Color preview on white background

This text has color #B88E98 on white background.



Black color preview on #B88E98 background

This text has black color on #B88E98 background.


White color preview on #B88E98 background

This text has white color on #B88E98 background.