COLOR #B9BFEB

HEX: #B9BFEB
RGB: (185,191,235)

Color info

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

RGB color model

#B9BFEB color RGB value is (185,191,235).

  • red value is 185;
  • green value is 191;
  • blue value is 235.
RGB:
(185,191,235)
(73%,75%,92%)

RGB channels and saturation

R 185 of 255 = 73%
G 191 of 255 = 75%
B 235 of 255 = 92%

185
191
235

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

Portions of RGB colors in percentages

R + G + B =
185 + 191 + 235 = 611 (100%)
R 185 of 611 ~ 30.28%
G 191 of 611 ~ 31.26%
B 235 of 611 ~ 38.46%

%30.28
%31.26
%38.46

CMYK color model

#B9BFEB color CMYK value is (21,19,0,8).

  • cyan value is 21.28%
  • magenta value is 18.72%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(21,19,0,8)
C21M19Y0K8 
(21%,19%,0%,8%)
(0.21/0.19/0.00/0.08)	

CMYK percentages

%21.28
%18.72
%0
%7.84

Codes

Color #B9BFEB in popluar color models

B9BFEB
RGB185191235
HSL233°55.56%82.35%
HSB/HSV233°21.28%92.16%
CMYK21.28%18.72%0.00%
7.84%

Color #B9BFEB in popluar number systems.

HEXB9BFEB
Decimal185191235
Binary101110011011111111101011
Octal271277353

Shades and tints

Shades of #B9BFEB

#B9BFEB
(185,191,235)
#A9AED6
(169,174,214)
#999DC1
(153,157,193)
#898CAC
(137,140,172)
#797B97
(121,123,151)
#696A82
(105,106,130)
#59596D
(89,89,109)
#494858
(73,72,88)
#393743
(57,55,67)
#29262E
(41,38,46)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #B9BFEB

#B9BFEB
(185,191,235)
#BFC4EC
(191,196,236)
#C5C9ED
(197,201,237)
#CBCEEE
(203,206,238)
#D1D3EF
(209,211,239)
#D7D8F0
(215,216,240)
#DDDDF1
(221,221,241)
#E3E2F2
(227,226,242)
#E9E7F3
(233,231,243)
#EFECF4
(239,236,244)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BFEB; }

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

This text font color is #B9BFEB.


Background Color

.myBgColor { background-color: #B9BFEB; }

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

This div background color is #B9BFEB.


Border color

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

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

This div border color is #B9BFEB.


Opacity

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

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

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

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

This text has shadow with #B9BFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BFEB on black background.


Color preview on white background

This text has color #B9BFEB on white background.



Black color preview on #B9BFEB background

This text has black color on #B9BFEB background.


White color preview on #B9BFEB background

This text has white color on #B9BFEB background.