COLOR #B5C6CF

HEX: #B5C6CF
RGB: (181,198,207)

Color info

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

RGB color model

#B5C6CF color RGB value is (181,198,207).

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

RGB channels and saturation

R 181 of 255 = 71%
G 198 of 255 = 78%
B 207 of 255 = 81%

181
198
207

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

Portions of RGB colors in percentages

R + G + B =
181 + 198 + 207 = 586 (100%)
R 181 of 586 ~ 30.89%
G 198 of 586 ~ 33.79%
B 207 of 586 ~ 35.32%

%30.89
%33.79
%35.32

CMYK color model

#B5C6CF color CMYK value is (13,4,0,19).

  • cyan value is 12.56%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(13,4,0,19)
C13M4Y0K19 
(13%,4%,0%,19%)
(0.13/0.04/0.00/0.19)	

CMYK percentages

%12.56
%4.35
%0
%18.82

Codes

Color #B5C6CF in popluar color models

B5C6CF
RGB181198207
HSL201°21.31%76.08%
HSB/HSV201°12.56%81.18%
CMYK12.56%4.35%0.00%
18.82%

Color #B5C6CF in popluar number systems.

HEXB5C6CF
Decimal181198207
Binary101101011100011011001111
Octal265306317

Shades and tints

Shades of #B5C6CF

#B5C6CF
(181,198,207)
#A5B4BD
(165,180,189)
#95A2AB
(149,162,171)
#859099
(133,144,153)
#757E87
(117,126,135)
#656C75
(101,108,117)
#555A63
(85,90,99)
#454851
(69,72,81)
#35363F
(53,54,63)
#25242D
(37,36,45)
#15121B
(21,18,27)
#000000
(0,0,0)

Tints of #B5C6CF

#B5C6CF
(181,198,207)
#BBCBD3
(187,203,211)
#C1D0D7
(193,208,215)
#C7D5DB
(199,213,219)
#CDDADF
(205,218,223)
#D3DFE3
(211,223,227)
#D9E4E7
(217,228,231)
#DFE9EB
(223,233,235)
#E5EEEF
(229,238,239)
#EBF3F3
(235,243,243)
#F1F8F7
(241,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C6CF; }

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

This text font color is #B5C6CF.


Background Color

.myBgColor { background-color: #B5C6CF; }

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

This div background color is #B5C6CF.


Border color

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

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

This div border color is #B5C6CF.


Opacity

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

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

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

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

This text has shadow with #B5C6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C6CF on black background.


Color preview on white background

This text has color #B5C6CF on white background.



Black color preview on #B5C6CF background

This text has black color on #B5C6CF background.


White color preview on #B5C6CF background

This text has white color on #B5C6CF background.