COLOR #B0CE97

HEX: #B0CE97
RGB: (176,206,151)

Color info

#B0CE97 contains red, green and blue colors in about the same proportion. Web safe color of #B0CE97 is #99CC99 (or #9C9).

RGB color model

#B0CE97 color RGB value is (176,206,151).

  • red value is 176;
  • green value is 206;
  • blue value is 151.
RGB:
(176,206,151)
(69%,81%,59%)

RGB channels and saturation

R 176 of 255 = 69%
G 206 of 255 = 81%
B 151 of 255 = 59%

176
206
151

R + G + B ~ 70%. #B0CE97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 206 + 151 = 533 (100%)
R 176 of 533 ~ 33.02%
G 206 of 533 ~ 38.65%
B 151 of 533 ~ 28.33%

%33.02
%38.65
%28.33

CMYK color model

#B0CE97 color CMYK value is (15,0,27,19).

  • cyan value is 14.56%
  • magenta value is 0.00%
  • yellow value is 26.70%
  • key color value is 19.22%
CMYK:
(15,0,27,19)
C15M0Y27K19 
(15%,0%,27%,19%)
(0.15/0.00/0.27/0.19)	

CMYK percentages

%14.56
%0
%26.7
%19.22

Codes

Color #B0CE97 in popluar color models

B0CE97
RGB176206151
HSL93°35.95%70.00%
HSB/HSV93°26.70%80.78%
CMYK14.56%0.00%26.70%
19.22%

Color #B0CE97 in popluar number systems.

HEXB0CE97
Decimal176206151
Binary101100001100111010010111
Octal260316227

Shades and tints

Shades of #B0CE97

#B0CE97
(176,206,151)
#A0BC8A
(160,188,138)
#90AA7D
(144,170,125)
#809870
(128,152,112)
#708663
(112,134,99)
#607456
(96,116,86)
#506249
(80,98,73)
#40503C
(64,80,60)
#303E2F
(48,62,47)
#202C22
(32,44,34)
#101A15
(16,26,21)
#000000
(0,0,0)

Tints of #B0CE97

#B0CE97
(176,206,151)
#B7D2A0
(183,210,160)
#BED6A9
(190,214,169)
#C5DAB2
(197,218,178)
#CCDEBB
(204,222,187)
#D3E2C4
(211,226,196)
#DAE6CD
(218,230,205)
#E1EAD6
(225,234,214)
#E8EEDF
(232,238,223)
#EFF2E8
(239,242,232)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0CE97 color. Also use rgb(176,206,151) instead hex code.

Text Font Color

.myTextColor { color: #B0CE97; }

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

This text font color is #B0CE97.


Background Color

.myBgColor { background-color: #B0CE97; }

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

This div background color is #B0CE97.


Border color

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

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

This div border color is #B0CE97.


Opacity

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

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

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

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

This text has shadow with #B0CE97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CE97 on black background.


Color preview on white background

This text has color #B0CE97 on white background.



Black color preview on #B0CE97 background

This text has black color on #B0CE97 background.


White color preview on #B0CE97 background

This text has white color on #B0CE97 background.