COLOR #B5C5DB

HEX: #B5C5DB
RGB: (181,197,219)

Color info

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

RGB color model

#B5C5DB color RGB value is (181,197,219).

  • red value is 181;
  • green value is 197;
  • blue value is 219.
RGB:
(181,197,219)
(71%,77%,86%)

RGB channels and saturation

R 181 of 255 = 71%
G 197 of 255 = 77%
B 219 of 255 = 86%

181
197
219

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

Portions of RGB colors in percentages

R + G + B =
181 + 197 + 219 = 597 (100%)
R 181 of 597 ~ 30.32%
G 197 of 597 ~ 33%
B 219 of 597 ~ 36.68%

%30.32
%33
%36.68

CMYK color model

#B5C5DB color CMYK value is (17,10,0,14).

  • cyan value is 17.35%
  • magenta value is 10.05%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(17,10,0,14)
C17M10Y0K14 
(17%,10%,0%,14%)
(0.17/0.10/0.00/0.14)	

CMYK percentages

%17.35
%10.05
%0
%14.12

Codes

Color #B5C5DB in popluar color models

B5C5DB
RGB181197219
HSL215°34.55%78.43%
HSB/HSV215°17.35%85.88%
CMYK17.35%10.05%0.00%
14.12%

Color #B5C5DB in popluar number systems.

HEXB5C5DB
Decimal181197219
Binary101101011100010111011011
Octal265305333

Shades and tints

Shades of #B5C5DB

#B5C5DB
(181,197,219)
#A5B4C8
(165,180,200)
#95A3B5
(149,163,181)
#8592A2
(133,146,162)
#75818F
(117,129,143)
#65707C
(101,112,124)
#555F69
(85,95,105)
#454E56
(69,78,86)
#353D43
(53,61,67)
#252C30
(37,44,48)
#151B1D
(21,27,29)
#000000
(0,0,0)

Tints of #B5C5DB

#B5C5DB
(181,197,219)
#BBCADE
(187,202,222)
#C1CFE1
(193,207,225)
#C7D4E4
(199,212,228)
#CDD9E7
(205,217,231)
#D3DEEA
(211,222,234)
#D9E3ED
(217,227,237)
#DFE8F0
(223,232,240)
#E5EDF3
(229,237,243)
#EBF2F6
(235,242,246)
#F1F7F9
(241,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C5DB color. Also use rgb(181,197,219) instead hex code.

Text Font Color

.myTextColor { color: #B5C5DB; }

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

This text font color is #B5C5DB.


Background Color

.myBgColor { background-color: #B5C5DB; }

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

This div background color is #B5C5DB.


Border color

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

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

This div border color is #B5C5DB.


Opacity

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

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

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

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

This text has shadow with #B5C5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C5DB on black background.


Color preview on white background

This text has color #B5C5DB on white background.



Black color preview on #B5C5DB background

This text has black color on #B5C5DB background.


White color preview on #B5C5DB background

This text has white color on #B5C5DB background.