COLOR #B5B6DD

HEX: #B5B6DD
RGB: (181,182,221)

Color info

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

RGB color model

#B5B6DD color RGB value is (181,182,221).

  • red value is 181;
  • green value is 182;
  • blue value is 221.
RGB:
(181,182,221)
(71%,71%,87%)

RGB channels and saturation

R 181 of 255 = 71%
G 182 of 255 = 71%
B 221 of 255 = 87%

181
182
221

R + G + B ~ 76%. #B5B6DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 182 + 221 = 584 (100%)
R 181 of 584 ~ 30.99%
G 182 of 584 ~ 31.16%
B 221 of 584 ~ 37.84%

%30.99
%31.16
%37.84

CMYK color model

#B5B6DD color CMYK value is (18,18,0,13).

  • cyan value is 18.10%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(18,18,0,13)
C18M18Y0K13 
(18%,18%,0%,13%)
(0.18/0.18/0.00/0.13)	

CMYK percentages

%18.1
%17.65
%0
%13.33

Codes

Color #B5B6DD in popluar color models

B5B6DD
RGB181182221
HSL239°37.04%78.82%
HSB/HSV239°18.10%86.67%
CMYK18.10%17.65%0.00%
13.33%

Color #B5B6DD in popluar number systems.

HEXB5B6DD
Decimal181182221
Binary101101011011011011011101
Octal265266335

Shades and tints

Shades of #B5B6DD

#B5B6DD
(181,182,221)
#A5A6C9
(165,166,201)
#9596B5
(149,150,181)
#8586A1
(133,134,161)
#75768D
(117,118,141)
#656679
(101,102,121)
#555665
(85,86,101)
#454651
(69,70,81)
#35363D
(53,54,61)
#252629
(37,38,41)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #B5B6DD

#B5B6DD
(181,182,221)
#BBBCE0
(187,188,224)
#C1C2E3
(193,194,227)
#C7C8E6
(199,200,230)
#CDCEE9
(205,206,233)
#D3D4EC
(211,212,236)
#D9DAEF
(217,218,239)
#DFE0F2
(223,224,242)
#E5E6F5
(229,230,245)
#EBECF8
(235,236,248)
#F1F2FB
(241,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5B6DD color. Also use rgb(181,182,221) instead hex code.

Text Font Color

.myTextColor { color: #B5B6DD; }

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

This text font color is #B5B6DD.


Background Color

.myBgColor { background-color: #B5B6DD; }

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

This div background color is #B5B6DD.


Border color

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

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

This div border color is #B5B6DD.


Opacity

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

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

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

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

This text has shadow with #B5B6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B6DD on black background.


Color preview on white background

This text has color #B5B6DD on white background.



Black color preview on #B5B6DD background

This text has black color on #B5B6DD background.


White color preview on #B5B6DD background

This text has white color on #B5B6DD background.