COLOR #B5FFD1

HEX: #B5FFD1
RGB: (181,255,209)

Color info

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

RGB color model

#B5FFD1 color RGB value is (181,255,209).

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

RGB channels and saturation

R 181 of 255 = 71%
G 255 of 255 = 100%
B 209 of 255 = 82%

181
255
209

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

Portions of RGB colors in percentages

R + G + B =
181 + 255 + 209 = 645 (100%)
R 181 of 645 ~ 28.06%
G 255 of 645 ~ 39.53%
B 209 of 645 ~ 32.4%

%28.06
%39.53
%32.4

CMYK color model

#B5FFD1 color CMYK value is (29,0,18,0).

  • cyan value is 29.02%
  • magenta value is 0.00%
  • yellow value is 18.04%
  • key color value is 0.00%
CMYK:
(29,0,18,0)
C29M0Y18K0 
(29%,0%,18%,0%)
(0.29/0.00/0.18/0.00)	

CMYK percentages

%29.02
%0
%18.04
%0

Codes

Color #B5FFD1 in popluar color models

B5FFD1
RGB181255209
HSL143°100.00%85.49%
HSB/HSV143°29.02%100.00%
CMYK29.02%0.00%18.04%
0.00%

Color #B5FFD1 in popluar number systems.

HEXB5FFD1
Decimal181255209
Binary101101011111111111010001
Octal265377321

Shades and tints

Shades of #B5FFD1

#B5FFD1
(181,255,209)
#A5E8BE
(165,232,190)
#95D1AB
(149,209,171)
#85BA98
(133,186,152)
#75A385
(117,163,133)
#658C72
(101,140,114)
#55755F
(85,117,95)
#455E4C
(69,94,76)
#354739
(53,71,57)
#253026
(37,48,38)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #B5FFD1

#B5FFD1
(181,255,209)
#BBFFD5
(187,255,213)
#C1FFD9
(193,255,217)
#C7FFDD
(199,255,221)
#CDFFE1
(205,255,225)
#D3FFE5
(211,255,229)
#D9FFE9
(217,255,233)
#DFFFED
(223,255,237)
#E5FFF1
(229,255,241)
#EBFFF5
(235,255,245)
#F1FFF9
(241,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5FFD1; }

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

This text font color is #B5FFD1.


Background Color

.myBgColor { background-color: #B5FFD1; }

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

This div background color is #B5FFD1.


Border color

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

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

This div border color is #B5FFD1.


Opacity

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

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

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

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

This text has shadow with #B5FFD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5FFD1 on black background.


Color preview on white background

This text has color #B5FFD1 on white background.



Black color preview on #B5FFD1 background

This text has black color on #B5FFD1 background.


White color preview on #B5FFD1 background

This text has white color on #B5FFD1 background.