COLOR #B5FBE9

HEX: #B5FBE9 RGB: (181,251,233)

Color info

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

RGB color model

#B5FBE9 color RGB value is (181,251,233).

RGB: (181,251,233) (71%, 98%, 91%)

RGB channels and saturation

R 181 of 255 = 71%
G 251 of 255 = 98%
B 233 of 255 = 91%

181
251
233

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

Portions of RGB colors in percentages

R + G + B = 181 + 251 + 233 = 665 (100%)
R 181 of 665 ~ 27.22%
G 251 of 665 ~ 37.74%
B 233 of 665 ~ 35.04'%

%27.22
%37.74
%35.04

CMYK color model

#B5FBE9 color CMYK value is (28,0,7,2).

  • cyan value is 27.89%
  • magenta value is 0.00%
  • yellow value is 7.17%
  • key color value is 1.57%

CMYK: (28,0,7,2)
C28M0Y7K2 (28%, 0%, 7%, 2%)
(0.28 / 0.00 / 0.07 / 0.02)

CMYK percentages

%27.89
%0
%7.17
%1.57

Codes

Color #B5FBE9 in popluar color models

B5 FB E9
RGB 181 251 233
HSL 165° 89.74% 84.71%
HSB/HSV 165° 27.89% 98.43%
CMYK 27.89% 0.00% 7.17%
1.57%

Color #B5FBE9 in popluar number systems.

HEX B5 FB E9
Decimal 181 251 233
Binary 10110101 11111011 11101001
Octal 265 373 351

Shades and tints

Shades of #B5FBE9

#B5FBE9
(181,251,233)
#A5E5D4
(165,229,212)
#95CFBF
(149,207,191)
#85B9AA
(133,185,170)
#75A395
(117,163,149)
#658D80
(101,141,128)
#55776B
(85,119,107)
#456156
(69,97,86)
#354B41
(53,75,65)
#25352C
(37,53,44)
#151F17
(21,31,23)
#000000
(0,0,0)

Tints of #B5FBE9

#B5FBE9
(181,251,233)
#BBFBEB
(187,251,235)
#C1FBED
(193,251,237)
#C7FBEF
(199,251,239)
#CDFBF1
(205,251,241)
#D3FBF3
(211,251,243)
#D9FBF5
(217,251,245)
#DFFBF7
(223,251,247)
#E5FBF9
(229,251,249)
#EBFBFB
(235,251,251)
#F1FBFD
(241,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5FBE9 color. Also use rgb(181,251,233) instead hex code.

Text Font Color

.myTextColor { color: #B5FBE9; }

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

This text font color is #B5FBE9.

Background Color

.myBgColor { background-color: #B5FBE9; }

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

This div background color is #B5FBE9.

Border color

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

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

This div border color is #B5FBE9.

Opacity

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

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

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

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

This text has shadow with #B5FBE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5FBE9.

Preview

Color preview on black background

This text has color #B5FBE9 on black background.


Color preview on white background

This text has color #B5FBE9 on white background.


Black color preview on #B5FBE9 background

This text has black color on #B5FBE9 background.


White color preview on #B5FBE9 background

This text has white color on #B5FBE9 background.


Related colors

Complementary color

Complementary color for #hex is #4A0416.


I love getcolorcode.com

Triadic colors

1 #E9B5FB and #FBE9B5 with #B5FBE9 are triadic colors.

2 #E9FBB5 and #FBB5E9 with #B5FBE9 are triadic colors.