COLOR #B0E985

HEX: #B0E985
RGB: (176,233,133)

Color info

#B0E985 contains mainly red and green colors. Web safe color of #B0E985 is #99FF99 (or #9F9).

RGB color model

#B0E985 color RGB value is (176,233,133).

  • red value is 176;
  • green value is 233;
  • blue value is 133.
RGB:
(176,233,133)
(69%,91%,52%)

RGB channels and saturation

R 176 of 255 = 69%
G 233 of 255 = 91%
B 133 of 255 = 52%

176
233
133

R + G + B ~ 71%. #B0E985 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 233 + 133 = 542 (100%)
R 176 of 542 ~ 32.47%
G 233 of 542 ~ 42.99%
B 133 of 542 ~ 24.54%

%32.47
%42.99
%24.54

CMYK color model

#B0E985 color CMYK value is (24,0,43,9).

  • cyan value is 24.46%
  • magenta value is 0.00%
  • yellow value is 42.92%
  • key color value is 8.63%
CMYK:
(24,0,43,9)
C24M0Y43K9 
(24%,0%,43%,9%)
(0.24/0.00/0.43/0.09)	

CMYK percentages

%24.46
%0
%42.92
%8.63

Codes

Color #B0E985 in popluar color models

B0E985
RGB176233133
HSL94°69.44%71.76%
HSB/HSV94°42.92%91.37%
CMYK24.46%0.00%42.92%
8.63%

Color #B0E985 in popluar number systems.

HEXB0E985
Decimal176233133
Binary101100001110100110000101
Octal260351205

Shades and tints

Shades of #B0E985

#B0E985
(176,233,133)
#A0D479
(160,212,121)
#90BF6D
(144,191,109)
#80AA61
(128,170,97)
#709555
(112,149,85)
#608049
(96,128,73)
#506B3D
(80,107,61)
#405631
(64,86,49)
#304125
(48,65,37)
#202C19
(32,44,25)
#10170D
(16,23,13)
#000000
(0,0,0)

Tints of #B0E985

#B0E985
(176,233,133)
#B7EB90
(183,235,144)
#BEED9B
(190,237,155)
#C5EFA6
(197,239,166)
#CCF1B1
(204,241,177)
#D3F3BC
(211,243,188)
#DAF5C7
(218,245,199)
#E1F7D2
(225,247,210)
#E8F9DD
(232,249,221)
#EFFBE8
(239,251,232)
#F6FDF3
(246,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0E985 color. Also use rgb(176,233,133) instead hex code.

Text Font Color

.myTextColor { color: #B0E985; }

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

This text font color is #B0E985.


Background Color

.myBgColor { background-color: #B0E985; }

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

This div background color is #B0E985.


Border color

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

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

This div border color is #B0E985.


Opacity

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

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

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

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

This text has shadow with #B0E985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0E985 on black background.


Color preview on white background

This text has color #B0E985 on white background.



Black color preview on #B0E985 background

This text has black color on #B0E985 background.


White color preview on #B0E985 background

This text has white color on #B0E985 background.