COLOR #B5F1F3

HEX: #B5F1F3
RGB: (181,241,243)

Color info

#B5F1F3 contains mainly green and blue colors. Web safe color of #B5F1F3 is #CCFFFF (or #CFF).

RGB color model

#B5F1F3 color RGB value is (181,241,243).

  • red value is 181;
  • green value is 241;
  • blue value is 243.
RGB:
(181,241,243)
(71%,95%,95%)

RGB channels and saturation

R 181 of 255 = 71%
G 241 of 255 = 95%
B 243 of 255 = 95%

181
241
243

R + G + B ~ 87%. #B5F1F3 is light color.

Portions of RGB colors in percentages

R + G + B =
181 + 241 + 243 = 665 (100%)
R 181 of 665 ~ 27.22%
G 241 of 665 ~ 36.24%
B 243 of 665 ~ 36.54%

%27.22
%36.24
%36.54

CMYK color model

#B5F1F3 color CMYK value is (26,1,0,5).

  • cyan value is 25.51%
  • magenta value is 0.82%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(26,1,0,5)
C26M1Y0K5 
(26%,1%,0%,5%)
(0.26/0.01/0.00/0.05)	

CMYK percentages

%25.51
%0.82
%0
%4.71

Codes

Color #B5F1F3 in popluar color models

B5F1F3
RGB181241243
HSL182°72.09%83.14%
HSB/HSV182°25.51%95.29%
CMYK25.51%0.82%0.00%
4.71%

Color #B5F1F3 in popluar number systems.

HEXB5F1F3
Decimal181241243
Binary101101011111000111110011
Octal265361363

Shades and tints

Shades of #B5F1F3

#B5F1F3
(181,241,243)
#A5DCDD
(165,220,221)
#95C7C7
(149,199,199)
#85B2B1
(133,178,177)
#759D9B
(117,157,155)
#658885
(101,136,133)
#55736F
(85,115,111)
#455E59
(69,94,89)
#354943
(53,73,67)
#25342D
(37,52,45)
#151F17
(21,31,23)
#000000
(0,0,0)

Tints of #B5F1F3

#B5F1F3
(181,241,243)
#BBF2F4
(187,242,244)
#C1F3F5
(193,243,245)
#C7F4F6
(199,244,246)
#CDF5F7
(205,245,247)
#D3F6F8
(211,246,248)
#D9F7F9
(217,247,249)
#DFF8FA
(223,248,250)
#E5F9FB
(229,249,251)
#EBFAFC
(235,250,252)
#F1FBFD
(241,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5F1F3 color. Also use rgb(181,241,243) instead hex code.

Text Font Color

.myTextColor { color: #B5F1F3; }

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

This text font color is #B5F1F3.


Background Color

.myBgColor { background-color: #B5F1F3; }

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

This div background color is #B5F1F3.


Border color

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

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

This div border color is #B5F1F3.


Opacity

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

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

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

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

This text has shadow with #B5F1F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5F1F3 on black background.


Color preview on white background

This text has color #B5F1F3 on white background.



Black color preview on #B5F1F3 background

This text has black color on #B5F1F3 background.


White color preview on #B5F1F3 background

This text has white color on #B5F1F3 background.