COLOR #B9ED7C

HEX: #B9ED7C
RGB: (185,237,124)

Color info

#B9ED7C contains mainly red and green colors. Web safe color of #B9ED7C is #CCFF66 (or #CF6).

RGB color model

#B9ED7C color RGB value is (185,237,124).

  • red value is 185;
  • green value is 237;
  • blue value is 124.
RGB:
(185,237,124)
(73%,93%,49%)

RGB channels and saturation

R 185 of 255 = 73%
G 237 of 255 = 93%
B 124 of 255 = 49%

185
237
124

R + G + B ~ 72%. #B9ED7C is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 237 + 124 = 546 (100%)
R 185 of 546 ~ 33.88%
G 237 of 546 ~ 43.41%
B 124 of 546 ~ 22.71%

%33.88
%43.41
%22.71

CMYK color model

#B9ED7C color CMYK value is (22,0,48,7).

  • cyan value is 21.94%
  • magenta value is 0.00%
  • yellow value is 47.68%
  • key color value is 7.06%
CMYK:
(22,0,48,7)
C22M0Y48K7 
(22%,0%,48%,7%)
(0.22/0.00/0.48/0.07)	

CMYK percentages

%21.94
%0
%47.68
%7.06

Codes

Color #B9ED7C in popluar color models

B9ED7C
RGB185237124
HSL88°75.84%70.78%
HSB/HSV88°47.68%92.94%
CMYK21.94%0.00%47.68%
7.06%

Color #B9ED7C in popluar number systems.

HEXB9ED7C
Decimal185237124
Binary10111001111011011111100
Octal271355174

Shades and tints

Shades of #B9ED7C

#B9ED7C
(185,237,124)
#A9D871
(169,216,113)
#99C366
(153,195,102)
#89AE5B
(137,174,91)
#799950
(121,153,80)
#698445
(105,132,69)
#596F3A
(89,111,58)
#495A2F
(73,90,47)
#394524
(57,69,36)
#293019
(41,48,25)
#191B0E
(25,27,14)
#000000
(0,0,0)

Tints of #B9ED7C

#B9ED7C
(185,237,124)
#BFEE87
(191,238,135)
#C5EF92
(197,239,146)
#CBF09D
(203,240,157)
#D1F1A8
(209,241,168)
#D7F2B3
(215,242,179)
#DDF3BE
(221,243,190)
#E3F4C9
(227,244,201)
#E9F5D4
(233,245,212)
#EFF6DF
(239,246,223)
#F5F7EA
(245,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9ED7C color. Also use rgb(185,237,124) instead hex code.

Text Font Color

.myTextColor { color: #B9ED7C; }

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

This text font color is #B9ED7C.


Background Color

.myBgColor { background-color: #B9ED7C; }

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

This div background color is #B9ED7C.


Border color

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

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

This div border color is #B9ED7C.


Opacity

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

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

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

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

This text has shadow with #B9ED7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9ED7C on black background.


Color preview on white background

This text has color #B9ED7C on white background.



Black color preview on #B9ED7C background

This text has black color on #B9ED7C background.


White color preview on #B9ED7C background

This text has white color on #B9ED7C background.