COLOR #B5C6CE

HEX: #B5C6CE
RGB: (181,198,206)

Color info

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

RGB color model

#B5C6CE color RGB value is (181,198,206).

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

RGB channels and saturation

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

181
198
206

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

Portions of RGB colors in percentages

R + G + B =
181 + 198 + 206 = 585 (100%)
R 181 of 585 ~ 30.94%
G 198 of 585 ~ 33.85%
B 206 of 585 ~ 35.21%

%30.94
%33.85
%35.21

CMYK color model

#B5C6CE color CMYK value is (12,4,0,19).

  • cyan value is 12.14%
  • magenta value is 3.88%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(12,4,0,19)
C12M4Y0K19 
(12%,4%,0%,19%)
(0.12/0.04/0.00/0.19)	

CMYK percentages

%12.14
%3.88
%0
%19.22

Codes

Color #B5C6CE in popluar color models

B5C6CE
RGB181198206
HSL199°20.33%75.88%
HSB/HSV199°12.14%80.78%
CMYK12.14%3.88%0.00%
19.22%

Color #B5C6CE in popluar number systems.

HEXB5C6CE
Decimal181198206
Binary101101011100011011001110
Octal265306316

Shades and tints

Shades of #B5C6CE

#B5C6CE
(181,198,206)
#A5B4BC
(165,180,188)
#95A2AA
(149,162,170)
#859098
(133,144,152)
#757E86
(117,126,134)
#656C74
(101,108,116)
#555A62
(85,90,98)
#454850
(69,72,80)
#35363E
(53,54,62)
#25242C
(37,36,44)
#15121A
(21,18,26)
#000000
(0,0,0)

Tints of #B5C6CE

#B5C6CE
(181,198,206)
#BBCBD2
(187,203,210)
#C1D0D6
(193,208,214)
#C7D5DA
(199,213,218)
#CDDADE
(205,218,222)
#D3DFE2
(211,223,226)
#D9E4E6
(217,228,230)
#DFE9EA
(223,233,234)
#E5EEEE
(229,238,238)
#EBF3F2
(235,243,242)
#F1F8F6
(241,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C6CE; }

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

This text font color is #B5C6CE.


Background Color

.myBgColor { background-color: #B5C6CE; }

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

This div background color is #B5C6CE.


Border color

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

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

This div border color is #B5C6CE.


Opacity

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

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

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

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

This text has shadow with #B5C6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C6CE on black background.


Color preview on white background

This text has color #B5C6CE on white background.



Black color preview on #B5C6CE background

This text has black color on #B5C6CE background.


White color preview on #B5C6CE background

This text has white color on #B5C6CE background.