COLOR #B0C884

HEX: #B0C884 RGB: (176,200,132)

Color info

#B0C884 contains mainly red and green colors. Web safe color of #B0C884 is #99CC99 (or #9C9).

RGB color model

#B0C884 color RGB value is (176,200,132).

RGB: (176,200,132) (69%, 78%, 52%)

RGB channels and saturation

R 176 of 255 = 69%
G 200 of 255 = 78%
B 132 of 255 = 52%

176
200
132

R + G + B ~ 66%. #B0C884 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 200 + 132 = 508 (100%)
R 176 of 508 ~ 34.65%
G 200 of 508 ~ 39.37%
B 132 of 508 ~ 25.98'%

%34.65
%39.37
%25.98

CMYK color model

#B0C884 color CMYK value is (12,0,34,22).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 34.00%
  • key color value is 21.57%

CMYK: (12,0,34,22)
C12M0Y34K22 (12%, 0%, 34%, 22%)
(0.12 / 0.00 / 0.34 / 0.22)

CMYK percentages

%12
%0
%34
%21.57

Codes

Color #B0C884 in popluar color models

B0 C8 84
RGB 176 200 132
HSL 81° 38.20% 65.10%
HSB/HSV 81° 34.00% 78.43%
CMYK 12.00% 0.00% 34.00%
21.57%

Color #B0C884 in popluar number systems.

HEX B0 C8 84
Decimal 176 200 132
Binary 10110000 11001000 10000100
Octal 260 310 204

Shades and tints

Shades of #B0C884

#B0C884
(176,200,132)
#A0B678
(160,182,120)
#90A46C
(144,164,108)
#809260
(128,146,96)
#708054
(112,128,84)
#606E48
(96,110,72)
#505C3C
(80,92,60)
#404A30
(64,74,48)
#303824
(48,56,36)
#202618
(32,38,24)
#10140C
(16,20,12)
#000000
(0,0,0)

Tints of #B0C884

#B0C884
(176,200,132)
#B7CD8F
(183,205,143)
#BED29A
(190,210,154)
#C5D7A5
(197,215,165)
#CCDCB0
(204,220,176)
#D3E1BB
(211,225,187)
#DAE6C6
(218,230,198)
#E1EBD1
(225,235,209)
#E8F0DC
(232,240,220)
#EFF5E7
(239,245,231)
#F6FAF2
(246,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C884 color. Also use rgb(176,200,132) instead hex code.

Text Font Color

.myTextColor { color: #B0C884; }

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

This text font color is #B0C884.

Background Color

.myBgColor { background-color: #B0C884; }

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

This div background color is #B0C884.

Border color

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

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

This div border color is #B0C884.

Opacity

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

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

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

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

This text has shadow with #B0C884 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0C884.

Preview

Color preview on black background

This text has color #B0C884 on black background.


Color preview on white background

This text has color #B0C884 on white background.


Black color preview on #B0C884 background

This text has black color on #B0C884 background.


White color preview on #B0C884 background

This text has white color on #B0C884 background.


Related colors

Complementary color

Complementary color for #hex is #4F377B.


I love getcolorcode.com

Triadic colors

1 #84B0C8 and #C884B0 with #B0C884 are triadic colors.

2 #84C8B0 and #C8B084 with #B0C884 are triadic colors.