COLOR #B88CBE

HEX: #B88CBE
RGB: (184,140,190)

Color info

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

RGB color model

#B88CBE color RGB value is (184,140,190).

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

RGB channels and saturation

R 184 of 255 = 72%
G 140 of 255 = 55%
B 190 of 255 = 75%

184
140
190

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

Portions of RGB colors in percentages

R + G + B =
184 + 140 + 190 = 514 (100%)
R 184 of 514 ~ 35.8%
G 140 of 514 ~ 27.24%
B 190 of 514 ~ 36.96%

%35.8
%27.24
%36.96

CMYK color model

#B88CBE color CMYK value is (3,26,0,25).

  • cyan value is 3.16%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(3,26,0,25)
C3M26Y0K25 
(3%,26%,0%,25%)
(0.03/0.26/0.00/0.25)	

CMYK percentages

%3.16
%26.32
%0
%25.49

Codes

Color #B88CBE in popluar color models

B88CBE
RGB184140190
HSL293°27.78%64.71%
HSB/HSV293°26.32%74.51%
CMYK3.16%26.32%0.00%
25.49%

Color #B88CBE in popluar number systems.

HEXB88CBE
Decimal184140190
Binary101110001000110010111110
Octal270214276

Shades and tints

Shades of #B88CBE

#B88CBE
(184,140,190)
#A880AD
(168,128,173)
#98749C
(152,116,156)
#88688B
(136,104,139)
#785C7A
(120,92,122)
#685069
(104,80,105)
#584458
(88,68,88)
#483847
(72,56,71)
#382C36
(56,44,54)
#282025
(40,32,37)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #B88CBE

#B88CBE
(184,140,190)
#BE96C3
(190,150,195)
#C4A0C8
(196,160,200)
#CAAACD
(202,170,205)
#D0B4D2
(208,180,210)
#D6BED7
(214,190,215)
#DCC8DC
(220,200,220)
#E2D2E1
(226,210,225)
#E8DCE6
(232,220,230)
#EEE6EB
(238,230,235)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88CBE color. Also use rgb(184,140,190) instead hex code.

Text Font Color

.myTextColor { color: #B88CBE; }

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

This text font color is #B88CBE.


Background Color

.myBgColor { background-color: #B88CBE; }

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

This div background color is #B88CBE.


Border color

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

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

This div border color is #B88CBE.


Opacity

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

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

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

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

This text has shadow with #B88CBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88CBE on black background.


Color preview on white background

This text has color #B88CBE on white background.



Black color preview on #B88CBE background

This text has black color on #B88CBE background.


White color preview on #B88CBE background

This text has white color on #B88CBE background.