COLOR #B5F0C1

HEX: #B5F0C1
RGB: (181,240,193)

Color info

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

RGB color model

#B5F0C1 color RGB value is (181,240,193).

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

RGB channels and saturation

R 181 of 255 = 71%
G 240 of 255 = 94%
B 193 of 255 = 76%

181
240
193

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

Portions of RGB colors in percentages

R + G + B =
181 + 240 + 193 = 614 (100%)
R 181 of 614 ~ 29.48%
G 240 of 614 ~ 39.09%
B 193 of 614 ~ 31.43%

%29.48
%39.09
%31.43

CMYK color model

#B5F0C1 color CMYK value is (25,0,20,6).

  • cyan value is 24.58%
  • magenta value is 0.00%
  • yellow value is 19.58%
  • key color value is 5.88%
CMYK:
(25,0,20,6)
C25M0Y20K6 
(25%,0%,20%,6%)
(0.25/0.00/0.20/0.06)	

CMYK percentages

%24.58
%0
%19.58
%5.88

Codes

Color #B5F0C1 in popluar color models

B5F0C1
RGB181240193
HSL132°66.29%82.55%
HSB/HSV132°24.58%94.12%
CMYK24.58%0.00%19.58%
5.88%

Color #B5F0C1 in popluar number systems.

HEXB5F0C1
Decimal181240193
Binary101101011111000011000001
Octal265360301

Shades and tints

Shades of #B5F0C1

#B5F0C1
(181,240,193)
#A5DBB0
(165,219,176)
#95C69F
(149,198,159)
#85B18E
(133,177,142)
#759C7D
(117,156,125)
#65876C
(101,135,108)
#55725B
(85,114,91)
#455D4A
(69,93,74)
#354839
(53,72,57)
#253328
(37,51,40)
#151E17
(21,30,23)
#000000
(0,0,0)

Tints of #B5F0C1

#B5F0C1
(181,240,193)
#BBF1C6
(187,241,198)
#C1F2CB
(193,242,203)
#C7F3D0
(199,243,208)
#CDF4D5
(205,244,213)
#D3F5DA
(211,245,218)
#D9F6DF
(217,246,223)
#DFF7E4
(223,247,228)
#E5F8E9
(229,248,233)
#EBF9EE
(235,249,238)
#F1FAF3
(241,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5F0C1; }

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

This text font color is #B5F0C1.


Background Color

.myBgColor { background-color: #B5F0C1; }

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

This div background color is #B5F0C1.


Border color

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

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

This div border color is #B5F0C1.


Opacity

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

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

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

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

This text has shadow with #B5F0C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5F0C1 on black background.


Color preview on white background

This text has color #B5F0C1 on white background.



Black color preview on #B5F0C1 background

This text has black color on #B5F0C1 background.


White color preview on #B5F0C1 background

This text has white color on #B5F0C1 background.