COLOR #B2C697

HEX: #B2C697
RGB: (178,198,151)

Color info

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

RGB color model

#B2C697 color RGB value is (178,198,151).

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

RGB channels and saturation

R 178 of 255 = 70%
G 198 of 255 = 78%
B 151 of 255 = 59%

178
198
151

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

Portions of RGB colors in percentages

R + G + B =
178 + 198 + 151 = 527 (100%)
R 178 of 527 ~ 33.78%
G 198 of 527 ~ 37.57%
B 151 of 527 ~ 28.65%

%33.78
%37.57
%28.65

CMYK color model

#B2C697 color CMYK value is (10,0,24,22).

  • cyan value is 10.10%
  • magenta value is 0.00%
  • yellow value is 23.74%
  • key color value is 22.35%
CMYK:
(10,0,24,22)
C10M0Y24K22 
(10%,0%,24%,22%)
(0.10/0.00/0.24/0.22)	

CMYK percentages

%10.1
%0
%23.74
%22.35

Codes

Color #B2C697 in popluar color models

B2C697
RGB178198151
HSL86°29.19%68.43%
HSB/HSV86°23.74%77.65%
CMYK10.10%0.00%23.74%
22.35%

Color #B2C697 in popluar number systems.

HEXB2C697
Decimal178198151
Binary101100101100011010010111
Octal262306227

Shades and tints

Shades of #B2C697

#B2C697
(178,198,151)
#A2B48A
(162,180,138)
#92A27D
(146,162,125)
#829070
(130,144,112)
#727E63
(114,126,99)
#626C56
(98,108,86)
#525A49
(82,90,73)
#42483C
(66,72,60)
#32362F
(50,54,47)
#222422
(34,36,34)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #B2C697

#B2C697
(178,198,151)
#B9CBA0
(185,203,160)
#C0D0A9
(192,208,169)
#C7D5B2
(199,213,178)
#CEDABB
(206,218,187)
#D5DFC4
(213,223,196)
#DCE4CD
(220,228,205)
#E3E9D6
(227,233,214)
#EAEEDF
(234,238,223)
#F1F3E8
(241,243,232)
#F8F8F1
(248,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2C697; }

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

This text font color is #B2C697.


Background Color

.myBgColor { background-color: #B2C697; }

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

This div background color is #B2C697.


Border color

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

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

This div border color is #B2C697.


Opacity

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

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

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

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

This text has shadow with #B2C697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C697 on black background.


Color preview on white background

This text has color #B2C697 on white background.



Black color preview on #B2C697 background

This text has black color on #B2C697 background.


White color preview on #B2C697 background

This text has white color on #B2C697 background.