COLOR #B9DF6E

HEX: #B9DF6E
RGB: (185,223,110)

Color info

#B9DF6E contains mainly red and green colors. Web safe color of #B9DF6E is #CCCC66 (or #CC6).

RGB color model

#B9DF6E color RGB value is (185,223,110).

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

RGB channels and saturation

R 185 of 255 = 73%
G 223 of 255 = 87%
B 110 of 255 = 43%

185
223
110

R + G + B ~ 68%. #B9DF6E is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 223 + 110 = 518 (100%)
R 185 of 518 ~ 35.71%
G 223 of 518 ~ 43.05%
B 110 of 518 ~ 21.24%

%35.71
%43.05
%21.24

CMYK color model

#B9DF6E color CMYK value is (17,0,51,13).

  • cyan value is 17.04%
  • magenta value is 0.00%
  • yellow value is 50.67%
  • key color value is 12.55%
CMYK:
(17,0,51,13)
C17M0Y51K13 
(17%,0%,51%,13%)
(0.17/0.00/0.51/0.13)	

CMYK percentages

%17.04
%0
%50.67
%12.55

Codes

Color #B9DF6E in popluar color models

B9DF6E
RGB185223110
HSL80°63.84%65.29%
HSB/HSV80°50.67%87.45%
CMYK17.04%0.00%50.67%
12.55%

Color #B9DF6E in popluar number systems.

HEXB9DF6E
Decimal185223110
Binary10111001110111111101110
Octal271337156

Shades and tints

Shades of #B9DF6E

#B9DF6E
(185,223,110)
#A9CB64
(169,203,100)
#99B75A
(153,183,90)
#89A350
(137,163,80)
#798F46
(121,143,70)
#697B3C
(105,123,60)
#596732
(89,103,50)
#495328
(73,83,40)
#393F1E
(57,63,30)
#292B14
(41,43,20)
#19170A
(25,23,10)
#000000
(0,0,0)

Tints of #B9DF6E

#B9DF6E
(185,223,110)
#BFE17B
(191,225,123)
#C5E388
(197,227,136)
#CBE595
(203,229,149)
#D1E7A2
(209,231,162)
#D7E9AF
(215,233,175)
#DDEBBC
(221,235,188)
#E3EDC9
(227,237,201)
#E9EFD6
(233,239,214)
#EFF1E3
(239,241,227)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DF6E; }

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

This text font color is #B9DF6E.


Background Color

.myBgColor { background-color: #B9DF6E; }

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

This div background color is #B9DF6E.


Border color

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

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

This div border color is #B9DF6E.


Opacity

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

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

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

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

This text has shadow with #B9DF6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DF6E on black background.


Color preview on white background

This text has color #B9DF6E on white background.



Black color preview on #B9DF6E background

This text has black color on #B9DF6E background.


White color preview on #B9DF6E background

This text has white color on #B9DF6E background.