COLOR #B5DFED

HEX: #B5DFED
RGB: (181,223,237)

Color info

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

RGB color model

#B5DFED color RGB value is (181,223,237).

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

RGB channels and saturation

R 181 of 255 = 71%
G 223 of 255 = 87%
B 237 of 255 = 93%

181
223
237

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

Portions of RGB colors in percentages

R + G + B =
181 + 223 + 237 = 641 (100%)
R 181 of 641 ~ 28.24%
G 223 of 641 ~ 34.79%
B 237 of 641 ~ 36.97%

%28.24
%34.79
%36.97

CMYK color model

#B5DFED color CMYK value is (24,6,0,7).

  • cyan value is 23.63%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(24,6,0,7)
C24M6Y0K7 
(24%,6%,0%,7%)
(0.24/0.06/0.00/0.07)	

CMYK percentages

%23.63
%5.91
%0
%7.06

Codes

Color #B5DFED in popluar color models

B5DFED
RGB181223237
HSL195°60.87%81.96%
HSB/HSV195°23.63%92.94%
CMYK23.63%5.91%0.00%
7.06%

Color #B5DFED in popluar number systems.

HEXB5DFED
Decimal181223237
Binary101101011101111111101101
Octal265337355

Shades and tints

Shades of #B5DFED

#B5DFED
(181,223,237)
#A5CBD8
(165,203,216)
#95B7C3
(149,183,195)
#85A3AE
(133,163,174)
#758F99
(117,143,153)
#657B84
(101,123,132)
#55676F
(85,103,111)
#45535A
(69,83,90)
#353F45
(53,63,69)
#252B30
(37,43,48)
#15171B
(21,23,27)
#000000
(0,0,0)

Tints of #B5DFED

#B5DFED
(181,223,237)
#BBE1EE
(187,225,238)
#C1E3EF
(193,227,239)
#C7E5F0
(199,229,240)
#CDE7F1
(205,231,241)
#D3E9F2
(211,233,242)
#D9EBF3
(217,235,243)
#DFEDF4
(223,237,244)
#E5EFF5
(229,239,245)
#EBF1F6
(235,241,246)
#F1F3F7
(241,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DFED; }

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

This text font color is #B5DFED.


Background Color

.myBgColor { background-color: #B5DFED; }

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

This div background color is #B5DFED.


Border color

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

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

This div border color is #B5DFED.


Opacity

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

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

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

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

This text has shadow with #B5DFED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5DFED on black background.


Color preview on white background

This text has color #B5DFED on white background.



Black color preview on #B5DFED background

This text has black color on #B5DFED background.


White color preview on #B5DFED background

This text has white color on #B5DFED background.