COLOR #B8C68C

HEX: #B8C68C
RGB: (184,198,140)

Color info

#B8C68C contains red, green and blue colors in about the same proportion. Web safe color of #B8C68C is #CCCC99 (or #CC9).

RGB color model

#B8C68C color RGB value is (184,198,140).

  • red value is 184;
  • green value is 198;
  • blue value is 140.
RGB:
(184,198,140)
(72%,78%,55%)

RGB channels and saturation

R 184 of 255 = 72%
G 198 of 255 = 78%
B 140 of 255 = 55%

184
198
140

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

Portions of RGB colors in percentages

R + G + B =
184 + 198 + 140 = 522 (100%)
R 184 of 522 ~ 35.25%
G 198 of 522 ~ 37.93%
B 140 of 522 ~ 26.82%

%35.25
%37.93
%26.82

CMYK color model

#B8C68C color CMYK value is (7,0,29,22).

  • cyan value is 7.07%
  • magenta value is 0.00%
  • yellow value is 29.29%
  • key color value is 22.35%
CMYK:
(7,0,29,22)
C7M0Y29K22 
(7%,0%,29%,22%)
(0.07/0.00/0.29/0.22)	

CMYK percentages

%7.07
%0
%29.29
%22.35

Codes

Color #B8C68C in popluar color models

B8C68C
RGB184198140
HSL74°33.72%66.27%
HSB/HSV74°29.29%77.65%
CMYK7.07%0.00%29.29%
22.35%

Color #B8C68C in popluar number systems.

HEXB8C68C
Decimal184198140
Binary101110001100011010001100
Octal270306214

Shades and tints

Shades of #B8C68C

#B8C68C
(184,198,140)
#A8B480
(168,180,128)
#98A274
(152,162,116)
#889068
(136,144,104)
#787E5C
(120,126,92)
#686C50
(104,108,80)
#585A44
(88,90,68)
#484838
(72,72,56)
#38362C
(56,54,44)
#282420
(40,36,32)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #B8C68C

#B8C68C
(184,198,140)
#BECB96
(190,203,150)
#C4D0A0
(196,208,160)
#CAD5AA
(202,213,170)
#D0DAB4
(208,218,180)
#D6DFBE
(214,223,190)
#DCE4C8
(220,228,200)
#E2E9D2
(226,233,210)
#E8EEDC
(232,238,220)
#EEF3E6
(238,243,230)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8C68C; }

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

This text font color is #B8C68C.


Background Color

.myBgColor { background-color: #B8C68C; }

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

This div background color is #B8C68C.


Border color

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

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

This div border color is #B8C68C.


Opacity

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

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

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

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

This text has shadow with #B8C68C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8C68C on black background.


Color preview on white background

This text has color #B8C68C on white background.



Black color preview on #B8C68C background

This text has black color on #B8C68C background.


White color preview on #B8C68C background

This text has white color on #B8C68C background.