COLOR #B5C2CE

HEX: #B5C2CE
RGB: (181,194,206)

Color info

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

RGB color model

#B5C2CE color RGB value is (181,194,206).

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

RGB channels and saturation

R 181 of 255 = 71%
G 194 of 255 = 76%
B 206 of 255 = 81%

181
194
206

R + G + B ~ 76%. #B5C2CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 194 + 206 = 581 (100%)
R 181 of 581 ~ 31.15%
G 194 of 581 ~ 33.39%
B 206 of 581 ~ 35.46%

%31.15
%33.39
%35.46

CMYK color model

#B5C2CE color CMYK value is (12,6,0,19).

  • cyan value is 12.14%
  • magenta value is 5.83%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(12,6,0,19)
C12M6Y0K19 
(12%,6%,0%,19%)
(0.12/0.06/0.00/0.19)	

CMYK percentages

%12.14
%5.83
%0
%19.22

Codes

Color #B5C2CE in popluar color models

B5C2CE
RGB181194206
HSL209°20.33%75.88%
HSB/HSV209°12.14%80.78%
CMYK12.14%5.83%0.00%
19.22%

Color #B5C2CE in popluar number systems.

HEXB5C2CE
Decimal181194206
Binary101101011100001011001110
Octal265302316

Shades and tints

Shades of #B5C2CE

#B5C2CE
(181,194,206)
#A5B1BC
(165,177,188)
#95A0AA
(149,160,170)
#858F98
(133,143,152)
#757E86
(117,126,134)
#656D74
(101,109,116)
#555C62
(85,92,98)
#454B50
(69,75,80)
#353A3E
(53,58,62)
#25292C
(37,41,44)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #B5C2CE

#B5C2CE
(181,194,206)
#BBC7D2
(187,199,210)
#C1CCD6
(193,204,214)
#C7D1DA
(199,209,218)
#CDD6DE
(205,214,222)
#D3DBE2
(211,219,226)
#D9E0E6
(217,224,230)
#DFE5EA
(223,229,234)
#E5EAEE
(229,234,238)
#EBEFF2
(235,239,242)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C2CE; }

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

This text font color is #B5C2CE.


Background Color

.myBgColor { background-color: #B5C2CE; }

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

This div background color is #B5C2CE.


Border color

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

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

This div border color is #B5C2CE.


Opacity

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

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

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

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

This text has shadow with #B5C2CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C2CE on black background.


Color preview on white background

This text has color #B5C2CE on white background.



Black color preview on #B5C2CE background

This text has black color on #B5C2CE background.


White color preview on #B5C2CE background

This text has white color on #B5C2CE background.