COLOR #B5C6DC

HEX: #B5C6DC
RGB: (181,198,220)

Color info

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

RGB color model

#B5C6DC color RGB value is (181,198,220).

  • red value is 181;
  • green value is 198;
  • blue value is 220.
RGB:
(181,198,220)
(71%,78%,86%)

RGB channels and saturation

R 181 of 255 = 71%
G 198 of 255 = 78%
B 220 of 255 = 86%

181
198
220

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

Portions of RGB colors in percentages

R + G + B =
181 + 198 + 220 = 599 (100%)
R 181 of 599 ~ 30.22%
G 198 of 599 ~ 33.06%
B 220 of 599 ~ 36.73%

%30.22
%33.06
%36.73

CMYK color model

#B5C6DC color CMYK value is (18,10,0,14).

  • cyan value is 17.73%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(18,10,0,14)
C18M10Y0K14 
(18%,10%,0%,14%)
(0.18/0.10/0.00/0.14)	

CMYK percentages

%17.73
%10
%0
%13.73

Codes

Color #B5C6DC in popluar color models

B5C6DC
RGB181198220
HSL214°35.78%78.63%
HSB/HSV214°17.73%86.27%
CMYK17.73%10.00%0.00%
13.73%

Color #B5C6DC in popluar number systems.

HEXB5C6DC
Decimal181198220
Binary101101011100011011011100
Octal265306334

Shades and tints

Shades of #B5C6DC

#B5C6DC
(181,198,220)
#A5B4C8
(165,180,200)
#95A2B4
(149,162,180)
#8590A0
(133,144,160)
#757E8C
(117,126,140)
#656C78
(101,108,120)
#555A64
(85,90,100)
#454850
(69,72,80)
#35363C
(53,54,60)
#252428
(37,36,40)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #B5C6DC

#B5C6DC
(181,198,220)
#BBCBDF
(187,203,223)
#C1D0E2
(193,208,226)
#C7D5E5
(199,213,229)
#CDDAE8
(205,218,232)
#D3DFEB
(211,223,235)
#D9E4EE
(217,228,238)
#DFE9F1
(223,233,241)
#E5EEF4
(229,238,244)
#EBF3F7
(235,243,247)
#F1F8FA
(241,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C6DC color. Also use rgb(181,198,220) instead hex code.

Text Font Color

.myTextColor { color: #B5C6DC; }

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

This text font color is #B5C6DC.


Background Color

.myBgColor { background-color: #B5C6DC; }

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

This div background color is #B5C6DC.


Border color

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

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

This div border color is #B5C6DC.


Opacity

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

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

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

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

This text has shadow with #B5C6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C6DC on black background.


Color preview on white background

This text has color #B5C6DC on white background.



Black color preview on #B5C6DC background

This text has black color on #B5C6DC background.


White color preview on #B5C6DC background

This text has white color on #B5C6DC background.