COLOR #B5D5E9

HEX: #B5D5E9
RGB: (181,213,233)

Color info

#B5D5E9 contains red, green and blue colors in about the same proportion. Web safe color of #B5D5E9 is #CCCCFF (or #CCF).

RGB color model

#B5D5E9 color RGB value is (181,213,233).

  • red value is 181;
  • green value is 213;
  • blue value is 233.
RGB:
(181,213,233)
(71%,84%,91%)

RGB channels and saturation

R 181 of 255 = 71%
G 213 of 255 = 84%
B 233 of 255 = 91%

181
213
233

R + G + B ~ 82%. #B5D5E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 213 + 233 = 627 (100%)
R 181 of 627 ~ 28.87%
G 213 of 627 ~ 33.97%
B 233 of 627 ~ 37.16%

%28.87
%33.97
%37.16

CMYK color model

#B5D5E9 color CMYK value is (22,9,0,9).

  • cyan value is 22.32%
  • magenta value is 8.58%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(22,9,0,9)
C22M9Y0K9 
(22%,9%,0%,9%)
(0.22/0.09/0.00/0.09)	

CMYK percentages

%22.32
%8.58
%0
%8.63

Codes

Color #B5D5E9 in popluar color models

B5D5E9
RGB181213233
HSL203°54.17%81.18%
HSB/HSV203°22.32%91.37%
CMYK22.32%8.58%0.00%
8.63%

Color #B5D5E9 in popluar number systems.

HEXB5D5E9
Decimal181213233
Binary101101011101010111101001
Octal265325351

Shades and tints

Shades of #B5D5E9

#B5D5E9
(181,213,233)
#A5C2D4
(165,194,212)
#95AFBF
(149,175,191)
#859CAA
(133,156,170)
#758995
(117,137,149)
#657680
(101,118,128)
#55636B
(85,99,107)
#455056
(69,80,86)
#353D41
(53,61,65)
#252A2C
(37,42,44)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #B5D5E9

#B5D5E9
(181,213,233)
#BBD8EB
(187,216,235)
#C1DBED
(193,219,237)
#C7DEEF
(199,222,239)
#CDE1F1
(205,225,241)
#D3E4F3
(211,228,243)
#D9E7F5
(217,231,245)
#DFEAF7
(223,234,247)
#E5EDF9
(229,237,249)
#EBF0FB
(235,240,251)
#F1F3FD
(241,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D5E9 color. Also use rgb(181,213,233) instead hex code.

Text Font Color

.myTextColor { color: #B5D5E9; }

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

This text font color is #B5D5E9.


Background Color

.myBgColor { background-color: #B5D5E9; }

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

This div background color is #B5D5E9.


Border color

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

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

This div border color is #B5D5E9.


Opacity

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

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

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

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

This text has shadow with #B5D5E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D5E9 on black background.


Color preview on white background

This text has color #B5D5E9 on white background.



Black color preview on #B5D5E9 background

This text has black color on #B5D5E9 background.


White color preview on #B5D5E9 background

This text has white color on #B5D5E9 background.