COLOR #B5F7D6

HEX: #B5F7D6
RGB: (181,247,214)

Color info

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

RGB color model

#B5F7D6 color RGB value is (181,247,214).

  • red value is 181;
  • green value is 247;
  • blue value is 214.
RGB:
(181,247,214)
(71%,97%,84%)

RGB channels and saturation

R 181 of 255 = 71%
G 247 of 255 = 97%
B 214 of 255 = 84%

181
247
214

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

Portions of RGB colors in percentages

R + G + B =
181 + 247 + 214 = 642 (100%)
R 181 of 642 ~ 28.19%
G 247 of 642 ~ 38.47%
B 214 of 642 ~ 33.33%

%28.19
%38.47
%33.33

CMYK color model

#B5F7D6 color CMYK value is (27,0,13,3).

  • cyan value is 26.72%
  • magenta value is 0.00%
  • yellow value is 13.36%
  • key color value is 3.14%
CMYK:
(27,0,13,3)
C27M0Y13K3 
(27%,0%,13%,3%)
(0.27/0.00/0.13/0.03)	

CMYK percentages

%26.72
%0
%13.36
%3.14

Codes

Color #B5F7D6 in popluar color models

B5F7D6
RGB181247214
HSL150°80.49%83.92%
HSB/HSV150°26.72%96.86%
CMYK26.72%0.00%13.36%
3.14%

Color #B5F7D6 in popluar number systems.

HEXB5F7D6
Decimal181247214
Binary101101011111011111010110
Octal265367326

Shades and tints

Shades of #B5F7D6

#B5F7D6
(181,247,214)
#A5E1C3
(165,225,195)
#95CBB0
(149,203,176)
#85B59D
(133,181,157)
#759F8A
(117,159,138)
#658977
(101,137,119)
#557364
(85,115,100)
#455D51
(69,93,81)
#35473E
(53,71,62)
#25312B
(37,49,43)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #B5F7D6

#B5F7D6
(181,247,214)
#BBF7D9
(187,247,217)
#C1F7DC
(193,247,220)
#C7F7DF
(199,247,223)
#CDF7E2
(205,247,226)
#D3F7E5
(211,247,229)
#D9F7E8
(217,247,232)
#DFF7EB
(223,247,235)
#E5F7EE
(229,247,238)
#EBF7F1
(235,247,241)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5F7D6 color. Also use rgb(181,247,214) instead hex code.

Text Font Color

.myTextColor { color: #B5F7D6; }

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

This text font color is #B5F7D6.


Background Color

.myBgColor { background-color: #B5F7D6; }

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

This div background color is #B5F7D6.


Border color

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

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

This div border color is #B5F7D6.


Opacity

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

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

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

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

This text has shadow with #B5F7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5F7D6 on black background.


Color preview on white background

This text has color #B5F7D6 on white background.



Black color preview on #B5F7D6 background

This text has black color on #B5F7D6 background.


White color preview on #B5F7D6 background

This text has white color on #B5F7D6 background.