COLOR #B5FFE5

HEX: #B5FFE5
RGB: (181,255,229)

Color info

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

RGB color model

#B5FFE5 color RGB value is (181,255,229).

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

RGB channels and saturation

R 181 of 255 = 71%
G 255 of 255 = 100%
B 229 of 255 = 90%

181
255
229

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

Portions of RGB colors in percentages

R + G + B =
181 + 255 + 229 = 665 (100%)
R 181 of 665 ~ 27.22%
G 255 of 665 ~ 38.35%
B 229 of 665 ~ 34.44%

%27.22
%38.35
%34.44

CMYK color model

#B5FFE5 color CMYK value is (29,0,10,0).

  • cyan value is 29.02%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 0.00%
CMYK:
(29,0,10,0)
C29M0Y10K0 
(29%,0%,10%,0%)
(0.29/0.00/0.10/0.00)	

CMYK percentages

%29.02
%0
%10.2
%0

Codes

Color #B5FFE5 in popluar color models

B5FFE5
RGB181255229
HSL159°100.00%85.49%
HSB/HSV159°29.02%100.00%
CMYK29.02%0.00%10.20%
0.00%

Color #B5FFE5 in popluar number systems.

HEXB5FFE5
Decimal181255229
Binary101101011111111111100101
Octal265377345

Shades and tints

Shades of #B5FFE5

#B5FFE5
(181,255,229)
#A5E8D1
(165,232,209)
#95D1BD
(149,209,189)
#85BAA9
(133,186,169)
#75A395
(117,163,149)
#658C81
(101,140,129)
#55756D
(85,117,109)
#455E59
(69,94,89)
#354745
(53,71,69)
#253031
(37,48,49)
#15191D
(21,25,29)
#000000
(0,0,0)

Tints of #B5FFE5

#B5FFE5
(181,255,229)
#BBFFE7
(187,255,231)
#C1FFE9
(193,255,233)
#C7FFEB
(199,255,235)
#CDFFED
(205,255,237)
#D3FFEF
(211,255,239)
#D9FFF1
(217,255,241)
#DFFFF3
(223,255,243)
#E5FFF5
(229,255,245)
#EBFFF7
(235,255,247)
#F1FFF9
(241,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5FFE5; }

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

This text font color is #B5FFE5.


Background Color

.myBgColor { background-color: #B5FFE5; }

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

This div background color is #B5FFE5.


Border color

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

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

This div border color is #B5FFE5.


Opacity

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

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

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

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

This text has shadow with #B5FFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5FFE5 on black background.


Color preview on white background

This text has color #B5FFE5 on white background.



Black color preview on #B5FFE5 background

This text has black color on #B5FFE5 background.


White color preview on #B5FFE5 background

This text has white color on #B5FFE5 background.