COLOR #B5D3E5

HEX: #B5D3E5
RGB: (181,211,229)

Color info

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

RGB color model

#B5D3E5 color RGB value is (181,211,229).

  • red value is 181;
  • green value is 211;
  • blue value is 229.
RGB:
(181,211,229)
(71%,83%,90%)

RGB channels and saturation

R 181 of 255 = 71%
G 211 of 255 = 83%
B 229 of 255 = 90%

181
211
229

R + G + B ~ 81%. #B5D3E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 211 + 229 = 621 (100%)
R 181 of 621 ~ 29.15%
G 211 of 621 ~ 33.98%
B 229 of 621 ~ 36.88%

%29.15
%33.98
%36.88

CMYK color model

#B5D3E5 color CMYK value is (21,8,0,10).

  • cyan value is 20.96%
  • magenta value is 7.86%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(21,8,0,10)
C21M8Y0K10 
(21%,8%,0%,10%)
(0.21/0.08/0.00/0.10)	

CMYK percentages

%20.96
%7.86
%0
%10.2

Codes

Color #B5D3E5 in popluar color models

B5D3E5
RGB181211229
HSL203°48.00%80.39%
HSB/HSV203°20.96%89.80%
CMYK20.96%7.86%0.00%
10.20%

Color #B5D3E5 in popluar number systems.

HEXB5D3E5
Decimal181211229
Binary101101011101001111100101
Octal265323345

Shades and tints

Shades of #B5D3E5

#B5D3E5
(181,211,229)
#A5C0D1
(165,192,209)
#95ADBD
(149,173,189)
#859AA9
(133,154,169)
#758795
(117,135,149)
#657481
(101,116,129)
#55616D
(85,97,109)
#454E59
(69,78,89)
#353B45
(53,59,69)
#252831
(37,40,49)
#15151D
(21,21,29)
#000000
(0,0,0)

Tints of #B5D3E5

#B5D3E5
(181,211,229)
#BBD7E7
(187,215,231)
#C1DBE9
(193,219,233)
#C7DFEB
(199,223,235)
#CDE3ED
(205,227,237)
#D3E7EF
(211,231,239)
#D9EBF1
(217,235,241)
#DFEFF3
(223,239,243)
#E5F3F5
(229,243,245)
#EBF7F7
(235,247,247)
#F1FBF9
(241,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D3E5 color. Also use rgb(181,211,229) instead hex code.

Text Font Color

.myTextColor { color: #B5D3E5; }

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

This text font color is #B5D3E5.


Background Color

.myBgColor { background-color: #B5D3E5; }

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

This div background color is #B5D3E5.


Border color

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

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

This div border color is #B5D3E5.


Opacity

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

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

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

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

This text has shadow with #B5D3E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D3E5 on black background.


Color preview on white background

This text has color #B5D3E5 on white background.



Black color preview on #B5D3E5 background

This text has black color on #B5D3E5 background.


White color preview on #B5D3E5 background

This text has white color on #B5D3E5 background.