COLOR #B5B6CD

HEX: #B5B6CD
RGB: (181,182,205)

Color info

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

RGB color model

#B5B6CD color RGB value is (181,182,205).

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

RGB channels and saturation

R 181 of 255 = 71%
G 182 of 255 = 71%
B 205 of 255 = 80%

181
182
205

R + G + B ~ 74%. #B5B6CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 182 + 205 = 568 (100%)
R 181 of 568 ~ 31.87%
G 182 of 568 ~ 32.04%
B 205 of 568 ~ 36.09%

%31.87
%32.04
%36.09

CMYK color model

#B5B6CD color CMYK value is (12,11,0,20).

  • cyan value is 11.71%
  • magenta value is 11.22%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(12,11,0,20)
C12M11Y0K20 
(12%,11%,0%,20%)
(0.12/0.11/0.00/0.20)	

CMYK percentages

%11.71
%11.22
%0
%19.61

Codes

Color #B5B6CD in popluar color models

B5B6CD
RGB181182205
HSL238°19.35%75.69%
HSB/HSV238°11.71%80.39%
CMYK11.71%11.22%0.00%
19.61%

Color #B5B6CD in popluar number systems.

HEXB5B6CD
Decimal181182205
Binary101101011011011011001101
Octal265266315

Shades and tints

Shades of #B5B6CD

#B5B6CD
(181,182,205)
#A5A6BB
(165,166,187)
#9596A9
(149,150,169)
#858697
(133,134,151)
#757685
(117,118,133)
#656673
(101,102,115)
#555661
(85,86,97)
#45464F
(69,70,79)
#35363D
(53,54,61)
#25262B
(37,38,43)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #B5B6CD

#B5B6CD
(181,182,205)
#BBBCD1
(187,188,209)
#C1C2D5
(193,194,213)
#C7C8D9
(199,200,217)
#CDCEDD
(205,206,221)
#D3D4E1
(211,212,225)
#D9DAE5
(217,218,229)
#DFE0E9
(223,224,233)
#E5E6ED
(229,230,237)
#EBECF1
(235,236,241)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B6CD; }

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

This text font color is #B5B6CD.


Background Color

.myBgColor { background-color: #B5B6CD; }

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

This div background color is #B5B6CD.


Border color

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

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

This div border color is #B5B6CD.


Opacity

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

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

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

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

This text has shadow with #B5B6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B6CD on black background.


Color preview on white background

This text has color #B5B6CD on white background.



Black color preview on #B5B6CD background

This text has black color on #B5B6CD background.


White color preview on #B5B6CD background

This text has white color on #B5B6CD background.