COLOR #B5DBF7

HEX: #B5DBF7
RGB: (181,219,247)

Color info

#B5DBF7 contains mainly green and blue colors. Web safe color of #B5DBF7 is #CCCCFF (or #CCF).

RGB color model

#B5DBF7 color RGB value is (181,219,247).

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

RGB channels and saturation

R 181 of 255 = 71%
G 219 of 255 = 86%
B 247 of 255 = 97%

181
219
247

R + G + B ~ 85%. #B5DBF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 219 + 247 = 647 (100%)
R 181 of 647 ~ 27.98%
G 219 of 647 ~ 33.85%
B 247 of 647 ~ 38.18%

%27.98
%33.85
%38.18

CMYK color model

#B5DBF7 color CMYK value is (27,11,0,3).

  • cyan value is 26.72%
  • magenta value is 11.34%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(27,11,0,3)
C27M11Y0K3 
(27%,11%,0%,3%)
(0.27/0.11/0.00/0.03)	

CMYK percentages

%26.72
%11.34
%0
%3.14

Codes

Color #B5DBF7 in popluar color models

B5DBF7
RGB181219247
HSL205°80.49%83.92%
HSB/HSV205°26.72%96.86%
CMYK26.72%11.34%0.00%
3.14%

Color #B5DBF7 in popluar number systems.

HEXB5DBF7
Decimal181219247
Binary101101011101101111110111
Octal265333367

Shades and tints

Shades of #B5DBF7

#B5DBF7
(181,219,247)
#A5C8E1
(165,200,225)
#95B5CB
(149,181,203)
#85A2B5
(133,162,181)
#758F9F
(117,143,159)
#657C89
(101,124,137)
#556973
(85,105,115)
#45565D
(69,86,93)
#354347
(53,67,71)
#253031
(37,48,49)
#151D1B
(21,29,27)
#000000
(0,0,0)

Tints of #B5DBF7

#B5DBF7
(181,219,247)
#BBDEF7
(187,222,247)
#C1E1F7
(193,225,247)
#C7E4F7
(199,228,247)
#CDE7F7
(205,231,247)
#D3EAF7
(211,234,247)
#D9EDF7
(217,237,247)
#DFF0F7
(223,240,247)
#E5F3F7
(229,243,247)
#EBF6F7
(235,246,247)
#F1F9F7
(241,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DBF7; }

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

This text font color is #B5DBF7.


Background Color

.myBgColor { background-color: #B5DBF7; }

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

This div background color is #B5DBF7.


Border color

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

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

This div border color is #B5DBF7.


Opacity

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

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

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

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

This text has shadow with #B5DBF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5DBF7 on black background.


Color preview on white background

This text has color #B5DBF7 on white background.



Black color preview on #B5DBF7 background

This text has black color on #B5DBF7 background.


White color preview on #B5DBF7 background

This text has white color on #B5DBF7 background.