COLOR #B5F0E3

HEX: #B5F0E3
RGB: (181,240,227)

Color info

#B5F0E3 contains red, green and blue colors in about the same proportion. Web safe color of #B5F0E3 is #CCFFCC (or #CFC).

RGB color model

#B5F0E3 color RGB value is (181,240,227).

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

RGB channels and saturation

R 181 of 255 = 71%
G 240 of 255 = 94%
B 227 of 255 = 89%

181
240
227

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

Portions of RGB colors in percentages

R + G + B =
181 + 240 + 227 = 648 (100%)
R 181 of 648 ~ 27.93%
G 240 of 648 ~ 37.04%
B 227 of 648 ~ 35.03%

%27.93
%37.04
%35.03

CMYK color model

#B5F0E3 color CMYK value is (25,0,5,6).

  • cyan value is 24.58%
  • magenta value is 0.00%
  • yellow value is 5.42%
  • key color value is 5.88%
CMYK:
(25,0,5,6)
C25M0Y5K6 
(25%,0%,5%,6%)
(0.25/0.00/0.05/0.06)	

CMYK percentages

%24.58
%0
%5.42
%5.88

Codes

Color #B5F0E3 in popluar color models

B5F0E3
RGB181240227
HSL167°66.29%82.55%
HSB/HSV167°24.58%94.12%
CMYK24.58%0.00%5.42%
5.88%

Color #B5F0E3 in popluar number systems.

HEXB5F0E3
Decimal181240227
Binary101101011111000011100011
Octal265360343

Shades and tints

Shades of #B5F0E3

#B5F0E3
(181,240,227)
#A5DBCF
(165,219,207)
#95C6BB
(149,198,187)
#85B1A7
(133,177,167)
#759C93
(117,156,147)
#65877F
(101,135,127)
#55726B
(85,114,107)
#455D57
(69,93,87)
#354843
(53,72,67)
#25332F
(37,51,47)
#151E1B
(21,30,27)
#000000
(0,0,0)

Tints of #B5F0E3

#B5F0E3
(181,240,227)
#BBF1E5
(187,241,229)
#C1F2E7
(193,242,231)
#C7F3E9
(199,243,233)
#CDF4EB
(205,244,235)
#D3F5ED
(211,245,237)
#D9F6EF
(217,246,239)
#DFF7F1
(223,247,241)
#E5F8F3
(229,248,243)
#EBF9F5
(235,249,245)
#F1FAF7
(241,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5F0E3 color. Also use rgb(181,240,227) instead hex code.

Text Font Color

.myTextColor { color: #B5F0E3; }

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

This text font color is #B5F0E3.


Background Color

.myBgColor { background-color: #B5F0E3; }

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

This div background color is #B5F0E3.


Border color

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

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

This div border color is #B5F0E3.


Opacity

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

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

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

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

This text has shadow with #B5F0E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5F0E3 on black background.


Color preview on white background

This text has color #B5F0E3 on white background.



Black color preview on #B5F0E3 background

This text has black color on #B5F0E3 background.


White color preview on #B5F0E3 background

This text has white color on #B5F0E3 background.