COLOR #B9B8EB

HEX: #B9B8EB
RGB: (185,184,235)

Color info

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

RGB color model

#B9B8EB color RGB value is (185,184,235).

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

RGB channels and saturation

R 185 of 255 = 73%
G 184 of 255 = 72%
B 235 of 255 = 92%

185
184
235

R + G + B ~ 79%. #B9B8EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 184 + 235 = 604 (100%)
R 185 of 604 ~ 30.63%
G 184 of 604 ~ 30.46%
B 235 of 604 ~ 38.91%

%30.63
%30.46
%38.91

CMYK color model

#B9B8EB color CMYK value is (21,22,0,8).

  • cyan value is 21.28%
  • magenta value is 21.70%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(21,22,0,8)
C21M22Y0K8 
(21%,22%,0%,8%)
(0.21/0.22/0.00/0.08)	

CMYK percentages

%21.28
%21.7
%0
%7.84

Codes

Color #B9B8EB in popluar color models

B9B8EB
RGB185184235
HSL241°56.04%82.16%
HSB/HSV241°21.70%92.16%
CMYK21.28%21.70%0.00%
7.84%

Color #B9B8EB in popluar number systems.

HEXB9B8EB
Decimal185184235
Binary101110011011100011101011
Octal271270353

Shades and tints

Shades of #B9B8EB

#B9B8EB
(185,184,235)
#A9A8D6
(169,168,214)
#9998C1
(153,152,193)
#8988AC
(137,136,172)
#797897
(121,120,151)
#696882
(105,104,130)
#59586D
(89,88,109)
#494858
(73,72,88)
#393843
(57,56,67)
#29282E
(41,40,46)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #B9B8EB

#B9B8EB
(185,184,235)
#BFBEEC
(191,190,236)
#C5C4ED
(197,196,237)
#CBCAEE
(203,202,238)
#D1D0EF
(209,208,239)
#D7D6F0
(215,214,240)
#DDDCF1
(221,220,241)
#E3E2F2
(227,226,242)
#E9E8F3
(233,232,243)
#EFEEF4
(239,238,244)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B8EB; }

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

This text font color is #B9B8EB.


Background Color

.myBgColor { background-color: #B9B8EB; }

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

This div background color is #B9B8EB.


Border color

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

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

This div border color is #B9B8EB.


Opacity

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

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

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

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

This text has shadow with #B9B8EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B8EB on black background.


Color preview on white background

This text has color #B9B8EB on white background.



Black color preview on #B9B8EB background

This text has black color on #B9B8EB background.


White color preview on #B9B8EB background

This text has white color on #B9B8EB background.