COLOR #B6D67D

HEX: #B6D67D
RGB: (182,214,125)

Color info

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

RGB color model

#B6D67D color RGB value is (182,214,125).

  • red value is 182;
  • green value is 214;
  • blue value is 125.
RGB:
(182,214,125)
(71%,84%,49%)

RGB channels and saturation

R 182 of 255 = 71%
G 214 of 255 = 84%
B 125 of 255 = 49%

182
214
125

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

Portions of RGB colors in percentages

R + G + B =
182 + 214 + 125 = 521 (100%)
R 182 of 521 ~ 34.93%
G 214 of 521 ~ 41.07%
B 125 of 521 ~ 23.99%

%34.93
%41.07
%23.99

CMYK color model

#B6D67D color CMYK value is (15,0,42,16).

  • cyan value is 14.95%
  • magenta value is 0.00%
  • yellow value is 41.59%
  • key color value is 16.08%
CMYK:
(15,0,42,16)
C15M0Y42K16 
(15%,0%,42%,16%)
(0.15/0.00/0.42/0.16)	

CMYK percentages

%14.95
%0
%41.59
%16.08

Codes

Color #B6D67D in popluar color models

B6D67D
RGB182214125
HSL82°52.05%66.47%
HSB/HSV82°41.59%83.92%
CMYK14.95%0.00%41.59%
16.08%

Color #B6D67D in popluar number systems.

HEXB6D67D
Decimal182214125
Binary10110110110101101111101
Octal266326175

Shades and tints

Shades of #B6D67D

#B6D67D
(182,214,125)
#A6C372
(166,195,114)
#96B067
(150,176,103)
#869D5C
(134,157,92)
#768A51
(118,138,81)
#667746
(102,119,70)
#56643B
(86,100,59)
#465130
(70,81,48)
#363E25
(54,62,37)
#262B1A
(38,43,26)
#16180F
(22,24,15)
#000000
(0,0,0)

Tints of #B6D67D

#B6D67D
(182,214,125)
#BCD988
(188,217,136)
#C2DC93
(194,220,147)
#C8DF9E
(200,223,158)
#CEE2A9
(206,226,169)
#D4E5B4
(212,229,180)
#DAE8BF
(218,232,191)
#E0EBCA
(224,235,202)
#E6EED5
(230,238,213)
#ECF1E0
(236,241,224)
#F2F4EB
(242,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D67D color. Also use rgb(182,214,125) instead hex code.

Text Font Color

.myTextColor { color: #B6D67D; }

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

This text font color is #B6D67D.


Background Color

.myBgColor { background-color: #B6D67D; }

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

This div background color is #B6D67D.


Border color

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

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

This div border color is #B6D67D.


Opacity

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

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

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

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

This text has shadow with #B6D67D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D67D on black background.


Color preview on white background

This text has color #B6D67D on white background.



Black color preview on #B6D67D background

This text has black color on #B6D67D background.


White color preview on #B6D67D background

This text has white color on #B6D67D background.