COLOR #B5F0B8

HEX: #B5F0B8
RGB: (181,240,184)

Color info

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

RGB color model

#B5F0B8 color RGB value is (181,240,184).

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

RGB channels and saturation

R 181 of 255 = 71%
G 240 of 255 = 94%
B 184 of 255 = 72%

181
240
184

R + G + B ~ 79%. #B5F0B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 240 + 184 = 605 (100%)
R 181 of 605 ~ 29.92%
G 240 of 605 ~ 39.67%
B 184 of 605 ~ 30.41%

%29.92
%39.67
%30.41

CMYK color model

#B5F0B8 color CMYK value is (25,0,23,6).

  • cyan value is 24.58%
  • magenta value is 0.00%
  • yellow value is 23.33%
  • key color value is 5.88%
CMYK:
(25,0,23,6)
C25M0Y23K6 
(25%,0%,23%,6%)
(0.25/0.00/0.23/0.06)	

CMYK percentages

%24.58
%0
%23.33
%5.88

Codes

Color #B5F0B8 in popluar color models

B5F0B8
RGB181240184
HSL123°66.29%82.55%
HSB/HSV123°24.58%94.12%
CMYK24.58%0.00%23.33%
5.88%

Color #B5F0B8 in popluar number systems.

HEXB5F0B8
Decimal181240184
Binary101101011111000010111000
Octal265360270

Shades and tints

Shades of #B5F0B8

#B5F0B8
(181,240,184)
#A5DBA8
(165,219,168)
#95C698
(149,198,152)
#85B188
(133,177,136)
#759C78
(117,156,120)
#658768
(101,135,104)
#557258
(85,114,88)
#455D48
(69,93,72)
#354838
(53,72,56)
#253328
(37,51,40)
#151E18
(21,30,24)
#000000
(0,0,0)

Tints of #B5F0B8

#B5F0B8
(181,240,184)
#BBF1BE
(187,241,190)
#C1F2C4
(193,242,196)
#C7F3CA
(199,243,202)
#CDF4D0
(205,244,208)
#D3F5D6
(211,245,214)
#D9F6DC
(217,246,220)
#DFF7E2
(223,247,226)
#E5F8E8
(229,248,232)
#EBF9EE
(235,249,238)
#F1FAF4
(241,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5F0B8; }

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

This text font color is #B5F0B8.


Background Color

.myBgColor { background-color: #B5F0B8; }

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

This div background color is #B5F0B8.


Border color

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

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

This div border color is #B5F0B8.


Opacity

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

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

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

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

This text has shadow with #B5F0B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5F0B8 on black background.


Color preview on white background

This text has color #B5F0B8 on white background.



Black color preview on #B5F0B8 background

This text has black color on #B5F0B8 background.


White color preview on #B5F0B8 background

This text has white color on #B5F0B8 background.