COLOR #B8C88C

HEX: #B8C88C RGB: (184,200,140)

Color info

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

RGB color model

#B8C88C color RGB value is (184,200,140).

RGB: (184,200,140) (72%, 78%, 55%)

RGB channels and saturation

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

184
200
140

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

Portions of RGB colors in percentages

R + G + B = 184 + 200 + 140 = 524 (100%)
R 184 of 524 ~ 35.11%
G 200 of 524 ~ 38.17%
B 140 of 524 ~ 26.72'%

%35.11
%38.17
%26.72

CMYK color model

#B8C88C color CMYK value is (8,0,30,22).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 21.57%

CMYK: (8,0,30,22)
C8M0Y30K22 (8%, 0%, 30%, 22%)
(0.08 / 0.00 / 0.30 / 0.22)

CMYK percentages

%8
%0
%30
%21.57

Codes

Color #B8C88C in popluar color models

B8 C8 8C
RGB 184 200 140
HSL 76° 35.29% 66.67%
HSB/HSV 76° 30.00% 78.43%
CMYK 8.00% 0.00% 30.00%
21.57%

Color #B8C88C in popluar number systems.

HEX B8 C8 8C
Decimal 184 200 140
Binary 10111000 11001000 10001100
Octal 270 310 214

Shades and tints

Shades of #B8C88C

#B8C88C
(184,200,140)
#A8B680
(168,182,128)
#98A474
(152,164,116)
#889268
(136,146,104)
#78805C
(120,128,92)
#686E50
(104,110,80)
#585C44
(88,92,68)
#484A38
(72,74,56)
#38382C
(56,56,44)
#282620
(40,38,32)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #B8C88C

#B8C88C
(184,200,140)
#BECD96
(190,205,150)
#C4D2A0
(196,210,160)
#CAD7AA
(202,215,170)
#D0DCB4
(208,220,180)
#D6E1BE
(214,225,190)
#DCE6C8
(220,230,200)
#E2EBD2
(226,235,210)
#E8F0DC
(232,240,220)
#EEF5E6
(238,245,230)
#F4FAF0
(244,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8C88C; }

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

This text font color is #B8C88C.

Background Color

.myBgColor { background-color: #B8C88C; }

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

This div background color is #B8C88C.

Border color

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

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

This div border color is #B8C88C.

Opacity

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

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

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

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

This text has shadow with #B8C88C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8C88C.

Preview

Color preview on black background

This text has color #B8C88C on black background.


Color preview on white background

This text has color #B8C88C on white background.


Black color preview on #B8C88C background

This text has black color on #B8C88C background.


White color preview on #B8C88C background

This text has white color on #B8C88C background.


Related colors

Complementary color

Complementary color for #hex is #473773.


I love getcolorcode.com

Triadic colors

1 #8CB8C8 and #C88CB8 with #B8C88C are triadic colors.

2 #8CC8B8 and #C8B88C with #B8C88C are triadic colors.