COLOR #B5C8D2

HEX: #B5C8D2
RGB: (181,200,210)

Color info

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

RGB color model

#B5C8D2 color RGB value is (181,200,210).

  • red value is 181;
  • green value is 200;
  • blue value is 210.
RGB:
(181,200,210)
(71%,78%,82%)

RGB channels and saturation

R 181 of 255 = 71%
G 200 of 255 = 78%
B 210 of 255 = 82%

181
200
210

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

Portions of RGB colors in percentages

R + G + B =
181 + 200 + 210 = 591 (100%)
R 181 of 591 ~ 30.63%
G 200 of 591 ~ 33.84%
B 210 of 591 ~ 35.53%

%30.63
%33.84
%35.53

CMYK color model

#B5C8D2 color CMYK value is (14,5,0,18).

  • cyan value is 13.81%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(14,5,0,18)
C14M5Y0K18 
(14%,5%,0%,18%)
(0.14/0.05/0.00/0.18)	

CMYK percentages

%13.81
%4.76
%0
%17.65

Codes

Color #B5C8D2 in popluar color models

B5C8D2
RGB181200210
HSL201°24.37%76.67%
HSB/HSV201°13.81%82.35%
CMYK13.81%4.76%0.00%
17.65%

Color #B5C8D2 in popluar number systems.

HEXB5C8D2
Decimal181200210
Binary101101011100100011010010
Octal265310322

Shades and tints

Shades of #B5C8D2

#B5C8D2
(181,200,210)
#A5B6BF
(165,182,191)
#95A4AC
(149,164,172)
#859299
(133,146,153)
#758086
(117,128,134)
#656E73
(101,110,115)
#555C60
(85,92,96)
#454A4D
(69,74,77)
#35383A
(53,56,58)
#252627
(37,38,39)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #B5C8D2

#B5C8D2
(181,200,210)
#BBCDD6
(187,205,214)
#C1D2DA
(193,210,218)
#C7D7DE
(199,215,222)
#CDDCE2
(205,220,226)
#D3E1E6
(211,225,230)
#D9E6EA
(217,230,234)
#DFEBEE
(223,235,238)
#E5F0F2
(229,240,242)
#EBF5F6
(235,245,246)
#F1FAFA
(241,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C8D2 color. Also use rgb(181,200,210) instead hex code.

Text Font Color

.myTextColor { color: #B5C8D2; }

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

This text font color is #B5C8D2.


Background Color

.myBgColor { background-color: #B5C8D2; }

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

This div background color is #B5C8D2.


Border color

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

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

This div border color is #B5C8D2.


Opacity

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

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

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

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

This text has shadow with #B5C8D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C8D2 on black background.


Color preview on white background

This text has color #B5C8D2 on white background.



Black color preview on #B5C8D2 background

This text has black color on #B5C8D2 background.


White color preview on #B5C8D2 background

This text has white color on #B5C8D2 background.