COLOR #B88FCD

HEX: #B88FCD
RGB: (184,143,205)

Color info

#B88FCD contains mainly red and blue colors. Web safe color of #B88FCD is #CC99CC (or #C9C).

RGB color model

#B88FCD color RGB value is (184,143,205).

  • red value is 184;
  • green value is 143;
  • blue value is 205.
RGB:
(184,143,205)
(72%,56%,80%)

RGB channels and saturation

R 184 of 255 = 72%
G 143 of 255 = 56%
B 205 of 255 = 80%

184
143
205

R + G + B ~ 69%. #B88FCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 143 + 205 = 532 (100%)
R 184 of 532 ~ 34.59%
G 143 of 532 ~ 26.88%
B 205 of 532 ~ 38.53%

%34.59
%26.88
%38.53

CMYK color model

#B88FCD color CMYK value is (10,30,0,20).

  • cyan value is 10.24%
  • magenta value is 30.24%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(10,30,0,20)
C10M30Y0K20 
(10%,30%,0%,20%)
(0.10/0.30/0.00/0.20)	

CMYK percentages

%10.24
%30.24
%0
%19.61

Codes

Color #B88FCD in popluar color models

B88FCD
RGB184143205
HSL280°38.27%68.24%
HSB/HSV280°30.24%80.39%
CMYK10.24%30.24%0.00%
19.61%

Color #B88FCD in popluar number systems.

HEXB88FCD
Decimal184143205
Binary101110001000111111001101
Octal270217315

Shades and tints

Shades of #B88FCD

#B88FCD
(184,143,205)
#A882BB
(168,130,187)
#9875A9
(152,117,169)
#886897
(136,104,151)
#785B85
(120,91,133)
#684E73
(104,78,115)
#584161
(88,65,97)
#48344F
(72,52,79)
#38273D
(56,39,61)
#281A2B
(40,26,43)
#180D19
(24,13,25)
#000000
(0,0,0)

Tints of #B88FCD

#B88FCD
(184,143,205)
#BE99D1
(190,153,209)
#C4A3D5
(196,163,213)
#CAADD9
(202,173,217)
#D0B7DD
(208,183,221)
#D6C1E1
(214,193,225)
#DCCBE5
(220,203,229)
#E2D5E9
(226,213,233)
#E8DFED
(232,223,237)
#EEE9F1
(238,233,241)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88FCD color. Also use rgb(184,143,205) instead hex code.

Text Font Color

.myTextColor { color: #B88FCD; }

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

This text font color is #B88FCD.


Background Color

.myBgColor { background-color: #B88FCD; }

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

This div background color is #B88FCD.


Border color

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

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

This div border color is #B88FCD.


Opacity

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

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

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

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

This text has shadow with #B88FCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88FCD on black background.


Color preview on white background

This text has color #B88FCD on white background.



Black color preview on #B88FCD background

This text has black color on #B88FCD background.


White color preview on #B88FCD background

This text has white color on #B88FCD background.