COLOR #B88D97

HEX: #B88D97
RGB: (184,141,151)

Color info

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

RGB color model

#B88D97 color RGB value is (184,141,151).

  • red value is 184;
  • green value is 141;
  • blue value is 151.
RGB:
(184,141,151)
(72%,55%,59%)

RGB channels and saturation

R 184 of 255 = 72%
G 141 of 255 = 55%
B 151 of 255 = 59%

184
141
151

R + G + B ~ 62%. #B88D97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 141 + 151 = 476 (100%)
R 184 of 476 ~ 38.66%
G 141 of 476 ~ 29.62%
B 151 of 476 ~ 31.72%

%38.66
%29.62
%31.72

CMYK color model

#B88D97 color CMYK value is (0,23,18,28).

  • cyan value is 0.00%
  • magenta value is 23.37%
  • yellow value is 17.93%
  • key color value is 27.84%
CMYK:
(0,23,18,28)
C0M23Y18K28 
(0%,23%,18%,28%)
(0.00/0.23/0.18/0.28)	

CMYK percentages

%0
%23.37
%17.93
%27.84

Codes

Color #B88D97 in popluar color models

B88D97
RGB184141151
HSL346°23.24%63.73%
HSB/HSV346°23.37%72.16%
CMYK0.00%23.37%17.93%
27.84%

Color #B88D97 in popluar number systems.

HEXB88D97
Decimal184141151
Binary101110001000110110010111
Octal270215227

Shades and tints

Shades of #B88D97

#B88D97
(184,141,151)
#A8818A
(168,129,138)
#98757D
(152,117,125)
#886970
(136,105,112)
#785D63
(120,93,99)
#685156
(104,81,86)
#584549
(88,69,73)
#48393C
(72,57,60)
#382D2F
(56,45,47)
#282122
(40,33,34)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #B88D97

#B88D97
(184,141,151)
#BE97A0
(190,151,160)
#C4A1A9
(196,161,169)
#CAABB2
(202,171,178)
#D0B5BB
(208,181,187)
#D6BFC4
(214,191,196)
#DCC9CD
(220,201,205)
#E2D3D6
(226,211,214)
#E8DDDF
(232,221,223)
#EEE7E8
(238,231,232)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88D97; }

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

This text font color is #B88D97.


Background Color

.myBgColor { background-color: #B88D97; }

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

This div background color is #B88D97.


Border color

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

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

This div border color is #B88D97.


Opacity

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

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

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

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

This text has shadow with #B88D97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88D97 on black background.


Color preview on white background

This text has color #B88D97 on white background.



Black color preview on #B88D97 background

This text has black color on #B88D97 background.


White color preview on #B88D97 background

This text has white color on #B88D97 background.