COLOR #B5C6D7

HEX: #B5C6D7
RGB: (181,198,215)

Color info

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

RGB color model

#B5C6D7 color RGB value is (181,198,215).

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

RGB channels and saturation

R 181 of 255 = 71%
G 198 of 255 = 78%
B 215 of 255 = 84%

181
198
215

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

Portions of RGB colors in percentages

R + G + B =
181 + 198 + 215 = 594 (100%)
R 181 of 594 ~ 30.47%
G 198 of 594 ~ 33.33%
B 215 of 594 ~ 36.2%

%30.47
%33.33
%36.2

CMYK color model

#B5C6D7 color CMYK value is (16,8,0,16).

  • cyan value is 15.81%
  • magenta value is 7.91%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(16,8,0,16)
C16M8Y0K16 
(16%,8%,0%,16%)
(0.16/0.08/0.00/0.16)	

CMYK percentages

%15.81
%7.91
%0
%15.69

Codes

Color #B5C6D7 in popluar color models

B5C6D7
RGB181198215
HSL210°29.82%77.65%
HSB/HSV210°15.81%84.31%
CMYK15.81%7.91%0.00%
15.69%

Color #B5C6D7 in popluar number systems.

HEXB5C6D7
Decimal181198215
Binary101101011100011011010111
Octal265306327

Shades and tints

Shades of #B5C6D7

#B5C6D7
(181,198,215)
#A5B4C4
(165,180,196)
#95A2B1
(149,162,177)
#85909E
(133,144,158)
#757E8B
(117,126,139)
#656C78
(101,108,120)
#555A65
(85,90,101)
#454852
(69,72,82)
#35363F
(53,54,63)
#25242C
(37,36,44)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #B5C6D7

#B5C6D7
(181,198,215)
#BBCBDA
(187,203,218)
#C1D0DD
(193,208,221)
#C7D5E0
(199,213,224)
#CDDAE3
(205,218,227)
#D3DFE6
(211,223,230)
#D9E4E9
(217,228,233)
#DFE9EC
(223,233,236)
#E5EEEF
(229,238,239)
#EBF3F2
(235,243,242)
#F1F8F5
(241,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C6D7; }

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

This text font color is #B5C6D7.


Background Color

.myBgColor { background-color: #B5C6D7; }

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

This div background color is #B5C6D7.


Border color

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

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

This div border color is #B5C6D7.


Opacity

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

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

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

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

This text has shadow with #B5C6D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C6D7 on black background.


Color preview on white background

This text has color #B5C6D7 on white background.



Black color preview on #B5C6D7 background

This text has black color on #B5C6D7 background.


White color preview on #B5C6D7 background

This text has white color on #B5C6D7 background.