COLOR #B8C67E

HEX: #B8C67E RGB: (184,198,126)

Color info

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

RGB color model

#B8C67E color RGB value is (184,198,126).

RGB: (184,198,126) (72%, 78%, 49%)

RGB channels and saturation

R 184 of 255 = 72%
G 198 of 255 = 78%
B 126 of 255 = 49%

184
198
126

R + G + B ~ 66%. #B8C67E is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 198 + 126 = 508 (100%)
R 184 of 508 ~ 36.22%
G 198 of 508 ~ 38.98%
B 126 of 508 ~ 24.8'%

%36.22
%38.98
%24.8

CMYK color model

#B8C67E color CMYK value is (7,0,36,22).

  • cyan value is 7.07%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 22.35%

CMYK: (7,0,36,22)
C7M0Y36K22 (7%, 0%, 36%, 22%)
(0.07 / 0.00 / 0.36 / 0.22)

CMYK percentages

%7.07
%0
%36.36
%22.35

Codes

Color #B8C67E in popluar color models

B8 C6 7E
RGB 184 198 126
HSL 72° 38.71% 63.53%
HSB/HSV 72° 36.36% 77.65%
CMYK 7.07% 0.00% 36.36%
22.35%

Color #B8C67E in popluar number systems.

HEX B8 C6 7E
Decimal 184 198 126
Binary 10111000 11000110 1111110
Octal 270 306 176

Shades and tints

Shades of #B8C67E

#B8C67E
(184,198,126)
#A8B473
(168,180,115)
#98A268
(152,162,104)
#88905D
(136,144,93)
#787E52
(120,126,82)
#686C47
(104,108,71)
#585A3C
(88,90,60)
#484831
(72,72,49)
#383626
(56,54,38)
#28241B
(40,36,27)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #B8C67E

#B8C67E
(184,198,126)
#BECB89
(190,203,137)
#C4D094
(196,208,148)
#CAD59F
(202,213,159)
#D0DAAA
(208,218,170)
#D6DFB5
(214,223,181)
#DCE4C0
(220,228,192)
#E2E9CB
(226,233,203)
#E8EED6
(232,238,214)
#EEF3E1
(238,243,225)
#F4F8EC
(244,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8C67E color. Also use rgb(184,198,126) instead hex code.

Text Font Color

.myTextColor { color: #B8C67E; }

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

This text font color is #B8C67E.

Background Color

.myBgColor { background-color: #B8C67E; }

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

This div background color is #B8C67E.

Border color

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

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

This div border color is #B8C67E.

Opacity

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

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

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

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

This text has shadow with #B8C67E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8C67E.

Preview

Color preview on black background

This text has color #B8C67E on black background.


Color preview on white background

This text has color #B8C67E on white background.


Black color preview on #B8C67E background

This text has black color on #B8C67E background.


White color preview on #B8C67E background

This text has white color on #B8C67E background.


Related colors

Complementary color

Complementary color for #hex is #473981.


I love getcolorcode.com

Triadic colors

1 #7EB8C6 and #C67EB8 with #B8C67E are triadic colors.

2 #7EC6B8 and #C6B87E with #B8C67E are triadic colors.