COLOR #B999E1

HEX: #B999E1
RGB: (185,153,225)

Color info

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

RGB color model

#B999E1 color RGB value is (185,153,225).

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

RGB channels and saturation

R 185 of 255 = 73%
G 153 of 255 = 60%
B 225 of 255 = 88%

185
153
225

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

Portions of RGB colors in percentages

R + G + B =
185 + 153 + 225 = 563 (100%)
R 185 of 563 ~ 32.86%
G 153 of 563 ~ 27.18%
B 225 of 563 ~ 39.96%

%32.86
%27.18
%39.96

CMYK color model

#B999E1 color CMYK value is (18,32,0,12).

  • cyan value is 17.78%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(18,32,0,12)
C18M32Y0K12 
(18%,32%,0%,12%)
(0.18/0.32/0.00/0.12)	

CMYK percentages

%17.78
%32
%0
%11.76

Codes

Color #B999E1 in popluar color models

B999E1
RGB185153225
HSL267°54.55%74.12%
HSB/HSV267°32.00%88.24%
CMYK17.78%32.00%0.00%
11.76%

Color #B999E1 in popluar number systems.

HEXB999E1
Decimal185153225
Binary101110011001100111100001
Octal271231341

Shades and tints

Shades of #B999E1

#B999E1
(185,153,225)
#A98CCD
(169,140,205)
#997FB9
(153,127,185)
#8972A5
(137,114,165)
#796591
(121,101,145)
#69587D
(105,88,125)
#594B69
(89,75,105)
#493E55
(73,62,85)
#393141
(57,49,65)
#29242D
(41,36,45)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #B999E1

#B999E1
(185,153,225)
#BFA2E3
(191,162,227)
#C5ABE5
(197,171,229)
#CBB4E7
(203,180,231)
#D1BDE9
(209,189,233)
#D7C6EB
(215,198,235)
#DDCFED
(221,207,237)
#E3D8EF
(227,216,239)
#E9E1F1
(233,225,241)
#EFEAF3
(239,234,243)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B999E1; }

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

This text font color is #B999E1.


Background Color

.myBgColor { background-color: #B999E1; }

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

This div background color is #B999E1.


Border color

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

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

This div border color is #B999E1.


Opacity

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

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

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

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

This text has shadow with #B999E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B999E1 on black background.


Color preview on white background

This text has color #B999E1 on white background.



Black color preview on #B999E1 background

This text has black color on #B999E1 background.


White color preview on #B999E1 background

This text has white color on #B999E1 background.