COLOR #B0DF6E

HEX: #B0DF6E
RGB: (176,223,110)

Color info

#B0DF6E contains mainly red and green colors. Web safe color of #B0DF6E is #99CC66 (or #9C6).

RGB color model

#B0DF6E color RGB value is (176,223,110).

  • red value is 176;
  • green value is 223;
  • blue value is 110.
RGB:
(176,223,110)
(69%,87%,43%)

RGB channels and saturation

R 176 of 255 = 69%
G 223 of 255 = 87%
B 110 of 255 = 43%

176
223
110

R + G + B ~ 66%. #B0DF6E is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 223 + 110 = 509 (100%)
R 176 of 509 ~ 34.58%
G 223 of 509 ~ 43.81%
B 110 of 509 ~ 21.61%

%34.58
%43.81
%21.61

CMYK color model

#B0DF6E color CMYK value is (21,0,51,13).

  • cyan value is 21.08%
  • magenta value is 0.00%
  • yellow value is 50.67%
  • key color value is 12.55%
CMYK:
(21,0,51,13)
C21M0Y51K13 
(21%,0%,51%,13%)
(0.21/0.00/0.51/0.13)	

CMYK percentages

%21.08
%0
%50.67
%12.55

Codes

Color #B0DF6E in popluar color models

B0DF6E
RGB176223110
HSL85°63.84%65.29%
HSB/HSV85°50.67%87.45%
CMYK21.08%0.00%50.67%
12.55%

Color #B0DF6E in popluar number systems.

HEXB0DF6E
Decimal176223110
Binary10110000110111111101110
Octal260337156

Shades and tints

Shades of #B0DF6E

#B0DF6E
(176,223,110)
#A0CB64
(160,203,100)
#90B75A
(144,183,90)
#80A350
(128,163,80)
#708F46
(112,143,70)
#607B3C
(96,123,60)
#506732
(80,103,50)
#405328
(64,83,40)
#303F1E
(48,63,30)
#202B14
(32,43,20)
#10170A
(16,23,10)
#000000
(0,0,0)

Tints of #B0DF6E

#B0DF6E
(176,223,110)
#B7E17B
(183,225,123)
#BEE388
(190,227,136)
#C5E595
(197,229,149)
#CCE7A2
(204,231,162)
#D3E9AF
(211,233,175)
#DAEBBC
(218,235,188)
#E1EDC9
(225,237,201)
#E8EFD6
(232,239,214)
#EFF1E3
(239,241,227)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0DF6E color. Also use rgb(176,223,110) instead hex code.

Text Font Color

.myTextColor { color: #B0DF6E; }

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

This text font color is #B0DF6E.


Background Color

.myBgColor { background-color: #B0DF6E; }

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

This div background color is #B0DF6E.


Border color

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

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

This div border color is #B0DF6E.


Opacity

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

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

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

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

This text has shadow with #B0DF6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0DF6E on black background.


Color preview on white background

This text has color #B0DF6E on white background.



Black color preview on #B0DF6E background

This text has black color on #B0DF6E background.


White color preview on #B0DF6E background

This text has white color on #B0DF6E background.