COLOR #B993DD

HEX: #B993DD
RGB: (185,147,221)

Color info

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

RGB color model

#B993DD color RGB value is (185,147,221).

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

RGB channels and saturation

R 185 of 255 = 73%
G 147 of 255 = 58%
B 221 of 255 = 87%

185
147
221

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

Portions of RGB colors in percentages

R + G + B =
185 + 147 + 221 = 553 (100%)
R 185 of 553 ~ 33.45%
G 147 of 553 ~ 26.58%
B 221 of 553 ~ 39.96%

%33.45
%26.58
%39.96

CMYK color model

#B993DD color CMYK value is (16,33,0,13).

  • cyan value is 16.29%
  • magenta value is 33.48%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(16,33,0,13)
C16M33Y0K13 
(16%,33%,0%,13%)
(0.16/0.33/0.00/0.13)	

CMYK percentages

%16.29
%33.48
%0
%13.33

Codes

Color #B993DD in popluar color models

B993DD
RGB185147221
HSL271°52.11%72.16%
HSB/HSV271°33.48%86.67%
CMYK16.29%33.48%0.00%
13.33%

Color #B993DD in popluar number systems.

HEXB993DD
Decimal185147221
Binary101110011001001111011101
Octal271223335

Shades and tints

Shades of #B993DD

#B993DD
(185,147,221)
#A986C9
(169,134,201)
#9979B5
(153,121,181)
#896CA1
(137,108,161)
#795F8D
(121,95,141)
#695279
(105,82,121)
#594565
(89,69,101)
#493851
(73,56,81)
#392B3D
(57,43,61)
#291E29
(41,30,41)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #B993DD

#B993DD
(185,147,221)
#BF9CE0
(191,156,224)
#C5A5E3
(197,165,227)
#CBAEE6
(203,174,230)
#D1B7E9
(209,183,233)
#D7C0EC
(215,192,236)
#DDC9EF
(221,201,239)
#E3D2F2
(227,210,242)
#E9DBF5
(233,219,245)
#EFE4F8
(239,228,248)
#F5EDFB
(245,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B993DD; }

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

This text font color is #B993DD.


Background Color

.myBgColor { background-color: #B993DD; }

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

This div background color is #B993DD.


Border color

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

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

This div border color is #B993DD.


Opacity

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

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

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

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

This text has shadow with #B993DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B993DD on black background.


Color preview on white background

This text has color #B993DD on white background.



Black color preview on #B993DD background

This text has black color on #B993DD background.


White color preview on #B993DD background

This text has white color on #B993DD background.