COLOR #B993DB

HEX: #B993DB
RGB: (185,147,219)

Color info

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

RGB color model

#B993DB color RGB value is (185,147,219).

  • red value is 185;
  • green value is 147;
  • blue value is 219.
RGB:
(185,147,219)
(73%,58%,86%)

RGB channels and saturation

R 185 of 255 = 73%
G 147 of 255 = 58%
B 219 of 255 = 86%

185
147
219

R + G + B ~ 72%. #B993DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 147 + 219 = 551 (100%)
R 185 of 551 ~ 33.58%
G 147 of 551 ~ 26.68%
B 219 of 551 ~ 39.75%

%33.58
%26.68
%39.75

CMYK color model

#B993DB color CMYK value is (16,33,0,14).

  • cyan value is 15.53%
  • magenta value is 32.88%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(16,33,0,14)
C16M33Y0K14 
(16%,33%,0%,14%)
(0.16/0.33/0.00/0.14)	

CMYK percentages

%15.53
%32.88
%0
%14.12

Codes

Color #B993DB in popluar color models

B993DB
RGB185147219
HSL272°50.00%71.76%
HSB/HSV272°32.88%85.88%
CMYK15.53%32.88%0.00%
14.12%

Color #B993DB in popluar number systems.

HEXB993DB
Decimal185147219
Binary101110011001001111011011
Octal271223333

Shades and tints

Shades of #B993DB

#B993DB
(185,147,219)
#A986C8
(169,134,200)
#9979B5
(153,121,181)
#896CA2
(137,108,162)
#795F8F
(121,95,143)
#69527C
(105,82,124)
#594569
(89,69,105)
#493856
(73,56,86)
#392B43
(57,43,67)
#291E30
(41,30,48)
#19111D
(25,17,29)
#000000
(0,0,0)

Tints of #B993DB

#B993DB
(185,147,219)
#BF9CDE
(191,156,222)
#C5A5E1
(197,165,225)
#CBAEE4
(203,174,228)
#D1B7E7
(209,183,231)
#D7C0EA
(215,192,234)
#DDC9ED
(221,201,237)
#E3D2F0
(227,210,240)
#E9DBF3
(233,219,243)
#EFE4F6
(239,228,246)
#F5EDF9
(245,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B993DB color. Also use rgb(185,147,219) instead hex code.

Text Font Color

.myTextColor { color: #B993DB; }

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

This text font color is #B993DB.


Background Color

.myBgColor { background-color: #B993DB; }

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

This div background color is #B993DB.


Border color

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

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

This div border color is #B993DB.


Opacity

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

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

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

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

This text has shadow with #B993DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B993DB on black background.


Color preview on white background

This text has color #B993DB on white background.



Black color preview on #B993DB background

This text has black color on #B993DB background.


White color preview on #B993DB background

This text has white color on #B993DB background.