COLOR #B5DBD6

HEX: #B5DBD6
RGB: (181,219,214)

Color info

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

RGB color model

#B5DBD6 color RGB value is (181,219,214).

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

RGB channels and saturation

R 181 of 255 = 71%
G 219 of 255 = 86%
B 214 of 255 = 84%

181
219
214

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

Portions of RGB colors in percentages

R + G + B =
181 + 219 + 214 = 614 (100%)
R 181 of 614 ~ 29.48%
G 219 of 614 ~ 35.67%
B 214 of 614 ~ 34.85%

%29.48
%35.67
%34.85

CMYK color model

#B5DBD6 color CMYK value is (17,0,2,14).

  • cyan value is 17.35%
  • magenta value is 0.00%
  • yellow value is 2.28%
  • key color value is 14.12%
CMYK:
(17,0,2,14)
C17M0Y2K14 
(17%,0%,2%,14%)
(0.17/0.00/0.02/0.14)	

CMYK percentages

%17.35
%0
%2.28
%14.12

Codes

Color #B5DBD6 in popluar color models

B5DBD6
RGB181219214
HSL172°34.55%78.43%
HSB/HSV172°17.35%85.88%
CMYK17.35%0.00%2.28%
14.12%

Color #B5DBD6 in popluar number systems.

HEXB5DBD6
Decimal181219214
Binary101101011101101111010110
Octal265333326

Shades and tints

Shades of #B5DBD6

#B5DBD6
(181,219,214)
#A5C8C3
(165,200,195)
#95B5B0
(149,181,176)
#85A29D
(133,162,157)
#758F8A
(117,143,138)
#657C77
(101,124,119)
#556964
(85,105,100)
#455651
(69,86,81)
#35433E
(53,67,62)
#25302B
(37,48,43)
#151D18
(21,29,24)
#000000
(0,0,0)

Tints of #B5DBD6

#B5DBD6
(181,219,214)
#BBDED9
(187,222,217)
#C1E1DC
(193,225,220)
#C7E4DF
(199,228,223)
#CDE7E2
(205,231,226)
#D3EAE5
(211,234,229)
#D9EDE8
(217,237,232)
#DFF0EB
(223,240,235)
#E5F3EE
(229,243,238)
#EBF6F1
(235,246,241)
#F1F9F4
(241,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DBD6; }

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

This text font color is #B5DBD6.


Background Color

.myBgColor { background-color: #B5DBD6; }

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

This div background color is #B5DBD6.


Border color

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

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

This div border color is #B5DBD6.


Opacity

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

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

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

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

This text has shadow with #B5DBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5DBD6 on black background.


Color preview on white background

This text has color #B5DBD6 on white background.



Black color preview on #B5DBD6 background

This text has black color on #B5DBD6 background.


White color preview on #B5DBD6 background

This text has white color on #B5DBD6 background.