COLOR #B88DC0

HEX: #B88DC0
RGB: (184,141,192)

Color info

#B88DC0 contains red, green and blue colors in about the same proportion. Web safe color of #B88DC0 is #CC99CC (or #C9C).

RGB color model

#B88DC0 color RGB value is (184,141,192).

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

RGB channels and saturation

R 184 of 255 = 72%
G 141 of 255 = 55%
B 192 of 255 = 75%

184
141
192

R + G + B ~ 67%. #B88DC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 141 + 192 = 517 (100%)
R 184 of 517 ~ 35.59%
G 141 of 517 ~ 27.27%
B 192 of 517 ~ 37.14%

%35.59
%27.27
%37.14

CMYK color model

#B88DC0 color CMYK value is (4,27,0,25).

  • cyan value is 4.17%
  • magenta value is 26.56%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(4,27,0,25)
C4M27Y0K25 
(4%,27%,0%,25%)
(0.04/0.27/0.00/0.25)	

CMYK percentages

%4.17
%26.56
%0
%24.71

Codes

Color #B88DC0 in popluar color models

B88DC0
RGB184141192
HSL291°28.81%65.29%
HSB/HSV291°26.56%75.29%
CMYK4.17%26.56%0.00%
24.71%

Color #B88DC0 in popluar number systems.

HEXB88DC0
Decimal184141192
Binary101110001000110111000000
Octal270215300

Shades and tints

Shades of #B88DC0

#B88DC0
(184,141,192)
#A881AF
(168,129,175)
#98759E
(152,117,158)
#88698D
(136,105,141)
#785D7C
(120,93,124)
#68516B
(104,81,107)
#58455A
(88,69,90)
#483949
(72,57,73)
#382D38
(56,45,56)
#282127
(40,33,39)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #B88DC0

#B88DC0
(184,141,192)
#BE97C5
(190,151,197)
#C4A1CA
(196,161,202)
#CAABCF
(202,171,207)
#D0B5D4
(208,181,212)
#D6BFD9
(214,191,217)
#DCC9DE
(220,201,222)
#E2D3E3
(226,211,227)
#E8DDE8
(232,221,232)
#EEE7ED
(238,231,237)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88DC0; }

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

This text font color is #B88DC0.


Background Color

.myBgColor { background-color: #B88DC0; }

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

This div background color is #B88DC0.


Border color

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

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

This div border color is #B88DC0.


Opacity

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

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

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

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

This text has shadow with #B88DC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88DC0 on black background.


Color preview on white background

This text has color #B88DC0 on white background.



Black color preview on #B88DC0 background

This text has black color on #B88DC0 background.


White color preview on #B88DC0 background

This text has white color on #B88DC0 background.