COLOR #B5D3DB

HEX: #B5D3DB
RGB: (181,211,219)

Color info

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

RGB color model

#B5D3DB color RGB value is (181,211,219).

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

RGB channels and saturation

R 181 of 255 = 71%
G 211 of 255 = 83%
B 219 of 255 = 86%

181
211
219

R + G + B ~ 80%. #B5D3DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 211 + 219 = 611 (100%)
R 181 of 611 ~ 29.62%
G 211 of 611 ~ 34.53%
B 219 of 611 ~ 35.84%

%29.62
%34.53
%35.84

CMYK color model

#B5D3DB color CMYK value is (17,4,0,14).

  • cyan value is 17.35%
  • magenta value is 3.65%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(17,4,0,14)
C17M4Y0K14 
(17%,4%,0%,14%)
(0.17/0.04/0.00/0.14)	

CMYK percentages

%17.35
%3.65
%0
%14.12

Codes

Color #B5D3DB in popluar color models

B5D3DB
RGB181211219
HSL193°34.55%78.43%
HSB/HSV193°17.35%85.88%
CMYK17.35%3.65%0.00%
14.12%

Color #B5D3DB in popluar number systems.

HEXB5D3DB
Decimal181211219
Binary101101011101001111011011
Octal265323333

Shades and tints

Shades of #B5D3DB

#B5D3DB
(181,211,219)
#A5C0C8
(165,192,200)
#95ADB5
(149,173,181)
#859AA2
(133,154,162)
#75878F
(117,135,143)
#65747C
(101,116,124)
#556169
(85,97,105)
#454E56
(69,78,86)
#353B43
(53,59,67)
#252830
(37,40,48)
#15151D
(21,21,29)
#000000
(0,0,0)

Tints of #B5D3DB

#B5D3DB
(181,211,219)
#BBD7DE
(187,215,222)
#C1DBE1
(193,219,225)
#C7DFE4
(199,223,228)
#CDE3E7
(205,227,231)
#D3E7EA
(211,231,234)
#D9EBED
(217,235,237)
#DFEFF0
(223,239,240)
#E5F3F3
(229,243,243)
#EBF7F6
(235,247,246)
#F1FBF9
(241,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5D3DB; }

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

This text font color is #B5D3DB.


Background Color

.myBgColor { background-color: #B5D3DB; }

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

This div background color is #B5D3DB.


Border color

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

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

This div border color is #B5D3DB.


Opacity

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

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

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

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

This text has shadow with #B5D3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D3DB on black background.


Color preview on white background

This text has color #B5D3DB on white background.



Black color preview on #B5D3DB background

This text has black color on #B5D3DB background.


White color preview on #B5D3DB background

This text has white color on #B5D3DB background.