COLOR #B3CE96

HEX: #B3CE96
RGB: (179,206,150)

Color info

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

RGB color model

#B3CE96 color RGB value is (179,206,150).

  • red value is 179;
  • green value is 206;
  • blue value is 150.
RGB:
(179,206,150)
(70%,81%,59%)

RGB channels and saturation

R 179 of 255 = 70%
G 206 of 255 = 81%
B 150 of 255 = 59%

179
206
150

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

Portions of RGB colors in percentages

R + G + B =
179 + 206 + 150 = 535 (100%)
R 179 of 535 ~ 33.46%
G 206 of 535 ~ 38.5%
B 150 of 535 ~ 28.04%

%33.46
%38.5
%28.04

CMYK color model

#B3CE96 color CMYK value is (13,0,27,19).

  • cyan value is 13.11%
  • magenta value is 0.00%
  • yellow value is 27.18%
  • key color value is 19.22%
CMYK:
(13,0,27,19)
C13M0Y27K19 
(13%,0%,27%,19%)
(0.13/0.00/0.27/0.19)	

CMYK percentages

%13.11
%0
%27.18
%19.22

Codes

Color #B3CE96 in popluar color models

B3CE96
RGB179206150
HSL89°36.36%69.80%
HSB/HSV89°27.18%80.78%
CMYK13.11%0.00%27.18%
19.22%

Color #B3CE96 in popluar number systems.

HEXB3CE96
Decimal179206150
Binary101100111100111010010110
Octal263316226

Shades and tints

Shades of #B3CE96

#B3CE96
(179,206,150)
#A3BC89
(163,188,137)
#93AA7C
(147,170,124)
#83986F
(131,152,111)
#738662
(115,134,98)
#637455
(99,116,85)
#536248
(83,98,72)
#43503B
(67,80,59)
#333E2E
(51,62,46)
#232C21
(35,44,33)
#131A14
(19,26,20)
#000000
(0,0,0)

Tints of #B3CE96

#B3CE96
(179,206,150)
#B9D29F
(185,210,159)
#BFD6A8
(191,214,168)
#C5DAB1
(197,218,177)
#CBDEBA
(203,222,186)
#D1E2C3
(209,226,195)
#D7E6CC
(215,230,204)
#DDEAD5
(221,234,213)
#E3EEDE
(227,238,222)
#E9F2E7
(233,242,231)
#EFF6F0
(239,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3CE96 color. Also use rgb(179,206,150) instead hex code.

Text Font Color

.myTextColor { color: #B3CE96; }

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

This text font color is #B3CE96.


Background Color

.myBgColor { background-color: #B3CE96; }

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

This div background color is #B3CE96.


Border color

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

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

This div border color is #B3CE96.


Opacity

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

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

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

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

This text has shadow with #B3CE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3CE96 on black background.


Color preview on white background

This text has color #B3CE96 on white background.



Black color preview on #B3CE96 background

This text has black color on #B3CE96 background.


White color preview on #B3CE96 background

This text has white color on #B3CE96 background.