COLOR #B5E4EF

HEX: #B5E4EF
RGB: (181,228,239)

Color info

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

RGB color model

#B5E4EF color RGB value is (181,228,239).

  • red value is 181;
  • green value is 228;
  • blue value is 239.
RGB:
(181,228,239)
(71%,89%,94%)

RGB channels and saturation

R 181 of 255 = 71%
G 228 of 255 = 89%
B 239 of 255 = 94%

181
228
239

R + G + B ~ 85%. #B5E4EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 228 + 239 = 648 (100%)
R 181 of 648 ~ 27.93%
G 228 of 648 ~ 35.19%
B 239 of 648 ~ 36.88%

%27.93
%35.19
%36.88

CMYK color model

#B5E4EF color CMYK value is (24,5,0,6).

  • cyan value is 24.27%
  • magenta value is 4.60%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(24,5,0,6)
C24M5Y0K6 
(24%,5%,0%,6%)
(0.24/0.05/0.00/0.06)	

CMYK percentages

%24.27
%4.6
%0
%6.27

Codes

Color #B5E4EF in popluar color models

B5E4EF
RGB181228239
HSL191°64.44%82.35%
HSB/HSV191°24.27%93.73%
CMYK24.27%4.60%0.00%
6.27%

Color #B5E4EF in popluar number systems.

HEXB5E4EF
Decimal181228239
Binary101101011110010011101111
Octal265344357

Shades and tints

Shades of #B5E4EF

#B5E4EF
(181,228,239)
#A5D0DA
(165,208,218)
#95BCC5
(149,188,197)
#85A8B0
(133,168,176)
#75949B
(117,148,155)
#658086
(101,128,134)
#556C71
(85,108,113)
#45585C
(69,88,92)
#354447
(53,68,71)
#253032
(37,48,50)
#151C1D
(21,28,29)
#000000
(0,0,0)

Tints of #B5E4EF

#B5E4EF
(181,228,239)
#BBE6F0
(187,230,240)
#C1E8F1
(193,232,241)
#C7EAF2
(199,234,242)
#CDECF3
(205,236,243)
#D3EEF4
(211,238,244)
#D9F0F5
(217,240,245)
#DFF2F6
(223,242,246)
#E5F4F7
(229,244,247)
#EBF6F8
(235,246,248)
#F1F8F9
(241,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5E4EF color. Also use rgb(181,228,239) instead hex code.

Text Font Color

.myTextColor { color: #B5E4EF; }

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

This text font color is #B5E4EF.


Background Color

.myBgColor { background-color: #B5E4EF; }

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

This div background color is #B5E4EF.


Border color

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

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

This div border color is #B5E4EF.


Opacity

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

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

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

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

This text has shadow with #B5E4EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E4EF on black background.


Color preview on white background

This text has color #B5E4EF on white background.



Black color preview on #B5E4EF background

This text has black color on #B5E4EF background.


White color preview on #B5E4EF background

This text has white color on #B5E4EF background.