COLOR #B999EC

HEX: #B999EC
RGB: (185,153,236)

Color info

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

RGB color model

#B999EC color RGB value is (185,153,236).

  • red value is 185;
  • green value is 153;
  • blue value is 236.
RGB:
(185,153,236)
(73%,60%,93%)

RGB channels and saturation

R 185 of 255 = 73%
G 153 of 255 = 60%
B 236 of 255 = 93%

185
153
236

R + G + B ~ 75%. #B999EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 153 + 236 = 574 (100%)
R 185 of 574 ~ 32.23%
G 153 of 574 ~ 26.66%
B 236 of 574 ~ 41.11%

%32.23
%26.66
%41.11

CMYK color model

#B999EC color CMYK value is (22,35,0,7).

  • cyan value is 21.61%
  • magenta value is 35.17%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(22,35,0,7)
C22M35Y0K7 
(22%,35%,0%,7%)
(0.22/0.35/0.00/0.07)	

CMYK percentages

%21.61
%35.17
%0
%7.45

Codes

Color #B999EC in popluar color models

B999EC
RGB185153236
HSL263°68.60%76.27%
HSB/HSV263°35.17%92.55%
CMYK21.61%35.17%0.00%
7.45%

Color #B999EC in popluar number systems.

HEXB999EC
Decimal185153236
Binary101110011001100111101100
Octal271231354

Shades and tints

Shades of #B999EC

#B999EC
(185,153,236)
#A98CD7
(169,140,215)
#997FC2
(153,127,194)
#8972AD
(137,114,173)
#796598
(121,101,152)
#695883
(105,88,131)
#594B6E
(89,75,110)
#493E59
(73,62,89)
#393144
(57,49,68)
#29242F
(41,36,47)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #B999EC

#B999EC
(185,153,236)
#BFA2ED
(191,162,237)
#C5ABEE
(197,171,238)
#CBB4EF
(203,180,239)
#D1BDF0
(209,189,240)
#D7C6F1
(215,198,241)
#DDCFF2
(221,207,242)
#E3D8F3
(227,216,243)
#E9E1F4
(233,225,244)
#EFEAF5
(239,234,245)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B999EC color. Also use rgb(185,153,236) instead hex code.

Text Font Color

.myTextColor { color: #B999EC; }

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

This text font color is #B999EC.


Background Color

.myBgColor { background-color: #B999EC; }

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

This div background color is #B999EC.


Border color

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

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

This div border color is #B999EC.


Opacity

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

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

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

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

This text has shadow with #B999EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B999EC on black background.


Color preview on white background

This text has color #B999EC on white background.



Black color preview on #B999EC background

This text has black color on #B999EC background.


White color preview on #B999EC background

This text has white color on #B999EC background.