COLOR #B6D681

HEX: #B6D681
RGB: (182,214,129)

Color info

#B6D681 contains mainly red and green colors. Web safe color of #B6D681 is #CCCC99 (or #CC9).

RGB color model

#B6D681 color RGB value is (182,214,129).

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

RGB channels and saturation

R 182 of 255 = 71%
G 214 of 255 = 84%
B 129 of 255 = 51%

182
214
129

R + G + B ~ 69%. #B6D681 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 214 + 129 = 525 (100%)
R 182 of 525 ~ 34.67%
G 214 of 525 ~ 40.76%
B 129 of 525 ~ 24.57%

%34.67
%40.76
%24.57

CMYK color model

#B6D681 color CMYK value is (15,0,40,16).

  • cyan value is 14.95%
  • magenta value is 0.00%
  • yellow value is 39.72%
  • key color value is 16.08%
CMYK:
(15,0,40,16)
C15M0Y40K16 
(15%,0%,40%,16%)
(0.15/0.00/0.40/0.16)	

CMYK percentages

%14.95
%0
%39.72
%16.08

Codes

Color #B6D681 in popluar color models

B6D681
RGB182214129
HSL83°50.90%67.25%
HSB/HSV83°39.72%83.92%
CMYK14.95%0.00%39.72%
16.08%

Color #B6D681 in popluar number systems.

HEXB6D681
Decimal182214129
Binary101101101101011010000001
Octal266326201

Shades and tints

Shades of #B6D681

#B6D681
(182,214,129)
#A6C376
(166,195,118)
#96B06B
(150,176,107)
#869D60
(134,157,96)
#768A55
(118,138,85)
#66774A
(102,119,74)
#56643F
(86,100,63)
#465134
(70,81,52)
#363E29
(54,62,41)
#262B1E
(38,43,30)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #B6D681

#B6D681
(182,214,129)
#BCD98C
(188,217,140)
#C2DC97
(194,220,151)
#C8DFA2
(200,223,162)
#CEE2AD
(206,226,173)
#D4E5B8
(212,229,184)
#DAE8C3
(218,232,195)
#E0EBCE
(224,235,206)
#E6EED9
(230,238,217)
#ECF1E4
(236,241,228)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6D681; }

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

This text font color is #B6D681.


Background Color

.myBgColor { background-color: #B6D681; }

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

This div background color is #B6D681.


Border color

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

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

This div border color is #B6D681.


Opacity

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

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

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

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

This text has shadow with #B6D681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D681 on black background.


Color preview on white background

This text has color #B6D681 on white background.



Black color preview on #B6D681 background

This text has black color on #B6D681 background.


White color preview on #B6D681 background

This text has white color on #B6D681 background.