COLOR #B5F0BC

HEX: #B5F0BC
RGB: (181,240,188)

Color info

#B5F0BC contains red, green and blue colors in about the same proportion. Web safe color of #B5F0BC is #CCFFCC (or #CFC).

RGB color model

#B5F0BC color RGB value is (181,240,188).

  • red value is 181;
  • green value is 240;
  • blue value is 188.
RGB:
(181,240,188)
(71%,94%,74%)

RGB channels and saturation

R 181 of 255 = 71%
G 240 of 255 = 94%
B 188 of 255 = 74%

181
240
188

R + G + B ~ 80%. #B5F0BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 240 + 188 = 609 (100%)
R 181 of 609 ~ 29.72%
G 240 of 609 ~ 39.41%
B 188 of 609 ~ 30.87%

%29.72
%39.41
%30.87

CMYK color model

#B5F0BC color CMYK value is (25,0,22,6).

  • cyan value is 24.58%
  • magenta value is 0.00%
  • yellow value is 21.67%
  • key color value is 5.88%
CMYK:
(25,0,22,6)
C25M0Y22K6 
(25%,0%,22%,6%)
(0.25/0.00/0.22/0.06)	

CMYK percentages

%24.58
%0
%21.67
%5.88

Codes

Color #B5F0BC in popluar color models

B5F0BC
RGB181240188
HSL127°66.29%82.55%
HSB/HSV127°24.58%94.12%
CMYK24.58%0.00%21.67%
5.88%

Color #B5F0BC in popluar number systems.

HEXB5F0BC
Decimal181240188
Binary101101011111000010111100
Octal265360274

Shades and tints

Shades of #B5F0BC

#B5F0BC
(181,240,188)
#A5DBAB
(165,219,171)
#95C69A
(149,198,154)
#85B189
(133,177,137)
#759C78
(117,156,120)
#658767
(101,135,103)
#557256
(85,114,86)
#455D45
(69,93,69)
#354834
(53,72,52)
#253323
(37,51,35)
#151E12
(21,30,18)
#000000
(0,0,0)

Tints of #B5F0BC

#B5F0BC
(181,240,188)
#BBF1C2
(187,241,194)
#C1F2C8
(193,242,200)
#C7F3CE
(199,243,206)
#CDF4D4
(205,244,212)
#D3F5DA
(211,245,218)
#D9F6E0
(217,246,224)
#DFF7E6
(223,247,230)
#E5F8EC
(229,248,236)
#EBF9F2
(235,249,242)
#F1FAF8
(241,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5F0BC color. Also use rgb(181,240,188) instead hex code.

Text Font Color

.myTextColor { color: #B5F0BC; }

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

This text font color is #B5F0BC.


Background Color

.myBgColor { background-color: #B5F0BC; }

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

This div background color is #B5F0BC.


Border color

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

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

This div border color is #B5F0BC.


Opacity

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

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

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

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

This text has shadow with #B5F0BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5F0BC on black background.


Color preview on white background

This text has color #B5F0BC on white background.



Black color preview on #B5F0BC background

This text has black color on #B5F0BC background.


White color preview on #B5F0BC background

This text has white color on #B5F0BC background.