COLOR #B5FCD6

HEX: #B5FCD6
RGB: (181,252,214)

Color info

#B5FCD6 contains mainly green and blue colors. Web safe color of #B5FCD6 is #CCFFCC (or #CFC).

RGB color model

#B5FCD6 color RGB value is (181,252,214).

  • red value is 181;
  • green value is 252;
  • blue value is 214.
RGB:
(181,252,214)
(71%,99%,84%)

RGB channels and saturation

R 181 of 255 = 71%
G 252 of 255 = 99%
B 214 of 255 = 84%

181
252
214

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

Portions of RGB colors in percentages

R + G + B =
181 + 252 + 214 = 647 (100%)
R 181 of 647 ~ 27.98%
G 252 of 647 ~ 38.95%
B 214 of 647 ~ 33.08%

%27.98
%38.95
%33.08

CMYK color model

#B5FCD6 color CMYK value is (28,0,15,1).

  • cyan value is 28.17%
  • magenta value is 0.00%
  • yellow value is 15.08%
  • key color value is 1.18%
CMYK:
(28,0,15,1)
C28M0Y15K1 
(28%,0%,15%,1%)
(0.28/0.00/0.15/0.01)	

CMYK percentages

%28.17
%0
%15.08
%1.18

Codes

Color #B5FCD6 in popluar color models

B5FCD6
RGB181252214
HSL148°92.21%84.90%
HSB/HSV148°28.17%98.82%
CMYK28.17%0.00%15.08%
1.18%

Color #B5FCD6 in popluar number systems.

HEXB5FCD6
Decimal181252214
Binary101101011111110011010110
Octal265374326

Shades and tints

Shades of #B5FCD6

#B5FCD6
(181,252,214)
#A5E6C3
(165,230,195)
#95D0B0
(149,208,176)
#85BA9D
(133,186,157)
#75A48A
(117,164,138)
#658E77
(101,142,119)
#557864
(85,120,100)
#456251
(69,98,81)
#354C3E
(53,76,62)
#25362B
(37,54,43)
#152018
(21,32,24)
#000000
(0,0,0)

Tints of #B5FCD6

#B5FCD6
(181,252,214)
#BBFCD9
(187,252,217)
#C1FCDC
(193,252,220)
#C7FCDF
(199,252,223)
#CDFCE2
(205,252,226)
#D3FCE5
(211,252,229)
#D9FCE8
(217,252,232)
#DFFCEB
(223,252,235)
#E5FCEE
(229,252,238)
#EBFCF1
(235,252,241)
#F1FCF4
(241,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5FCD6 color. Also use rgb(181,252,214) instead hex code.

Text Font Color

.myTextColor { color: #B5FCD6; }

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

This text font color is #B5FCD6.


Background Color

.myBgColor { background-color: #B5FCD6; }

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

This div background color is #B5FCD6.


Border color

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

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

This div border color is #B5FCD6.


Opacity

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

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

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

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

This text has shadow with #B5FCD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5FCD6 on black background.


Color preview on white background

This text has color #B5FCD6 on white background.



Black color preview on #B5FCD6 background

This text has black color on #B5FCD6 background.


White color preview on #B5FCD6 background

This text has white color on #B5FCD6 background.