COLOR #B5C3D1

HEX: #B5C3D1
RGB: (181,195,209)

Color info

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

RGB color model

#B5C3D1 color RGB value is (181,195,209).

  • red value is 181;
  • green value is 195;
  • blue value is 209.
RGB:
(181,195,209)
(71%,76%,82%)

RGB channels and saturation

R 181 of 255 = 71%
G 195 of 255 = 76%
B 209 of 255 = 82%

181
195
209

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

Portions of RGB colors in percentages

R + G + B =
181 + 195 + 209 = 585 (100%)
R 181 of 585 ~ 30.94%
G 195 of 585 ~ 33.33%
B 209 of 585 ~ 35.73%

%30.94
%33.33
%35.73

CMYK color model

#B5C3D1 color CMYK value is (13,7,0,18).

  • cyan value is 13.40%
  • magenta value is 6.70%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(13,7,0,18)
C13M7Y0K18 
(13%,7%,0%,18%)
(0.13/0.07/0.00/0.18)	

CMYK percentages

%13.4
%6.7
%0
%18.04

Codes

Color #B5C3D1 in popluar color models

B5C3D1
RGB181195209
HSL210°23.33%76.47%
HSB/HSV210°13.40%81.96%
CMYK13.40%6.70%0.00%
18.04%

Color #B5C3D1 in popluar number systems.

HEXB5C3D1
Decimal181195209
Binary101101011100001111010001
Octal265303321

Shades and tints

Shades of #B5C3D1

#B5C3D1
(181,195,209)
#A5B2BE
(165,178,190)
#95A1AB
(149,161,171)
#859098
(133,144,152)
#757F85
(117,127,133)
#656E72
(101,110,114)
#555D5F
(85,93,95)
#454C4C
(69,76,76)
#353B39
(53,59,57)
#252A26
(37,42,38)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #B5C3D1

#B5C3D1
(181,195,209)
#BBC8D5
(187,200,213)
#C1CDD9
(193,205,217)
#C7D2DD
(199,210,221)
#CDD7E1
(205,215,225)
#D3DCE5
(211,220,229)
#D9E1E9
(217,225,233)
#DFE6ED
(223,230,237)
#E5EBF1
(229,235,241)
#EBF0F5
(235,240,245)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C3D1 color. Also use rgb(181,195,209) instead hex code.

Text Font Color

.myTextColor { color: #B5C3D1; }

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

This text font color is #B5C3D1.


Background Color

.myBgColor { background-color: #B5C3D1; }

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

This div background color is #B5C3D1.


Border color

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

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

This div border color is #B5C3D1.


Opacity

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

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

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

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

This text has shadow with #B5C3D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C3D1 on black background.


Color preview on white background

This text has color #B5C3D1 on white background.



Black color preview on #B5C3D1 background

This text has black color on #B5C3D1 background.


White color preview on #B5C3D1 background

This text has white color on #B5C3D1 background.