COLOR #B5E7EE

HEX: #B5E7EE
RGB: (181,231,238)

Color info

#B5E7EE contains red, green and blue colors in about the same proportion. Web safe color of #B5E7EE is #CCFFFF (or #CFF).

RGB color model

#B5E7EE color RGB value is (181,231,238).

  • red value is 181;
  • green value is 231;
  • blue value is 238.
RGB:
(181,231,238)
(71%,91%,93%)

RGB channels and saturation

R 181 of 255 = 71%
G 231 of 255 = 91%
B 238 of 255 = 93%

181
231
238

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

Portions of RGB colors in percentages

R + G + B =
181 + 231 + 238 = 650 (100%)
R 181 of 650 ~ 27.85%
G 231 of 650 ~ 35.54%
B 238 of 650 ~ 36.62%

%27.85
%35.54
%36.62

CMYK color model

#B5E7EE color CMYK value is (24,3,0,7).

  • cyan value is 23.95%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(24,3,0,7)
C24M3Y0K7 
(24%,3%,0%,7%)
(0.24/0.03/0.00/0.07)	

CMYK percentages

%23.95
%2.94
%0
%6.67

Codes

Color #B5E7EE in popluar color models

B5E7EE
RGB181231238
HSL187°62.64%82.16%
HSB/HSV187°23.95%93.33%
CMYK23.95%2.94%0.00%
6.67%

Color #B5E7EE in popluar number systems.

HEXB5E7EE
Decimal181231238
Binary101101011110011111101110
Octal265347356

Shades and tints

Shades of #B5E7EE

#B5E7EE
(181,231,238)
#A5D2D9
(165,210,217)
#95BDC4
(149,189,196)
#85A8AF
(133,168,175)
#75939A
(117,147,154)
#657E85
(101,126,133)
#556970
(85,105,112)
#45545B
(69,84,91)
#353F46
(53,63,70)
#252A31
(37,42,49)
#15151C
(21,21,28)
#000000
(0,0,0)

Tints of #B5E7EE

#B5E7EE
(181,231,238)
#BBE9EF
(187,233,239)
#C1EBF0
(193,235,240)
#C7EDF1
(199,237,241)
#CDEFF2
(205,239,242)
#D3F1F3
(211,241,243)
#D9F3F4
(217,243,244)
#DFF5F5
(223,245,245)
#E5F7F6
(229,247,246)
#EBF9F7
(235,249,247)
#F1FBF8
(241,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5E7EE color. Also use rgb(181,231,238) instead hex code.

Text Font Color

.myTextColor { color: #B5E7EE; }

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

This text font color is #B5E7EE.


Background Color

.myBgColor { background-color: #B5E7EE; }

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

This div background color is #B5E7EE.


Border color

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

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

This div border color is #B5E7EE.


Opacity

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

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

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

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

This text has shadow with #B5E7EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E7EE on black background.


Color preview on white background

This text has color #B5E7EE on white background.



Black color preview on #B5E7EE background

This text has black color on #B5E7EE background.


White color preview on #B5E7EE background

This text has white color on #B5E7EE background.