COLOR #B5F2BE

HEX: #B5F2BE
RGB: (181,242,190)

Color info

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

RGB color model

#B5F2BE color RGB value is (181,242,190).

  • red value is 181;
  • green value is 242;
  • blue value is 190.
RGB:
(181,242,190)
(71%,95%,75%)

RGB channels and saturation

R 181 of 255 = 71%
G 242 of 255 = 95%
B 190 of 255 = 75%

181
242
190

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

Portions of RGB colors in percentages

R + G + B =
181 + 242 + 190 = 613 (100%)
R 181 of 613 ~ 29.53%
G 242 of 613 ~ 39.48%
B 190 of 613 ~ 31%

%29.53
%39.48
%31

CMYK color model

#B5F2BE color CMYK value is (25,0,21,5).

  • cyan value is 25.21%
  • magenta value is 0.00%
  • yellow value is 21.49%
  • key color value is 5.10%
CMYK:
(25,0,21,5)
C25M0Y21K5 
(25%,0%,21%,5%)
(0.25/0.00/0.21/0.05)	

CMYK percentages

%25.21
%0
%21.49
%5.1

Codes

Color #B5F2BE in popluar color models

B5F2BE
RGB181242190
HSL129°70.11%82.94%
HSB/HSV129°25.21%94.90%
CMYK25.21%0.00%21.49%
5.10%

Color #B5F2BE in popluar number systems.

HEXB5F2BE
Decimal181242190
Binary101101011111001010111110
Octal265362276

Shades and tints

Shades of #B5F2BE

#B5F2BE
(181,242,190)
#A5DCAD
(165,220,173)
#95C69C
(149,198,156)
#85B08B
(133,176,139)
#759A7A
(117,154,122)
#658469
(101,132,105)
#556E58
(85,110,88)
#455847
(69,88,71)
#354236
(53,66,54)
#252C25
(37,44,37)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #B5F2BE

#B5F2BE
(181,242,190)
#BBF3C3
(187,243,195)
#C1F4C8
(193,244,200)
#C7F5CD
(199,245,205)
#CDF6D2
(205,246,210)
#D3F7D7
(211,247,215)
#D9F8DC
(217,248,220)
#DFF9E1
(223,249,225)
#E5FAE6
(229,250,230)
#EBFBEB
(235,251,235)
#F1FCF0
(241,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5F2BE color. Also use rgb(181,242,190) instead hex code.

Text Font Color

.myTextColor { color: #B5F2BE; }

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

This text font color is #B5F2BE.


Background Color

.myBgColor { background-color: #B5F2BE; }

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

This div background color is #B5F2BE.


Border color

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

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

This div border color is #B5F2BE.


Opacity

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

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

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

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

This text has shadow with #B5F2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5F2BE on black background.


Color preview on white background

This text has color #B5F2BE on white background.



Black color preview on #B5F2BE background

This text has black color on #B5F2BE background.


White color preview on #B5F2BE background

This text has white color on #B5F2BE background.