COLOR #B988BD

HEX: #B988BD
RGB: (185,136,189)

Color info

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

RGB color model

#B988BD color RGB value is (185,136,189).

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

RGB channels and saturation

R 185 of 255 = 73%
G 136 of 255 = 53%
B 189 of 255 = 74%

185
136
189

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

Portions of RGB colors in percentages

R + G + B =
185 + 136 + 189 = 510 (100%)
R 185 of 510 ~ 36.27%
G 136 of 510 ~ 26.67%
B 189 of 510 ~ 37.06%

%36.27
%26.67
%37.06

CMYK color model

#B988BD color CMYK value is (2,28,0,26).

  • cyan value is 2.12%
  • magenta value is 28.04%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(2,28,0,26)
C2M28Y0K26 
(2%,28%,0%,26%)
(0.02/0.28/0.00/0.26)	

CMYK percentages

%2.12
%28.04
%0
%25.88

Codes

Color #B988BD in popluar color models

B988BD
RGB185136189
HSL295°28.65%63.73%
HSB/HSV295°28.04%74.12%
CMYK2.12%28.04%0.00%
25.88%

Color #B988BD in popluar number systems.

HEXB988BD
Decimal185136189
Binary101110011000100010111101
Octal271210275

Shades and tints

Shades of #B988BD

#B988BD
(185,136,189)
#A97CAC
(169,124,172)
#99709B
(153,112,155)
#89648A
(137,100,138)
#795879
(121,88,121)
#694C68
(105,76,104)
#594057
(89,64,87)
#493446
(73,52,70)
#392835
(57,40,53)
#291C24
(41,28,36)
#191013
(25,16,19)
#000000
(0,0,0)

Tints of #B988BD

#B988BD
(185,136,189)
#BF92C3
(191,146,195)
#C59CC9
(197,156,201)
#CBA6CF
(203,166,207)
#D1B0D5
(209,176,213)
#D7BADB
(215,186,219)
#DDC4E1
(221,196,225)
#E3CEE7
(227,206,231)
#E9D8ED
(233,216,237)
#EFE2F3
(239,226,243)
#F5ECF9
(245,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B988BD; }

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

This text font color is #B988BD.


Background Color

.myBgColor { background-color: #B988BD; }

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

This div background color is #B988BD.


Border color

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

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

This div border color is #B988BD.


Opacity

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

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

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

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

This text has shadow with #B988BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B988BD on black background.


Color preview on white background

This text has color #B988BD on white background.



Black color preview on #B988BD background

This text has black color on #B988BD background.


White color preview on #B988BD background

This text has white color on #B988BD background.