COLOR #B9B5DF

HEX: #B9B5DF
RGB: (185,181,223)

Color info

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

RGB color model

#B9B5DF color RGB value is (185,181,223).

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

RGB channels and saturation

R 185 of 255 = 73%
G 181 of 255 = 71%
B 223 of 255 = 87%

185
181
223

R + G + B ~ 77%. #B9B5DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 181 + 223 = 589 (100%)
R 185 of 589 ~ 31.41%
G 181 of 589 ~ 30.73%
B 223 of 589 ~ 37.86%

%31.41
%30.73
%37.86

CMYK color model

#B9B5DF color CMYK value is (17,19,0,13).

  • cyan value is 17.04%
  • magenta value is 18.83%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(17,19,0,13)
C17M19Y0K13 
(17%,19%,0%,13%)
(0.17/0.19/0.00/0.13)	

CMYK percentages

%17.04
%18.83
%0
%12.55

Codes

Color #B9B5DF in popluar color models

B9B5DF
RGB185181223
HSL246°39.62%79.22%
HSB/HSV246°18.83%87.45%
CMYK17.04%18.83%0.00%
12.55%

Color #B9B5DF in popluar number systems.

HEXB9B5DF
Decimal185181223
Binary101110011011010111011111
Octal271265337

Shades and tints

Shades of #B9B5DF

#B9B5DF
(185,181,223)
#A9A5CB
(169,165,203)
#9995B7
(153,149,183)
#8985A3
(137,133,163)
#79758F
(121,117,143)
#69657B
(105,101,123)
#595567
(89,85,103)
#494553
(73,69,83)
#39353F
(57,53,63)
#29252B
(41,37,43)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #B9B5DF

#B9B5DF
(185,181,223)
#BFBBE1
(191,187,225)
#C5C1E3
(197,193,227)
#CBC7E5
(203,199,229)
#D1CDE7
(209,205,231)
#D7D3E9
(215,211,233)
#DDD9EB
(221,217,235)
#E3DFED
(227,223,237)
#E9E5EF
(233,229,239)
#EFEBF1
(239,235,241)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B5DF; }

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

This text font color is #B9B5DF.


Background Color

.myBgColor { background-color: #B9B5DF; }

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

This div background color is #B9B5DF.


Border color

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

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

This div border color is #B9B5DF.


Opacity

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

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

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

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

This text has shadow with #B9B5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B5DF on black background.


Color preview on white background

This text has color #B9B5DF on white background.



Black color preview on #B9B5DF background

This text has black color on #B9B5DF background.


White color preview on #B9B5DF background

This text has white color on #B9B5DF background.