COLOR #B5EDF6

HEX: #B5EDF6
RGB: (181,237,246)

Color info

#B5EDF6 contains mainly green and blue colors. Web safe color of #B5EDF6 is #CCFFFF (or #CFF).

RGB color model

#B5EDF6 color RGB value is (181,237,246).

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

RGB channels and saturation

R 181 of 255 = 71%
G 237 of 255 = 93%
B 246 of 255 = 96%

181
237
246

R + G + B ~ 87%. #B5EDF6 is light color.

Portions of RGB colors in percentages

R + G + B =
181 + 237 + 246 = 664 (100%)
R 181 of 664 ~ 27.26%
G 237 of 664 ~ 35.69%
B 246 of 664 ~ 37.05%

%27.26
%35.69
%37.05

CMYK color model

#B5EDF6 color CMYK value is (26,4,0,4).

  • cyan value is 26.42%
  • magenta value is 3.66%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(26,4,0,4)
C26M4Y0K4 
(26%,4%,0%,4%)
(0.26/0.04/0.00/0.04)	

CMYK percentages

%26.42
%3.66
%0
%3.53

Codes

Color #B5EDF6 in popluar color models

B5EDF6
RGB181237246
HSL188°78.31%83.73%
HSB/HSV188°26.42%96.47%
CMYK26.42%3.66%0.00%
3.53%

Color #B5EDF6 in popluar number systems.

HEXB5EDF6
Decimal181237246
Binary101101011110110111110110
Octal265355366

Shades and tints

Shades of #B5EDF6

#B5EDF6
(181,237,246)
#A5D8E0
(165,216,224)
#95C3CA
(149,195,202)
#85AEB4
(133,174,180)
#75999E
(117,153,158)
#658488
(101,132,136)
#556F72
(85,111,114)
#455A5C
(69,90,92)
#354546
(53,69,70)
#253030
(37,48,48)
#151B1A
(21,27,26)
#000000
(0,0,0)

Tints of #B5EDF6

#B5EDF6
(181,237,246)
#BBEEF6
(187,238,246)
#C1EFF6
(193,239,246)
#C7F0F6
(199,240,246)
#CDF1F6
(205,241,246)
#D3F2F6
(211,242,246)
#D9F3F6
(217,243,246)
#DFF4F6
(223,244,246)
#E5F5F6
(229,245,246)
#EBF6F6
(235,246,246)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5EDF6; }

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

This text font color is #B5EDF6.


Background Color

.myBgColor { background-color: #B5EDF6; }

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

This div background color is #B5EDF6.


Border color

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

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

This div border color is #B5EDF6.


Opacity

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

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

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

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

This text has shadow with #B5EDF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5EDF6 on black background.


Color preview on white background

This text has color #B5EDF6 on white background.



Black color preview on #B5EDF6 background

This text has black color on #B5EDF6 background.


White color preview on #B5EDF6 background

This text has white color on #B5EDF6 background.