COLOR #B5DBCF

HEX: #B5DBCF
RGB: (181,219,207)

Color info

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

RGB color model

#B5DBCF color RGB value is (181,219,207).

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

RGB channels and saturation

R 181 of 255 = 71%
G 219 of 255 = 86%
B 207 of 255 = 81%

181
219
207

R + G + B ~ 79%. #B5DBCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 219 + 207 = 607 (100%)
R 181 of 607 ~ 29.82%
G 219 of 607 ~ 36.08%
B 207 of 607 ~ 34.1%

%29.82
%36.08
%34.1

CMYK color model

#B5DBCF color CMYK value is (17,0,5,14).

  • cyan value is 17.35%
  • magenta value is 0.00%
  • yellow value is 5.48%
  • key color value is 14.12%
CMYK:
(17,0,5,14)
C17M0Y5K14 
(17%,0%,5%,14%)
(0.17/0.00/0.05/0.14)	

CMYK percentages

%17.35
%0
%5.48
%14.12

Codes

Color #B5DBCF in popluar color models

B5DBCF
RGB181219207
HSL161°34.55%78.43%
HSB/HSV161°17.35%85.88%
CMYK17.35%0.00%5.48%
14.12%

Color #B5DBCF in popluar number systems.

HEXB5DBCF
Decimal181219207
Binary101101011101101111001111
Octal265333317

Shades and tints

Shades of #B5DBCF

#B5DBCF
(181,219,207)
#A5C8BD
(165,200,189)
#95B5AB
(149,181,171)
#85A299
(133,162,153)
#758F87
(117,143,135)
#657C75
(101,124,117)
#556963
(85,105,99)
#455651
(69,86,81)
#35433F
(53,67,63)
#25302D
(37,48,45)
#151D1B
(21,29,27)
#000000
(0,0,0)

Tints of #B5DBCF

#B5DBCF
(181,219,207)
#BBDED3
(187,222,211)
#C1E1D7
(193,225,215)
#C7E4DB
(199,228,219)
#CDE7DF
(205,231,223)
#D3EAE3
(211,234,227)
#D9EDE7
(217,237,231)
#DFF0EB
(223,240,235)
#E5F3EF
(229,243,239)
#EBF6F3
(235,246,243)
#F1F9F7
(241,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DBCF; }

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

This text font color is #B5DBCF.


Background Color

.myBgColor { background-color: #B5DBCF; }

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

This div background color is #B5DBCF.


Border color

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

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

This div border color is #B5DBCF.


Opacity

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

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

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

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

This text has shadow with #B5DBCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5DBCF on black background.


Color preview on white background

This text has color #B5DBCF on white background.



Black color preview on #B5DBCF background

This text has black color on #B5DBCF background.


White color preview on #B5DBCF background

This text has white color on #B5DBCF background.