COLOR #B5E5EE

HEX: #B5E5EE
RGB: (181,229,238)

Color info

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

RGB color model

#B5E5EE color RGB value is (181,229,238).

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

RGB channels and saturation

R 181 of 255 = 71%
G 229 of 255 = 90%
B 238 of 255 = 93%

181
229
238

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

Portions of RGB colors in percentages

R + G + B =
181 + 229 + 238 = 648 (100%)
R 181 of 648 ~ 27.93%
G 229 of 648 ~ 35.34%
B 238 of 648 ~ 36.73%

%27.93
%35.34
%36.73

CMYK color model

#B5E5EE color CMYK value is (24,4,0,7).

  • cyan value is 23.95%
  • magenta value is 3.78%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(24,4,0,7)
C24M4Y0K7 
(24%,4%,0%,7%)
(0.24/0.04/0.00/0.07)	

CMYK percentages

%23.95
%3.78
%0
%6.67

Codes

Color #B5E5EE in popluar color models

B5E5EE
RGB181229238
HSL189°62.64%82.16%
HSB/HSV189°23.95%93.33%
CMYK23.95%3.78%0.00%
6.67%

Color #B5E5EE in popluar number systems.

HEXB5E5EE
Decimal181229238
Binary101101011110010111101110
Octal265345356

Shades and tints

Shades of #B5E5EE

#B5E5EE
(181,229,238)
#A5D1D9
(165,209,217)
#95BDC4
(149,189,196)
#85A9AF
(133,169,175)
#75959A
(117,149,154)
#658185
(101,129,133)
#556D70
(85,109,112)
#45595B
(69,89,91)
#354546
(53,69,70)
#253131
(37,49,49)
#151D1C
(21,29,28)
#000000
(0,0,0)

Tints of #B5E5EE

#B5E5EE
(181,229,238)
#BBE7EF
(187,231,239)
#C1E9F0
(193,233,240)
#C7EBF1
(199,235,241)
#CDEDF2
(205,237,242)
#D3EFF3
(211,239,243)
#D9F1F4
(217,241,244)
#DFF3F5
(223,243,245)
#E5F5F6
(229,245,246)
#EBF7F7
(235,247,247)
#F1F9F8
(241,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5E5EE; }

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

This text font color is #B5E5EE.


Background Color

.myBgColor { background-color: #B5E5EE; }

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

This div background color is #B5E5EE.


Border color

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

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

This div border color is #B5E5EE.


Opacity

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

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

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

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

This text has shadow with #B5E5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E5EE on black background.


Color preview on white background

This text has color #B5E5EE on white background.



Black color preview on #B5E5EE background

This text has black color on #B5E5EE background.


White color preview on #B5E5EE background

This text has white color on #B5E5EE background.