COLOR #B99DDD

HEX: #B99DDD
RGB: (185,157,221)

Color info

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

RGB color model

#B99DDD color RGB value is (185,157,221).

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

RGB channels and saturation

R 185 of 255 = 73%
G 157 of 255 = 62%
B 221 of 255 = 87%

185
157
221

R + G + B ~ 74%. #B99DDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 157 + 221 = 563 (100%)
R 185 of 563 ~ 32.86%
G 157 of 563 ~ 27.89%
B 221 of 563 ~ 39.25%

%32.86
%27.89
%39.25

CMYK color model

#B99DDD color CMYK value is (16,29,0,13).

  • cyan value is 16.29%
  • magenta value is 28.96%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(16,29,0,13)
C16M29Y0K13 
(16%,29%,0%,13%)
(0.16/0.29/0.00/0.13)	

CMYK percentages

%16.29
%28.96
%0
%13.33

Codes

Color #B99DDD in popluar color models

B99DDD
RGB185157221
HSL266°48.48%74.12%
HSB/HSV266°28.96%86.67%
CMYK16.29%28.96%0.00%
13.33%

Color #B99DDD in popluar number systems.

HEXB99DDD
Decimal185157221
Binary101110011001110111011101
Octal271235335

Shades and tints

Shades of #B99DDD

#B99DDD
(185,157,221)
#A98FC9
(169,143,201)
#9981B5
(153,129,181)
#8973A1
(137,115,161)
#79658D
(121,101,141)
#695779
(105,87,121)
#594965
(89,73,101)
#493B51
(73,59,81)
#392D3D
(57,45,61)
#291F29
(41,31,41)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #B99DDD

#B99DDD
(185,157,221)
#BFA5E0
(191,165,224)
#C5ADE3
(197,173,227)
#CBB5E6
(203,181,230)
#D1BDE9
(209,189,233)
#D7C5EC
(215,197,236)
#DDCDEF
(221,205,239)
#E3D5F2
(227,213,242)
#E9DDF5
(233,221,245)
#EFE5F8
(239,229,248)
#F5EDFB
(245,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99DDD; }

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

This text font color is #B99DDD.


Background Color

.myBgColor { background-color: #B99DDD; }

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

This div background color is #B99DDD.


Border color

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

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

This div border color is #B99DDD.


Opacity

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

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

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

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

This text has shadow with #B99DDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99DDD on black background.


Color preview on white background

This text has color #B99DDD on white background.



Black color preview on #B99DDD background

This text has black color on #B99DDD background.


White color preview on #B99DDD background

This text has white color on #B99DDD background.