COLOR #B9B9EE

HEX: #B9B9EE
RGB: (185,185,238)

Color info

#B9B9EE contains red, green and blue colors in about the same proportion. Web safe color of #B9B9EE is #CCCCFF (or #CCF).

RGB color model

#B9B9EE color RGB value is (185,185,238).

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

RGB channels and saturation

R 185 of 255 = 73%
G 185 of 255 = 73%
B 238 of 255 = 93%

185
185
238

R + G + B ~ 80%. #B9B9EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 185 + 238 = 608 (100%)
R 185 of 608 ~ 30.43%
G 185 of 608 ~ 30.43%
B 238 of 608 ~ 39.14%

%30.43
%30.43
%39.14

CMYK color model

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

  • cyan value is 22.27%
  • magenta value is 22.27%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(22,22,0,7)
C22M22Y0K7 
(22%,22%,0%,7%)
(0.22/0.22/0.00/0.07)	

CMYK percentages

%22.27
%22.27
%0
%6.67

Codes

Color #B9B9EE in popluar color models

B9B9EE
RGB185185238
HSL240°60.92%82.94%
HSB/HSV240°22.27%93.33%
CMYK22.27%22.27%0.00%
6.67%

Color #B9B9EE in popluar number systems.

HEXB9B9EE
Decimal185185238
Binary101110011011100111101110
Octal271271356

Shades and tints

Shades of #B9B9EE

#B9B9EE
(185,185,238)
#A9A9D9
(169,169,217)
#9999C4
(153,153,196)
#8989AF
(137,137,175)
#79799A
(121,121,154)
#696985
(105,105,133)
#595970
(89,89,112)
#49495B
(73,73,91)
#393946
(57,57,70)
#292931
(41,41,49)
#19191C
(25,25,28)
#000000
(0,0,0)

Tints of #B9B9EE

#B9B9EE
(185,185,238)
#BFBFEF
(191,191,239)
#C5C5F0
(197,197,240)
#CBCBF1
(203,203,241)
#D1D1F2
(209,209,242)
#D7D7F3
(215,215,243)
#DDDDF4
(221,221,244)
#E3E3F5
(227,227,245)
#E9E9F6
(233,233,246)
#EFEFF7
(239,239,247)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B9EE; }

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

This text font color is #B9B9EE.


Background Color

.myBgColor { background-color: #B9B9EE; }

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

This div background color is #B9B9EE.


Border color

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

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

This div border color is #B9B9EE.


Opacity

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

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

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

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

This text has shadow with #B9B9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B9EE on black background.


Color preview on white background

This text has color #B9B9EE on white background.



Black color preview on #B9B9EE background

This text has black color on #B9B9EE background.


White color preview on #B9B9EE background

This text has white color on #B9B9EE background.