COLOR #B8CC9F

HEX: #B8CC9F RGB: (184,204,159)

Color info

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

RGB color model

#B8CC9F color RGB value is (184,204,159).

RGB: (184,204,159) (72%, 80%, 62%)

RGB channels and saturation

R 184 of 255 = 72%
G 204 of 255 = 80%
B 159 of 255 = 62%

184
204
159

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

Portions of RGB colors in percentages

R + G + B = 184 + 204 + 159 = 547 (100%)
R 184 of 547 ~ 33.64%
G 204 of 547 ~ 37.29%
B 159 of 547 ~ 29.07'%

%33.64
%37.29
%29.07

CMYK color model

#B8CC9F color CMYK value is (10,0,22,20).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 22.06%
  • key color value is 20.00%

CMYK: (10,0,22,20)
C10M0Y22K20 (10%, 0%, 22%, 20%)
(0.10 / 0.00 / 0.22 / 0.20)

CMYK percentages

%9.8
%0
%22.06
%20

Codes

Color #B8CC9F in popluar color models

B8 CC 9F
RGB 184 204 159
HSL 87° 30.61% 71.18%
HSB/HSV 87° 22.06% 80.00%
CMYK 9.80% 0.00% 22.06%
20.00%

Color #B8CC9F in popluar number systems.

HEX B8 CC 9F
Decimal 184 204 159
Binary 10111000 11001100 10011111
Octal 270 314 237

Shades and tints

Shades of #B8CC9F

#B8CC9F
(184,204,159)
#A8BA91
(168,186,145)
#98A883
(152,168,131)
#889675
(136,150,117)
#788467
(120,132,103)
#687259
(104,114,89)
#58604B
(88,96,75)
#484E3D
(72,78,61)
#383C2F
(56,60,47)
#282A21
(40,42,33)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #B8CC9F

#B8CC9F
(184,204,159)
#BED0A7
(190,208,167)
#C4D4AF
(196,212,175)
#CAD8B7
(202,216,183)
#D0DCBF
(208,220,191)
#D6E0C7
(214,224,199)
#DCE4CF
(220,228,207)
#E2E8D7
(226,232,215)
#E8ECDF
(232,236,223)
#EEF0E7
(238,240,231)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8CC9F; }

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

This text font color is #B8CC9F.

Background Color

.myBgColor { background-color: #B8CC9F; }

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

This div background color is #B8CC9F.

Border color

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

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

This div border color is #B8CC9F.

Opacity

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

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

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

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

This text has shadow with #B8CC9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8CC9F.

Preview

Color preview on black background

This text has color #B8CC9F on black background.


Color preview on white background

This text has color #B8CC9F on white background.


Black color preview on #B8CC9F background

This text has black color on #B8CC9F background.


White color preview on #B8CC9F background

This text has white color on #B8CC9F background.


Related colors

Complementary color

Complementary color for #hex is #473360.


I love getcolorcode.com

Triadic colors

1 #9FB8CC and #CC9FB8 with #B8CC9F are triadic colors.

2 #9FCCB8 and #CCB89F with #B8CC9F are triadic colors.