COLOR #B5FFE4

HEX: #B5FFE4
RGB: (181,255,228)

Color info

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

RGB color model

#B5FFE4 color RGB value is (181,255,228).

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

RGB channels and saturation

R 181 of 255 = 71%
G 255 of 255 = 100%
B 228 of 255 = 89%

181
255
228

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

Portions of RGB colors in percentages

R + G + B =
181 + 255 + 228 = 664 (100%)
R 181 of 664 ~ 27.26%
G 255 of 664 ~ 38.4%
B 228 of 664 ~ 34.34%

%27.26
%38.4
%34.34

CMYK color model

#B5FFE4 color CMYK value is (29,0,11,0).

  • cyan value is 29.02%
  • magenta value is 0.00%
  • yellow value is 10.59%
  • key color value is 0.00%
CMYK:
(29,0,11,0)
C29M0Y11K0 
(29%,0%,11%,0%)
(0.29/0.00/0.11/0.00)	

CMYK percentages

%29.02
%0
%10.59
%0

Codes

Color #B5FFE4 in popluar color models

B5FFE4
RGB181255228
HSL158°100.00%85.49%
HSB/HSV158°29.02%100.00%
CMYK29.02%0.00%10.59%
0.00%

Color #B5FFE4 in popluar number systems.

HEXB5FFE4
Decimal181255228
Binary101101011111111111100100
Octal265377344

Shades and tints

Shades of #B5FFE4

#B5FFE4
(181,255,228)
#A5E8D0
(165,232,208)
#95D1BC
(149,209,188)
#85BAA8
(133,186,168)
#75A394
(117,163,148)
#658C80
(101,140,128)
#55756C
(85,117,108)
#455E58
(69,94,88)
#354744
(53,71,68)
#253030
(37,48,48)
#15191C
(21,25,28)
#000000
(0,0,0)

Tints of #B5FFE4

#B5FFE4
(181,255,228)
#BBFFE6
(187,255,230)
#C1FFE8
(193,255,232)
#C7FFEA
(199,255,234)
#CDFFEC
(205,255,236)
#D3FFEE
(211,255,238)
#D9FFF0
(217,255,240)
#DFFFF2
(223,255,242)
#E5FFF4
(229,255,244)
#EBFFF6
(235,255,246)
#F1FFF8
(241,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5FFE4; }

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

This text font color is #B5FFE4.


Background Color

.myBgColor { background-color: #B5FFE4; }

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

This div background color is #B5FFE4.


Border color

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

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

This div border color is #B5FFE4.


Opacity

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

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

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

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

This text has shadow with #B5FFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5FFE4 on black background.


Color preview on white background

This text has color #B5FFE4 on white background.



Black color preview on #B5FFE4 background

This text has black color on #B5FFE4 background.


White color preview on #B5FFE4 background

This text has white color on #B5FFE4 background.