COLOR #B5D8F3

HEX: #B5D8F3
RGB: (181,216,243)

Color info

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

RGB color model

#B5D8F3 color RGB value is (181,216,243).

  • red value is 181;
  • green value is 216;
  • blue value is 243.
RGB: (181,216,243) (71%,85%,95%)

RGB channels and saturation

R 181 of 255 = 71%
G 216 of 255 = 85%
B 243 of 255 = 95%

181
216
243

R + G + B ~ 84%. #B5D8F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 216 + 243 = 640 (100%)
R 181 of 640 ~ 28.28%
G 216 of 640 ~ 33.75%
B 243 of 640 ~ 37.97%

%28.28
%33.75
%37.97

CMYK color model

#B5D8F3 color CMYK value is (26,11,0,5).

  • cyan value is 25.51%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK: (26,11,0,5) C26M11Y0K5 (26%,11%,0%,5%) (0.26/0.11/0.00/0.05)

CMYK percentages

%25.51
%11.11
%0
%4.71

Codes

Color #B5D8F3 in popluar color models

B5D8F3
RGB181216243
HSL206°72.09%83.14%
HSB/HSV206°25.51%95.29%
CMYK25.51%11.11%0.00%
4.71%

Color #B5D8F3 in popluar number systems.

HEXB5D8F3
Decimal181216243
Binary101101011101100011110011
Octal265330363

Shades and tints

Shades of #B5D8F3

#B5D8F3
(181,216,243)
#A5C5DD
(165,197,221)
#95B2C7
(149,178,199)
#859FB1
(133,159,177)
#758C9B
(117,140,155)
#657985
(101,121,133)
#55666F
(85,102,111)
#455359
(69,83,89)
#354043
(53,64,67)
#252D2D
(37,45,45)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #B5D8F3

#B5D8F3
(181,216,243)
#BBDBF4
(187,219,244)
#C1DEF5
(193,222,245)
#C7E1F6
(199,225,246)
#CDE4F7
(205,228,247)
#D3E7F8
(211,231,248)
#D9EAF9
(217,234,249)
#DFEDFA
(223,237,250)
#E5F0FB
(229,240,251)
#EBF3FC
(235,243,252)
#F1F6FD
(241,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D8F3 color. Also use rgb(181,216,243) instead hex code.

Text Font Color

.myTextColor { color: #B5D8F3; }

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

This text font color is #B5D8F3.


Background Color

.myBgColor { background-color: #B5D8F3; }

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

This div background color is #B5D8F3.


Border color

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

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

This div border color is #B5D8F3.


Opacity

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

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

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

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

This text has shadow with #B5D8F3 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B5D8F3 on black background.


Color preview on white background

This text has color #B5D8F3 on white background.



Black color preview on #B5D8F3 background

This text has black color on #B5D8F3 background.


White color preview on #B5D8F3 background

This text has white color on #B5D8F3 background.