COLOR #B99CED

HEX: #B99CED
RGB: (185,156,237)

Color info

#B99CED contains mainly red and blue colors. Web safe color of #B99CED is #CC99FF (or #C9F).

RGB color model

#B99CED color RGB value is (185,156,237).

  • red value is 185;
  • green value is 156;
  • blue value is 237.
RGB:
(185,156,237)
(73%,61%,93%)

RGB channels and saturation

R 185 of 255 = 73%
G 156 of 255 = 61%
B 237 of 255 = 93%

185
156
237

R + G + B ~ 76%. #B99CED is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 156 + 237 = 578 (100%)
R 185 of 578 ~ 32.01%
G 156 of 578 ~ 26.99%
B 237 of 578 ~ 41%

%32.01
%26.99
%41

CMYK color model

#B99CED color CMYK value is (22,34,0,7).

  • cyan value is 21.94%
  • magenta value is 34.18%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(22,34,0,7)
C22M34Y0K7 
(22%,34%,0%,7%)
(0.22/0.34/0.00/0.07)	

CMYK percentages

%21.94
%34.18
%0
%7.06

Codes

Color #B99CED in popluar color models

B99CED
RGB185156237
HSL261°69.23%77.06%
HSB/HSV261°34.18%92.94%
CMYK21.94%34.18%0.00%
7.06%

Color #B99CED in popluar number systems.

HEXB99CED
Decimal185156237
Binary101110011001110011101101
Octal271234355

Shades and tints

Shades of #B99CED

#B99CED
(185,156,237)
#A98ED8
(169,142,216)
#9980C3
(153,128,195)
#8972AE
(137,114,174)
#796499
(121,100,153)
#695684
(105,86,132)
#59486F
(89,72,111)
#493A5A
(73,58,90)
#392C45
(57,44,69)
#291E30
(41,30,48)
#19101B
(25,16,27)
#000000
(0,0,0)

Tints of #B99CED

#B99CED
(185,156,237)
#BFA5EE
(191,165,238)
#C5AEEF
(197,174,239)
#CBB7F0
(203,183,240)
#D1C0F1
(209,192,241)
#D7C9F2
(215,201,242)
#DDD2F3
(221,210,243)
#E3DBF4
(227,219,244)
#E9E4F5
(233,228,245)
#EFEDF6
(239,237,246)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99CED color. Also use rgb(185,156,237) instead hex code.

Text Font Color

.myTextColor { color: #B99CED; }

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

This text font color is #B99CED.


Background Color

.myBgColor { background-color: #B99CED; }

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

This div background color is #B99CED.


Border color

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

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

This div border color is #B99CED.


Opacity

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

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

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

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

This text has shadow with #B99CED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99CED on black background.


Color preview on white background

This text has color #B99CED on white background.



Black color preview on #B99CED background

This text has black color on #B99CED background.


White color preview on #B99CED background

This text has white color on #B99CED background.