COLOR #B88DA7

HEX: #B88DA7
RGB: (184,141,167)

Color info

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

RGB color model

#B88DA7 color RGB value is (184,141,167).

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

RGB channels and saturation

R 184 of 255 = 72%
G 141 of 255 = 55%
B 167 of 255 = 65%

184
141
167

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

Portions of RGB colors in percentages

R + G + B =
184 + 141 + 167 = 492 (100%)
R 184 of 492 ~ 37.4%
G 141 of 492 ~ 28.66%
B 167 of 492 ~ 33.94%

%37.4
%28.66
%33.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.37%
  • 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
%23.37
%9.24
%27.84

Codes

Color #B88DA7 in popluar color models

B88DA7
RGB184141167
HSL324°23.24%63.73%
HSB/HSV324°23.37%72.16%
CMYK0.00%23.37%9.24%
27.84%

Color #B88DA7 in popluar number systems.

HEXB88DA7
Decimal184141167
Binary101110001000110110100111
Octal270215247

Shades and tints

Shades of #B88DA7

#B88DA7
(184,141,167)
#A88198
(168,129,152)
#987589
(152,117,137)
#88697A
(136,105,122)
#785D6B
(120,93,107)
#68515C
(104,81,92)
#58454D
(88,69,77)
#48393E
(72,57,62)
#382D2F
(56,45,47)
#282120
(40,33,32)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #B88DA7

#B88DA7
(184,141,167)
#BE97AF
(190,151,175)
#C4A1B7
(196,161,183)
#CAABBF
(202,171,191)
#D0B5C7
(208,181,199)
#D6BFCF
(214,191,207)
#DCC9D7
(220,201,215)
#E2D3DF
(226,211,223)
#E8DDE7
(232,221,231)
#EEE7EF
(238,231,239)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88DA7; }

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

This text font color is #B88DA7.


Background Color

.myBgColor { background-color: #B88DA7; }

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

This div background color is #B88DA7.


Border color

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

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

This div border color is #B88DA7.


Opacity

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

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

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

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

This text has shadow with #B88DA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88DA7 on black background.


Color preview on white background

This text has color #B88DA7 on white background.



Black color preview on #B88DA7 background

This text has black color on #B88DA7 background.


White color preview on #B88DA7 background

This text has white color on #B88DA7 background.