COLOR #B9B5E3

HEX: #B9B5E3
RGB: (185,181,227)

Color info

#B9B5E3 contains red, green and blue colors in about the same proportion. Web safe color of #B9B5E3 is #CCCCCC (or #CCC).

RGB color model

#B9B5E3 color RGB value is (185,181,227).

  • red value is 185;
  • green value is 181;
  • blue value is 227.
RGB:
(185,181,227)
(73%,71%,89%)

RGB channels and saturation

R 185 of 255 = 73%
G 181 of 255 = 71%
B 227 of 255 = 89%

185
181
227

R + G + B ~ 78%. #B9B5E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 181 + 227 = 593 (100%)
R 185 of 593 ~ 31.2%
G 181 of 593 ~ 30.52%
B 227 of 593 ~ 38.28%

%31.2
%30.52
%38.28

CMYK color model

#B9B5E3 color CMYK value is (19,20,0,11).

  • cyan value is 18.50%
  • magenta value is 20.26%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(19,20,0,11)
C19M20Y0K11 
(19%,20%,0%,11%)
(0.19/0.20/0.00/0.11)	

CMYK percentages

%18.5
%20.26
%0
%10.98

Codes

Color #B9B5E3 in popluar color models

B9B5E3
RGB185181227
HSL245°45.10%80.00%
HSB/HSV245°20.26%89.02%
CMYK18.50%20.26%0.00%
10.98%

Color #B9B5E3 in popluar number systems.

HEXB9B5E3
Decimal185181227
Binary101110011011010111100011
Octal271265343

Shades and tints

Shades of #B9B5E3

#B9B5E3
(185,181,227)
#A9A5CF
(169,165,207)
#9995BB
(153,149,187)
#8985A7
(137,133,167)
#797593
(121,117,147)
#69657F
(105,101,127)
#59556B
(89,85,107)
#494557
(73,69,87)
#393543
(57,53,67)
#29252F
(41,37,47)
#19151B
(25,21,27)
#000000
(0,0,0)

Tints of #B9B5E3

#B9B5E3
(185,181,227)
#BFBBE5
(191,187,229)
#C5C1E7
(197,193,231)
#CBC7E9
(203,199,233)
#D1CDEB
(209,205,235)
#D7D3ED
(215,211,237)
#DDD9EF
(221,217,239)
#E3DFF1
(227,223,241)
#E9E5F3
(233,229,243)
#EFEBF5
(239,235,245)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B5E3; }

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

This text font color is #B9B5E3.


Background Color

.myBgColor { background-color: #B9B5E3; }

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

This div background color is #B9B5E3.


Border color

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

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

This div border color is #B9B5E3.


Opacity

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

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

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

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

This text has shadow with #B9B5E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B5E3 on black background.


Color preview on white background

This text has color #B9B5E3 on white background.



Black color preview on #B9B5E3 background

This text has black color on #B9B5E3 background.


White color preview on #B9B5E3 background

This text has white color on #B9B5E3 background.