COLOR #B5FFDB

HEX: #B5FFDB
RGB: (181,255,219)

Color info

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

RGB color model

#B5FFDB color RGB value is (181,255,219).

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

RGB channels and saturation

R 181 of 255 = 71%
G 255 of 255 = 100%
B 219 of 255 = 86%

181
255
219

R + G + B ~ 86%. #B5FFDB is light color.

Portions of RGB colors in percentages

R + G + B =
181 + 255 + 219 = 655 (100%)
R 181 of 655 ~ 27.63%
G 255 of 655 ~ 38.93%
B 219 of 655 ~ 33.44%

%27.63
%38.93
%33.44

CMYK color model

#B5FFDB color CMYK value is (29,0,14,0).

  • cyan value is 29.02%
  • magenta value is 0.00%
  • yellow value is 14.12%
  • key color value is 0.00%
CMYK:
(29,0,14,0)
C29M0Y14K0 
(29%,0%,14%,0%)
(0.29/0.00/0.14/0.00)	

CMYK percentages

%29.02
%0
%14.12
%0

Codes

Color #B5FFDB in popluar color models

B5FFDB
RGB181255219
HSL151°100.00%85.49%
HSB/HSV151°29.02%100.00%
CMYK29.02%0.00%14.12%
0.00%

Color #B5FFDB in popluar number systems.

HEXB5FFDB
Decimal181255219
Binary101101011111111111011011
Octal265377333

Shades and tints

Shades of #B5FFDB

#B5FFDB
(181,255,219)
#A5E8C8
(165,232,200)
#95D1B5
(149,209,181)
#85BAA2
(133,186,162)
#75A38F
(117,163,143)
#658C7C
(101,140,124)
#557569
(85,117,105)
#455E56
(69,94,86)
#354743
(53,71,67)
#253030
(37,48,48)
#15191D
(21,25,29)
#000000
(0,0,0)

Tints of #B5FFDB

#B5FFDB
(181,255,219)
#BBFFDE
(187,255,222)
#C1FFE1
(193,255,225)
#C7FFE4
(199,255,228)
#CDFFE7
(205,255,231)
#D3FFEA
(211,255,234)
#D9FFED
(217,255,237)
#DFFFF0
(223,255,240)
#E5FFF3
(229,255,243)
#EBFFF6
(235,255,246)
#F1FFF9
(241,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5FFDB; }

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

This text font color is #B5FFDB.


Background Color

.myBgColor { background-color: #B5FFDB; }

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

This div background color is #B5FFDB.


Border color

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

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

This div border color is #B5FFDB.


Opacity

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

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

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

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

This text has shadow with #B5FFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5FFDB on black background.


Color preview on white background

This text has color #B5FFDB on white background.



Black color preview on #B5FFDB background

This text has black color on #B5FFDB background.


White color preview on #B5FFDB background

This text has white color on #B5FFDB background.