COLOR #B8CC83

HEX: #B8CC83
RGB: (184,204,131)

Color info

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

RGB color model

#B8CC83 color RGB value is (184,204,131).

  • red value is 184;
  • green value is 204;
  • blue value is 131.
RGB:
(184,204,131)
(72%,80%,51%)

RGB channels and saturation

R 184 of 255 = 72%
G 204 of 255 = 80%
B 131 of 255 = 51%

184
204
131

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

Portions of RGB colors in percentages

R + G + B =
184 + 204 + 131 = 519 (100%)
R 184 of 519 ~ 35.45%
G 204 of 519 ~ 39.31%
B 131 of 519 ~ 25.24%

%35.45
%39.31
%25.24

CMYK color model

#B8CC83 color CMYK value is (10,0,36,20).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 35.78%
  • key color value is 20.00%
CMYK:
(10,0,36,20)
C10M0Y36K20 
(10%,0%,36%,20%)
(0.10/0.00/0.36/0.20)	

CMYK percentages

%9.8
%0
%35.78
%20

Codes

Color #B8CC83 in popluar color models

B8CC83
RGB184204131
HSL76°41.71%65.69%
HSB/HSV76°35.78%80.00%
CMYK9.80%0.00%35.78%
20.00%

Color #B8CC83 in popluar number systems.

HEXB8CC83
Decimal184204131
Binary101110001100110010000011
Octal270314203

Shades and tints

Shades of #B8CC83

#B8CC83
(184,204,131)
#A8BA78
(168,186,120)
#98A86D
(152,168,109)
#889662
(136,150,98)
#788457
(120,132,87)
#68724C
(104,114,76)
#586041
(88,96,65)
#484E36
(72,78,54)
#383C2B
(56,60,43)
#282A20
(40,42,32)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #B8CC83

#B8CC83
(184,204,131)
#BED08E
(190,208,142)
#C4D499
(196,212,153)
#CAD8A4
(202,216,164)
#D0DCAF
(208,220,175)
#D6E0BA
(214,224,186)
#DCE4C5
(220,228,197)
#E2E8D0
(226,232,208)
#E8ECDB
(232,236,219)
#EEF0E6
(238,240,230)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8CC83 color. Also use rgb(184,204,131) instead hex code.

Text Font Color

.myTextColor { color: #B8CC83; }

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

This text font color is #B8CC83.


Background Color

.myBgColor { background-color: #B8CC83; }

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

This div background color is #B8CC83.


Border color

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

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

This div border color is #B8CC83.


Opacity

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

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

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

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

This text has shadow with #B8CC83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8CC83 on black background.


Color preview on white background

This text has color #B8CC83 on white background.



Black color preview on #B8CC83 background

This text has black color on #B8CC83 background.


White color preview on #B8CC83 background

This text has white color on #B8CC83 background.