COLOR #B88998

HEX: #B88998 RGB: (184,137,152)

Color info

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

RGB color model

#B88998 color RGB value is (184,137,152).

RGB: (184,137,152) (72%, 54%, 60%)

RGB channels and saturation

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

184
137
152

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

Portions of RGB colors in percentages

R + G + B = 184 + 137 + 152 = 473 (100%)
R 184 of 473 ~ 38.9%
G 137 of 473 ~ 28.96%
B 152 of 473 ~ 32.14'%

%38.9
%28.96
%32.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.54%
  • yellow value is 17.39%
  • key color value is 27.84%

CMYK: (0,26,17,28)
C0M26Y17K28 (0%, 26%, 17%, 28%)
(0.00 / 0.26 / 0.17 / 0.28)

CMYK percentages

%0
%25.54
%17.39
%27.84

Codes

Color #B88998 in popluar color models

B8 89 98
RGB 184 137 152
HSL 341° 24.87% 62.94%
HSB/HSV 341° 25.54% 72.16%
CMYK 0.00% 25.54% 17.39%
27.84%

Color #B88998 in popluar number systems.

HEX B8 89 98
Decimal 184 137 152
Binary 10111000 10001001 10011000
Octal 270 211 230

Shades and tints

Shades of #B88998

#B88998
(184,137,152)
#A87D8B
(168,125,139)
#98717E
(152,113,126)
#886571
(136,101,113)
#785964
(120,89,100)
#684D57
(104,77,87)
#58414A
(88,65,74)
#48353D
(72,53,61)
#382930
(56,41,48)
#281D23
(40,29,35)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #B88998

#B88998
(184,137,152)
#BE93A1
(190,147,161)
#C49DAA
(196,157,170)
#CAA7B3
(202,167,179)
#D0B1BC
(208,177,188)
#D6BBC5
(214,187,197)
#DCC5CE
(220,197,206)
#E2CFD7
(226,207,215)
#E8D9E0
(232,217,224)
#EEE3E9
(238,227,233)
#F4EDF2
(244,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88998; }

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

This text font color is #B88998.

Background Color

.myBgColor { background-color: #B88998; }

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

This div background color is #B88998.

Border color

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

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

This div border color is #B88998.

Opacity

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

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

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

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

This text has shadow with #B88998 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B88998.

Preview

Color preview on black background

This text has color #B88998 on black background.


Color preview on white background

This text has color #B88998 on white background.


Black color preview on #B88998 background

This text has black color on #B88998 background.


White color preview on #B88998 background

This text has white color on #B88998 background.


Related colors

Complementary color

Complementary color for #hex is #477667.


I love getcolorcode.com

Triadic colors

1 #98B889 and #8998B8 with #B88998 are triadic colors.

2 #9889B8 and #89B898 with #B88998 are triadic colors.