COLOR #B0C694

HEX: #B0C694
RGB: (176,198,148)

Color info

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

RGB color model

#B0C694 color RGB value is (176,198,148).

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

RGB channels and saturation

R 176 of 255 = 69%
G 198 of 255 = 78%
B 148 of 255 = 58%

176
198
148

R + G + B ~ 68%. #B0C694 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 198 + 148 = 522 (100%)
R 176 of 522 ~ 33.72%
G 198 of 522 ~ 37.93%
B 148 of 522 ~ 28.35%

%33.72
%37.93
%28.35

CMYK color model

#B0C694 color CMYK value is (11,0,25,22).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 25.25%
  • key color value is 22.35%
CMYK:
(11,0,25,22)
C11M0Y25K22 
(11%,0%,25%,22%)
(0.11/0.00/0.25/0.22)	

CMYK percentages

%11.11
%0
%25.25
%22.35

Codes

Color #B0C694 in popluar color models

B0C694
RGB176198148
HSL86°30.49%67.84%
HSB/HSV86°25.25%77.65%
CMYK11.11%0.00%25.25%
22.35%

Color #B0C694 in popluar number systems.

HEXB0C694
Decimal176198148
Binary101100001100011010010100
Octal260306224

Shades and tints

Shades of #B0C694

#B0C694
(176,198,148)
#A0B487
(160,180,135)
#90A27A
(144,162,122)
#80906D
(128,144,109)
#707E60
(112,126,96)
#606C53
(96,108,83)
#505A46
(80,90,70)
#404839
(64,72,57)
#30362C
(48,54,44)
#20241F
(32,36,31)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #B0C694

#B0C694
(176,198,148)
#B7CB9D
(183,203,157)
#BED0A6
(190,208,166)
#C5D5AF
(197,213,175)
#CCDAB8
(204,218,184)
#D3DFC1
(211,223,193)
#DAE4CA
(218,228,202)
#E1E9D3
(225,233,211)
#E8EEDC
(232,238,220)
#EFF3E5
(239,243,229)
#F6F8EE
(246,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C694; }

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

This text font color is #B0C694.


Background Color

.myBgColor { background-color: #B0C694; }

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

This div background color is #B0C694.


Border color

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

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

This div border color is #B0C694.


Opacity

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

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

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

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

This text has shadow with #B0C694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C694 on black background.


Color preview on white background

This text has color #B0C694 on white background.



Black color preview on #B0C694 background

This text has black color on #B0C694 background.


White color preview on #B0C694 background

This text has white color on #B0C694 background.