COLOR #B5FFCE

HEX: #B5FFCE
RGB: (181,255,206)

Color info

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

RGB color model

#B5FFCE color RGB value is (181,255,206).

  • red value is 181;
  • green value is 255;
  • blue value is 206.
RGB:
(181,255,206)
(71%,100%,81%)

RGB channels and saturation

R 181 of 255 = 71%
G 255 of 255 = 100%
B 206 of 255 = 81%

181
255
206

R + G + B ~ 84%. #B5FFCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 255 + 206 = 642 (100%)
R 181 of 642 ~ 28.19%
G 255 of 642 ~ 39.72%
B 206 of 642 ~ 32.09%

%28.19
%39.72
%32.09

CMYK color model

#B5FFCE color CMYK value is (29,0,19,0).

  • cyan value is 29.02%
  • magenta value is 0.00%
  • yellow value is 19.22%
  • key color value is 0.00%
CMYK:
(29,0,19,0)
C29M0Y19K0 
(29%,0%,19%,0%)
(0.29/0.00/0.19/0.00)	

CMYK percentages

%29.02
%0
%19.22
%0

Codes

Color #B5FFCE in popluar color models

B5FFCE
RGB181255206
HSL140°100.00%85.49%
HSB/HSV140°29.02%100.00%
CMYK29.02%0.00%19.22%
0.00%

Color #B5FFCE in popluar number systems.

HEXB5FFCE
Decimal181255206
Binary101101011111111111001110
Octal265377316

Shades and tints

Shades of #B5FFCE

#B5FFCE
(181,255,206)
#A5E8BC
(165,232,188)
#95D1AA
(149,209,170)
#85BA98
(133,186,152)
#75A386
(117,163,134)
#658C74
(101,140,116)
#557562
(85,117,98)
#455E50
(69,94,80)
#35473E
(53,71,62)
#25302C
(37,48,44)
#15191A
(21,25,26)
#000000
(0,0,0)

Tints of #B5FFCE

#B5FFCE
(181,255,206)
#BBFFD2
(187,255,210)
#C1FFD6
(193,255,214)
#C7FFDA
(199,255,218)
#CDFFDE
(205,255,222)
#D3FFE2
(211,255,226)
#D9FFE6
(217,255,230)
#DFFFEA
(223,255,234)
#E5FFEE
(229,255,238)
#EBFFF2
(235,255,242)
#F1FFF6
(241,255,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5FFCE color. Also use rgb(181,255,206) instead hex code.

Text Font Color

.myTextColor { color: #B5FFCE; }

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

This text font color is #B5FFCE.


Background Color

.myBgColor { background-color: #B5FFCE; }

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

This div background color is #B5FFCE.


Border color

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

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

This div border color is #B5FFCE.


Opacity

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

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

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

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

This text has shadow with #B5FFCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5FFCE on black background.


Color preview on white background

This text has color #B5FFCE on white background.



Black color preview on #B5FFCE background

This text has black color on #B5FFCE background.


White color preview on #B5FFCE background

This text has white color on #B5FFCE background.