COLOR #B5E5E8

HEX: #B5E5E8
RGB: (181,229,232)

Color info

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

RGB color model

#B5E5E8 color RGB value is (181,229,232).

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

RGB channels and saturation

R 181 of 255 = 71%
G 229 of 255 = 90%
B 232 of 255 = 91%

181
229
232

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

Portions of RGB colors in percentages

R + G + B =
181 + 229 + 232 = 642 (100%)
R 181 of 642 ~ 28.19%
G 229 of 642 ~ 35.67%
B 232 of 642 ~ 36.14%

%28.19
%35.67
%36.14

CMYK color model

#B5E5E8 color CMYK value is (22,1,0,9).

  • cyan value is 21.98%
  • magenta value is 1.29%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(22,1,0,9)
C22M1Y0K9 
(22%,1%,0%,9%)
(0.22/0.01/0.00/0.09)	

CMYK percentages

%21.98
%1.29
%0
%9.02

Codes

Color #B5E5E8 in popluar color models

B5E5E8
RGB181229232
HSL184°52.58%80.98%
HSB/HSV184°21.98%90.98%
CMYK21.98%1.29%0.00%
9.02%

Color #B5E5E8 in popluar number systems.

HEXB5E5E8
Decimal181229232
Binary101101011110010111101000
Octal265345350

Shades and tints

Shades of #B5E5E8

#B5E5E8
(181,229,232)
#A5D1D3
(165,209,211)
#95BDBE
(149,189,190)
#85A9A9
(133,169,169)
#759594
(117,149,148)
#65817F
(101,129,127)
#556D6A
(85,109,106)
#455955
(69,89,85)
#354540
(53,69,64)
#25312B
(37,49,43)
#151D16
(21,29,22)
#000000
(0,0,0)

Tints of #B5E5E8

#B5E5E8
(181,229,232)
#BBE7EA
(187,231,234)
#C1E9EC
(193,233,236)
#C7EBEE
(199,235,238)
#CDEDF0
(205,237,240)
#D3EFF2
(211,239,242)
#D9F1F4
(217,241,244)
#DFF3F6
(223,243,246)
#E5F5F8
(229,245,248)
#EBF7FA
(235,247,250)
#F1F9FC
(241,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5E5E8; }

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

This text font color is #B5E5E8.


Background Color

.myBgColor { background-color: #B5E5E8; }

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

This div background color is #B5E5E8.


Border color

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

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

This div border color is #B5E5E8.


Opacity

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

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

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

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

This text has shadow with #B5E5E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E5E8 on black background.


Color preview on white background

This text has color #B5E5E8 on white background.



Black color preview on #B5E5E8 background

This text has black color on #B5E5E8 background.


White color preview on #B5E5E8 background

This text has white color on #B5E5E8 background.