COLOR #B5CBD5

HEX: #B5CBD5
RGB: (181,203,213)

Color info

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

RGB color model

#B5CBD5 color RGB value is (181,203,213).

  • red value is 181;
  • green value is 203;
  • blue value is 213.
RGB:
(181,203,213)
(71%,80%,84%)

RGB channels and saturation

R 181 of 255 = 71%
G 203 of 255 = 80%
B 213 of 255 = 84%

181
203
213

R + G + B ~ 78%. #B5CBD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 203 + 213 = 597 (100%)
R 181 of 597 ~ 30.32%
G 203 of 597 ~ 34%
B 213 of 597 ~ 35.68%

%30.32
%34
%35.68

CMYK color model

#B5CBD5 color CMYK value is (15,5,0,16).

  • cyan value is 15.02%
  • magenta value is 4.69%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(15,5,0,16)
C15M5Y0K16 
(15%,5%,0%,16%)
(0.15/0.05/0.00/0.16)	

CMYK percentages

%15.02
%4.69
%0
%16.47

Codes

Color #B5CBD5 in popluar color models

B5CBD5
RGB181203213
HSL199°27.59%77.25%
HSB/HSV199°15.02%83.53%
CMYK15.02%4.69%0.00%
16.47%

Color #B5CBD5 in popluar number systems.

HEXB5CBD5
Decimal181203213
Binary101101011100101111010101
Octal265313325

Shades and tints

Shades of #B5CBD5

#B5CBD5
(181,203,213)
#A5B9C2
(165,185,194)
#95A7AF
(149,167,175)
#85959C
(133,149,156)
#758389
(117,131,137)
#657176
(101,113,118)
#555F63
(85,95,99)
#454D50
(69,77,80)
#353B3D
(53,59,61)
#25292A
(37,41,42)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #B5CBD5

#B5CBD5
(181,203,213)
#BBCFD8
(187,207,216)
#C1D3DB
(193,211,219)
#C7D7DE
(199,215,222)
#CDDBE1
(205,219,225)
#D3DFE4
(211,223,228)
#D9E3E7
(217,227,231)
#DFE7EA
(223,231,234)
#E5EBED
(229,235,237)
#EBEFF0
(235,239,240)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5CBD5 color. Also use rgb(181,203,213) instead hex code.

Text Font Color

.myTextColor { color: #B5CBD5; }

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

This text font color is #B5CBD5.


Background Color

.myBgColor { background-color: #B5CBD5; }

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

This div background color is #B5CBD5.


Border color

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

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

This div border color is #B5CBD5.


Opacity

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

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

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

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

This text has shadow with #B5CBD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CBD5 on black background.


Color preview on white background

This text has color #B5CBD5 on white background.



Black color preview on #B5CBD5 background

This text has black color on #B5CBD5 background.


White color preview on #B5CBD5 background

This text has white color on #B5CBD5 background.