COLOR #B988CB

HEX: #B988CB
RGB: (185,136,203)

Color info

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

RGB color model

#B988CB color RGB value is (185,136,203).

  • red value is 185;
  • green value is 136;
  • blue value is 203.
RGB:
(185,136,203)
(73%,53%,80%)

RGB channels and saturation

R 185 of 255 = 73%
G 136 of 255 = 53%
B 203 of 255 = 80%

185
136
203

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

Portions of RGB colors in percentages

R + G + B =
185 + 136 + 203 = 524 (100%)
R 185 of 524 ~ 35.31%
G 136 of 524 ~ 25.95%
B 203 of 524 ~ 38.74%

%35.31
%25.95
%38.74

CMYK color model

#B988CB color CMYK value is (9,33,0,20).

  • cyan value is 8.87%
  • magenta value is 33.00%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(9,33,0,20)
C9M33Y0K20 
(9%,33%,0%,20%)
(0.09/0.33/0.00/0.20)	

CMYK percentages

%8.87
%33
%0
%20.39

Codes

Color #B988CB in popluar color models

B988CB
RGB185136203
HSL284°39.18%66.47%
HSB/HSV284°33.00%79.61%
CMYK8.87%33.00%0.00%
20.39%

Color #B988CB in popluar number systems.

HEXB988CB
Decimal185136203
Binary101110011000100011001011
Octal271210313

Shades and tints

Shades of #B988CB

#B988CB
(185,136,203)
#A97CB9
(169,124,185)
#9970A7
(153,112,167)
#896495
(137,100,149)
#795883
(121,88,131)
#694C71
(105,76,113)
#59405F
(89,64,95)
#49344D
(73,52,77)
#39283B
(57,40,59)
#291C29
(41,28,41)
#191017
(25,16,23)
#000000
(0,0,0)

Tints of #B988CB

#B988CB
(185,136,203)
#BF92CF
(191,146,207)
#C59CD3
(197,156,211)
#CBA6D7
(203,166,215)
#D1B0DB
(209,176,219)
#D7BADF
(215,186,223)
#DDC4E3
(221,196,227)
#E3CEE7
(227,206,231)
#E9D8EB
(233,216,235)
#EFE2EF
(239,226,239)
#F5ECF3
(245,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B988CB color. Also use rgb(185,136,203) instead hex code.

Text Font Color

.myTextColor { color: #B988CB; }

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

This text font color is #B988CB.


Background Color

.myBgColor { background-color: #B988CB; }

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

This div background color is #B988CB.


Border color

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

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

This div border color is #B988CB.


Opacity

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

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

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

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

This text has shadow with #B988CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B988CB on black background.


Color preview on white background

This text has color #B988CB on white background.



Black color preview on #B988CB background

This text has black color on #B988CB background.


White color preview on #B988CB background

This text has white color on #B988CB background.