COLOR #B6C27E

HEX: #B6C27E
RGB: (182,194,126)

Color info

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

RGB color model

#B6C27E color RGB value is (182,194,126).

  • red value is 182;
  • green value is 194;
  • blue value is 126.
RGB:
(182,194,126)
(71%,76%,49%)

RGB channels and saturation

R 182 of 255 = 71%
G 194 of 255 = 76%
B 126 of 255 = 49%

182
194
126

R + G + B ~ 65%. #B6C27E is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 194 + 126 = 502 (100%)
R 182 of 502 ~ 36.25%
G 194 of 502 ~ 38.65%
B 126 of 502 ~ 25.1%

%36.25
%38.65
%25.1

CMYK color model

#B6C27E color CMYK value is (6,0,35,24).

  • cyan value is 6.19%
  • magenta value is 0.00%
  • yellow value is 35.05%
  • key color value is 23.92%
CMYK:
(6,0,35,24)
C6M0Y35K24 
(6%,0%,35%,24%)
(0.06/0.00/0.35/0.24)	

CMYK percentages

%6.19
%0
%35.05
%23.92

Codes

Color #B6C27E in popluar color models

B6C27E
RGB182194126
HSL71°35.79%62.75%
HSB/HSV71°35.05%76.08%
CMYK6.19%0.00%35.05%
23.92%

Color #B6C27E in popluar number systems.

HEXB6C27E
Decimal182194126
Binary10110110110000101111110
Octal266302176

Shades and tints

Shades of #B6C27E

#B6C27E
(182,194,126)
#A6B173
(166,177,115)
#96A068
(150,160,104)
#868F5D
(134,143,93)
#767E52
(118,126,82)
#666D47
(102,109,71)
#565C3C
(86,92,60)
#464B31
(70,75,49)
#363A26
(54,58,38)
#26291B
(38,41,27)
#161810
(22,24,16)
#000000
(0,0,0)

Tints of #B6C27E

#B6C27E
(182,194,126)
#BCC789
(188,199,137)
#C2CC94
(194,204,148)
#C8D19F
(200,209,159)
#CED6AA
(206,214,170)
#D4DBB5
(212,219,181)
#DAE0C0
(218,224,192)
#E0E5CB
(224,229,203)
#E6EAD6
(230,234,214)
#ECEFE1
(236,239,225)
#F2F4EC
(242,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C27E color. Also use rgb(182,194,126) instead hex code.

Text Font Color

.myTextColor { color: #B6C27E; }

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

This text font color is #B6C27E.


Background Color

.myBgColor { background-color: #B6C27E; }

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

This div background color is #B6C27E.


Border color

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

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

This div border color is #B6C27E.


Opacity

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

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

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

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

This text has shadow with #B6C27E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C27E on black background.


Color preview on white background

This text has color #B6C27E on white background.



Black color preview on #B6C27E background

This text has black color on #B6C27E background.


White color preview on #B6C27E background

This text has white color on #B6C27E background.