COLOR #B88EA7

HEX: #B88EA7
RGB: (184,142,167)

Color info

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

RGB color model

#B88EA7 color RGB value is (184,142,167).

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

RGB channels and saturation

R 184 of 255 = 72%
G 142 of 255 = 56%
B 167 of 255 = 65%

184
142
167

R + G + B ~ 64%. #B88EA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 142 + 167 = 493 (100%)
R 184 of 493 ~ 37.32%
G 142 of 493 ~ 28.8%
B 167 of 493 ~ 33.87%

%37.32
%28.8
%33.87

CMYK color model

#B88EA7 color CMYK value is (0,23,9,28).

  • cyan value is 0.00%
  • magenta value is 22.83%
  • yellow value is 9.24%
  • key color value is 27.84%
CMYK:
(0,23,9,28)
C0M23Y9K28 
(0%,23%,9%,28%)
(0.00/0.23/0.09/0.28)	

CMYK percentages

%0
%22.83
%9.24
%27.84

Codes

Color #B88EA7 in popluar color models

B88EA7
RGB184142167
HSL324°22.83%63.92%
HSB/HSV324°22.83%72.16%
CMYK0.00%22.83%9.24%
27.84%

Color #B88EA7 in popluar number systems.

HEXB88EA7
Decimal184142167
Binary101110001000111010100111
Octal270216247

Shades and tints

Shades of #B88EA7

#B88EA7
(184,142,167)
#A88298
(168,130,152)
#987689
(152,118,137)
#886A7A
(136,106,122)
#785E6B
(120,94,107)
#68525C
(104,82,92)
#58464D
(88,70,77)
#483A3E
(72,58,62)
#382E2F
(56,46,47)
#282220
(40,34,32)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #B88EA7

#B88EA7
(184,142,167)
#BE98AF
(190,152,175)
#C4A2B7
(196,162,183)
#CAACBF
(202,172,191)
#D0B6C7
(208,182,199)
#D6C0CF
(214,192,207)
#DCCAD7
(220,202,215)
#E2D4DF
(226,212,223)
#E8DEE7
(232,222,231)
#EEE8EF
(238,232,239)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88EA7; }

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

This text font color is #B88EA7.


Background Color

.myBgColor { background-color: #B88EA7; }

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

This div background color is #B88EA7.


Border color

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

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

This div border color is #B88EA7.


Opacity

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

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

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

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

This text has shadow with #B88EA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88EA7 on black background.


Color preview on white background

This text has color #B88EA7 on white background.



Black color preview on #B88EA7 background

This text has black color on #B88EA7 background.


White color preview on #B88EA7 background

This text has white color on #B88EA7 background.