COLOR #B5DFE9

HEX: #B5DFE9
RGB: (181,223,233)

Color info

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

RGB color model

#B5DFE9 color RGB value is (181,223,233).

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

RGB channels and saturation

R 181 of 255 = 71%
G 223 of 255 = 87%
B 233 of 255 = 91%

181
223
233

R + G + B ~ 83%. #B5DFE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 223 + 233 = 637 (100%)
R 181 of 637 ~ 28.41%
G 223 of 637 ~ 35.01%
B 233 of 637 ~ 36.58%

%28.41
%35.01
%36.58

CMYK color model

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

  • cyan value is 22.32%
  • magenta value is 4.29%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(22,4,0,9)
C22M4Y0K9 
(22%,4%,0%,9%)
(0.22/0.04/0.00/0.09)	

CMYK percentages

%22.32
%4.29
%0
%8.63

Codes

Color #B5DFE9 in popluar color models

B5DFE9
RGB181223233
HSL192°54.17%81.18%
HSB/HSV192°22.32%91.37%
CMYK22.32%4.29%0.00%
8.63%

Color #B5DFE9 in popluar number systems.

HEXB5DFE9
Decimal181223233
Binary101101011101111111101001
Octal265337351

Shades and tints

Shades of #B5DFE9

#B5DFE9
(181,223,233)
#A5CBD4
(165,203,212)
#95B7BF
(149,183,191)
#85A3AA
(133,163,170)
#758F95
(117,143,149)
#657B80
(101,123,128)
#55676B
(85,103,107)
#455356
(69,83,86)
#353F41
(53,63,65)
#252B2C
(37,43,44)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #B5DFE9

#B5DFE9
(181,223,233)
#BBE1EB
(187,225,235)
#C1E3ED
(193,227,237)
#C7E5EF
(199,229,239)
#CDE7F1
(205,231,241)
#D3E9F3
(211,233,243)
#D9EBF5
(217,235,245)
#DFEDF7
(223,237,247)
#E5EFF9
(229,239,249)
#EBF1FB
(235,241,251)
#F1F3FD
(241,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DFE9; }

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

This text font color is #B5DFE9.


Background Color

.myBgColor { background-color: #B5DFE9; }

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

This div background color is #B5DFE9.


Border color

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

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

This div border color is #B5DFE9.


Opacity

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

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

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

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

This text has shadow with #B5DFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5DFE9 on black background.


Color preview on white background

This text has color #B5DFE9 on white background.



Black color preview on #B5DFE9 background

This text has black color on #B5DFE9 background.


White color preview on #B5DFE9 background

This text has white color on #B5DFE9 background.