COLOR #B0C697

HEX: #B0C697
RGB: (176,198,151)

Color info

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

RGB color model

#B0C697 color RGB value is (176,198,151).

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

RGB channels and saturation

R 176 of 255 = 69%
G 198 of 255 = 78%
B 151 of 255 = 59%

176
198
151

R + G + B ~ 69%. #B0C697 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 198 + 151 = 525 (100%)
R 176 of 525 ~ 33.52%
G 198 of 525 ~ 37.71%
B 151 of 525 ~ 28.76%

%33.52
%37.71
%28.76

CMYK color model

#B0C697 color CMYK value is (11,0,24,22).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 23.74%
  • key color value is 22.35%
CMYK:
(11,0,24,22)
C11M0Y24K22 
(11%,0%,24%,22%)
(0.11/0.00/0.24/0.22)	

CMYK percentages

%11.11
%0
%23.74
%22.35

Codes

Color #B0C697 in popluar color models

B0C697
RGB176198151
HSL88°29.19%68.43%
HSB/HSV88°23.74%77.65%
CMYK11.11%0.00%23.74%
22.35%

Color #B0C697 in popluar number systems.

HEXB0C697
Decimal176198151
Binary101100001100011010010111
Octal260306227

Shades and tints

Shades of #B0C697

#B0C697
(176,198,151)
#A0B48A
(160,180,138)
#90A27D
(144,162,125)
#809070
(128,144,112)
#707E63
(112,126,99)
#606C56
(96,108,86)
#505A49
(80,90,73)
#40483C
(64,72,60)
#30362F
(48,54,47)
#202422
(32,36,34)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #B0C697

#B0C697
(176,198,151)
#B7CBA0
(183,203,160)
#BED0A9
(190,208,169)
#C5D5B2
(197,213,178)
#CCDABB
(204,218,187)
#D3DFC4
(211,223,196)
#DAE4CD
(218,228,205)
#E1E9D6
(225,233,214)
#E8EEDF
(232,238,223)
#EFF3E8
(239,243,232)
#F6F8F1
(246,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C697; }

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

This text font color is #B0C697.


Background Color

.myBgColor { background-color: #B0C697; }

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

This div background color is #B0C697.


Border color

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

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

This div border color is #B0C697.


Opacity

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

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

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

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

This text has shadow with #B0C697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C697 on black background.


Color preview on white background

This text has color #B0C697 on white background.



Black color preview on #B0C697 background

This text has black color on #B0C697 background.


White color preview on #B0C697 background

This text has white color on #B0C697 background.