COLOR #B998DC

HEX: #B998DC
RGB: (185,152,220)

Color info

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

RGB color model

#B998DC color RGB value is (185,152,220).

  • red value is 185;
  • green value is 152;
  • blue value is 220.
RGB:
(185,152,220)
(73%,60%,86%)

RGB channels and saturation

R 185 of 255 = 73%
G 152 of 255 = 60%
B 220 of 255 = 86%

185
152
220

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

Portions of RGB colors in percentages

R + G + B =
185 + 152 + 220 = 557 (100%)
R 185 of 557 ~ 33.21%
G 152 of 557 ~ 27.29%
B 220 of 557 ~ 39.5%

%33.21
%27.29
%39.5

CMYK color model

#B998DC color CMYK value is (16,31,0,14).

  • cyan value is 15.91%
  • magenta value is 30.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(16,31,0,14)
C16M31Y0K14 
(16%,31%,0%,14%)
(0.16/0.31/0.00/0.14)	

CMYK percentages

%15.91
%30.91
%0
%13.73

Codes

Color #B998DC in popluar color models

B998DC
RGB185152220
HSL269°49.28%72.94%
HSB/HSV269°30.91%86.27%
CMYK15.91%30.91%0.00%
13.73%

Color #B998DC in popluar number systems.

HEXB998DC
Decimal185152220
Binary101110011001100011011100
Octal271230334

Shades and tints

Shades of #B998DC

#B998DC
(185,152,220)
#A98BC8
(169,139,200)
#997EB4
(153,126,180)
#8971A0
(137,113,160)
#79648C
(121,100,140)
#695778
(105,87,120)
#594A64
(89,74,100)
#493D50
(73,61,80)
#39303C
(57,48,60)
#292328
(41,35,40)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #B998DC

#B998DC
(185,152,220)
#BFA1DF
(191,161,223)
#C5AAE2
(197,170,226)
#CBB3E5
(203,179,229)
#D1BCE8
(209,188,232)
#D7C5EB
(215,197,235)
#DDCEEE
(221,206,238)
#E3D7F1
(227,215,241)
#E9E0F4
(233,224,244)
#EFE9F7
(239,233,247)
#F5F2FA
(245,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B998DC color. Also use rgb(185,152,220) instead hex code.

Text Font Color

.myTextColor { color: #B998DC; }

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

This text font color is #B998DC.


Background Color

.myBgColor { background-color: #B998DC; }

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

This div background color is #B998DC.


Border color

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

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

This div border color is #B998DC.


Opacity

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

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

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

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

This text has shadow with #B998DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B998DC on black background.


Color preview on white background

This text has color #B998DC on white background.



Black color preview on #B998DC background

This text has black color on #B998DC background.


White color preview on #B998DC background

This text has white color on #B998DC background.