COLOR #B6DF73

HEX: #B6DF73
RGB: (182,223,115)

Color info

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

RGB color model

#B6DF73 color RGB value is (182,223,115).

  • red value is 182;
  • green value is 223;
  • blue value is 115.
RGB:
(182,223,115)
(71%,87%,45%)

RGB channels and saturation

R 182 of 255 = 71%
G 223 of 255 = 87%
B 115 of 255 = 45%

182
223
115

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

Portions of RGB colors in percentages

R + G + B =
182 + 223 + 115 = 520 (100%)
R 182 of 520 ~ 35%
G 223 of 520 ~ 42.88%
B 115 of 520 ~ 22.12%

%35
%42.88
%22.12

CMYK color model

#B6DF73 color CMYK value is (18,0,48,13).

  • cyan value is 18.39%
  • magenta value is 0.00%
  • yellow value is 48.43%
  • key color value is 12.55%
CMYK:
(18,0,48,13)
C18M0Y48K13 
(18%,0%,48%,13%)
(0.18/0.00/0.48/0.13)	

CMYK percentages

%18.39
%0
%48.43
%12.55

Codes

Color #B6DF73 in popluar color models

B6DF73
RGB182223115
HSL83°62.79%66.27%
HSB/HSV83°48.43%87.45%
CMYK18.39%0.00%48.43%
12.55%

Color #B6DF73 in popluar number systems.

HEXB6DF73
Decimal182223115
Binary10110110110111111110011
Octal266337163

Shades and tints

Shades of #B6DF73

#B6DF73
(182,223,115)
#A6CB69
(166,203,105)
#96B75F
(150,183,95)
#86A355
(134,163,85)
#768F4B
(118,143,75)
#667B41
(102,123,65)
#566737
(86,103,55)
#46532D
(70,83,45)
#363F23
(54,63,35)
#262B19
(38,43,25)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #B6DF73

#B6DF73
(182,223,115)
#BCE17F
(188,225,127)
#C2E38B
(194,227,139)
#C8E597
(200,229,151)
#CEE7A3
(206,231,163)
#D4E9AF
(212,233,175)
#DAEBBB
(218,235,187)
#E0EDC7
(224,237,199)
#E6EFD3
(230,239,211)
#ECF1DF
(236,241,223)
#F2F3EB
(242,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6DF73 color. Also use rgb(182,223,115) instead hex code.

Text Font Color

.myTextColor { color: #B6DF73; }

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

This text font color is #B6DF73.


Background Color

.myBgColor { background-color: #B6DF73; }

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

This div background color is #B6DF73.


Border color

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

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

This div border color is #B6DF73.


Opacity

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

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

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

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

This text has shadow with #B6DF73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DF73 on black background.


Color preview on white background

This text has color #B6DF73 on white background.



Black color preview on #B6DF73 background

This text has black color on #B6DF73 background.


White color preview on #B6DF73 background

This text has white color on #B6DF73 background.