COLOR #B5F9F5

HEX: #B5F9F5
RGB: (181,249,245)

Color info

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

RGB color model

#B5F9F5 color RGB value is (181,249,245).

  • red value is 181;
  • green value is 249;
  • blue value is 245.
RGB:
(181,249,245)
(71%,98%,96%)

RGB channels and saturation

R 181 of 255 = 71%
G 249 of 255 = 98%
B 245 of 255 = 96%

181
249
245

R + G + B ~ 88%. #B5F9F5 is light color.

Portions of RGB colors in percentages

R + G + B =
181 + 249 + 245 = 675 (100%)
R 181 of 675 ~ 26.81%
G 249 of 675 ~ 36.89%
B 245 of 675 ~ 36.3%

%26.81
%36.89
%36.3

CMYK color model

#B5F9F5 color CMYK value is (27,0,2,2).

  • cyan value is 27.31%
  • magenta value is 0.00%
  • yellow value is 1.61%
  • key color value is 2.35%
CMYK:
(27,0,2,2)
C27M0Y2K2 
(27%,0%,2%,2%)
(0.27/0.00/0.02/0.02)	

CMYK percentages

%27.31
%0
%1.61
%2.35

Codes

Color #B5F9F5 in popluar color models

B5F9F5
RGB181249245
HSL176°85.00%84.31%
HSB/HSV176°27.31%97.65%
CMYK27.31%0.00%1.61%
2.35%

Color #B5F9F5 in popluar number systems.

HEXB5F9F5
Decimal181249245
Binary101101011111100111110101
Octal265371365

Shades and tints

Shades of #B5F9F5

#B5F9F5
(181,249,245)
#A5E3DF
(165,227,223)
#95CDC9
(149,205,201)
#85B7B3
(133,183,179)
#75A19D
(117,161,157)
#658B87
(101,139,135)
#557571
(85,117,113)
#455F5B
(69,95,91)
#354945
(53,73,69)
#25332F
(37,51,47)
#151D19
(21,29,25)
#000000
(0,0,0)

Tints of #B5F9F5

#B5F9F5
(181,249,245)
#BBF9F5
(187,249,245)
#C1F9F5
(193,249,245)
#C7F9F5
(199,249,245)
#CDF9F5
(205,249,245)
#D3F9F5
(211,249,245)
#D9F9F5
(217,249,245)
#DFF9F5
(223,249,245)
#E5F9F5
(229,249,245)
#EBF9F5
(235,249,245)
#F1F9F5
(241,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5F9F5 color. Also use rgb(181,249,245) instead hex code.

Text Font Color

.myTextColor { color: #B5F9F5; }

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

This text font color is #B5F9F5.


Background Color

.myBgColor { background-color: #B5F9F5; }

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

This div background color is #B5F9F5.


Border color

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

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

This div border color is #B5F9F5.


Opacity

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

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

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

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

This text has shadow with #B5F9F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5F9F5 on black background.


Color preview on white background

This text has color #B5F9F5 on white background.



Black color preview on #B5F9F5 background

This text has black color on #B5F9F5 background.


White color preview on #B5F9F5 background

This text has white color on #B5F9F5 background.