COLOR #B988ED

HEX: #B988ED
RGB: (185,136,237)

Color info

#B988ED contains mainly red and blue colors. Web safe color of #B988ED is #CC99FF (or #C9F).

RGB color model

#B988ED color RGB value is (185,136,237).

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

RGB channels and saturation

R 185 of 255 = 73%
G 136 of 255 = 53%
B 237 of 255 = 93%

185
136
237

R + G + B ~ 73%. #B988ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 136 + 237 = 558 (100%)
R 185 of 558 ~ 33.15%
G 136 of 558 ~ 24.37%
B 237 of 558 ~ 42.47%

%33.15
%24.37
%42.47

CMYK color model

#B988ED color CMYK value is (22,43,0,7).

  • cyan value is 21.94%
  • magenta value is 42.62%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(22,43,0,7)
C22M43Y0K7 
(22%,43%,0%,7%)
(0.22/0.43/0.00/0.07)	

CMYK percentages

%21.94
%42.62
%0
%7.06

Codes

Color #B988ED in popluar color models

B988ED
RGB185136237
HSL269°73.72%73.14%
HSB/HSV269°42.62%92.94%
CMYK21.94%42.62%0.00%
7.06%

Color #B988ED in popluar number systems.

HEXB988ED
Decimal185136237
Binary101110011000100011101101
Octal271210355

Shades and tints

Shades of #B988ED

#B988ED
(185,136,237)
#A97CD8
(169,124,216)
#9970C3
(153,112,195)
#8964AE
(137,100,174)
#795899
(121,88,153)
#694C84
(105,76,132)
#59406F
(89,64,111)
#49345A
(73,52,90)
#392845
(57,40,69)
#291C30
(41,28,48)
#19101B
(25,16,27)
#000000
(0,0,0)

Tints of #B988ED

#B988ED
(185,136,237)
#BF92EE
(191,146,238)
#C59CEF
(197,156,239)
#CBA6F0
(203,166,240)
#D1B0F1
(209,176,241)
#D7BAF2
(215,186,242)
#DDC4F3
(221,196,243)
#E3CEF4
(227,206,244)
#E9D8F5
(233,216,245)
#EFE2F6
(239,226,246)
#F5ECF7
(245,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B988ED; }

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

This text font color is #B988ED.


Background Color

.myBgColor { background-color: #B988ED; }

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

This div background color is #B988ED.


Border color

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

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

This div border color is #B988ED.


Opacity

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

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

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

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

This text has shadow with #B988ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B988ED on black background.


Color preview on white background

This text has color #B988ED on white background.



Black color preview on #B988ED background

This text has black color on #B988ED background.


White color preview on #B988ED background

This text has white color on #B988ED background.