COLOR #B8CC9C

HEX: #B8CC9C
RGB: (184,204,156)

Color info

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

RGB color model

#B8CC9C color RGB value is (184,204,156).

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

RGB channels and saturation

R 184 of 255 = 72%
G 204 of 255 = 80%
B 156 of 255 = 61%

184
204
156

R + G + B ~ 71%. #B8CC9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 204 + 156 = 544 (100%)
R 184 of 544 ~ 33.82%
G 204 of 544 ~ 37.5%
B 156 of 544 ~ 28.68%

%33.82
%37.5
%28.68

CMYK color model

#B8CC9C color CMYK value is (10,0,24,20).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 20.00%
CMYK:
(10,0,24,20)
C10M0Y24K20 
(10%,0%,24%,20%)
(0.10/0.00/0.24/0.20)	

CMYK percentages

%9.8
%0
%23.53
%20

Codes

Color #B8CC9C in popluar color models

B8CC9C
RGB184204156
HSL85°32.00%70.59%
HSB/HSV85°23.53%80.00%
CMYK9.80%0.00%23.53%
20.00%

Color #B8CC9C in popluar number systems.

HEXB8CC9C
Decimal184204156
Binary101110001100110010011100
Octal270314234

Shades and tints

Shades of #B8CC9C

#B8CC9C
(184,204,156)
#A8BA8E
(168,186,142)
#98A880
(152,168,128)
#889672
(136,150,114)
#788464
(120,132,100)
#687256
(104,114,86)
#586048
(88,96,72)
#484E3A
(72,78,58)
#383C2C
(56,60,44)
#282A1E
(40,42,30)
#181810
(24,24,16)
#000000
(0,0,0)

Tints of #B8CC9C

#B8CC9C
(184,204,156)
#BED0A5
(190,208,165)
#C4D4AE
(196,212,174)
#CAD8B7
(202,216,183)
#D0DCC0
(208,220,192)
#D6E0C9
(214,224,201)
#DCE4D2
(220,228,210)
#E2E8DB
(226,232,219)
#E8ECE4
(232,236,228)
#EEF0ED
(238,240,237)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8CC9C; }

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

This text font color is #B8CC9C.


Background Color

.myBgColor { background-color: #B8CC9C; }

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

This div background color is #B8CC9C.


Border color

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

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

This div border color is #B8CC9C.


Opacity

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

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

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

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

This text has shadow with #B8CC9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8CC9C on black background.


Color preview on white background

This text has color #B8CC9C on white background.



Black color preview on #B8CC9C background

This text has black color on #B8CC9C background.


White color preview on #B8CC9C background

This text has white color on #B8CC9C background.