COLOR #B3CE99

HEX: #B3CE99
RGB: (179,206,153)

Color info

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

RGB color model

#B3CE99 color RGB value is (179,206,153).

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

RGB channels and saturation

R 179 of 255 = 70%
G 206 of 255 = 81%
B 153 of 255 = 60%

179
206
153

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

Portions of RGB colors in percentages

R + G + B =
179 + 206 + 153 = 538 (100%)
R 179 of 538 ~ 33.27%
G 206 of 538 ~ 38.29%
B 153 of 538 ~ 28.44%

%33.27
%38.29
%28.44

CMYK color model

#B3CE99 color CMYK value is (13,0,26,19).

  • cyan value is 13.11%
  • magenta value is 0.00%
  • yellow value is 25.73%
  • key color value is 19.22%
CMYK:
(13,0,26,19)
C13M0Y26K19 
(13%,0%,26%,19%)
(0.13/0.00/0.26/0.19)	

CMYK percentages

%13.11
%0
%25.73
%19.22

Codes

Color #B3CE99 in popluar color models

B3CE99
RGB179206153
HSL91°35.10%70.39%
HSB/HSV91°25.73%80.78%
CMYK13.11%0.00%25.73%
19.22%

Color #B3CE99 in popluar number systems.

HEXB3CE99
Decimal179206153
Binary101100111100111010011001
Octal263316231

Shades and tints

Shades of #B3CE99

#B3CE99
(179,206,153)
#A3BC8C
(163,188,140)
#93AA7F
(147,170,127)
#839872
(131,152,114)
#738665
(115,134,101)
#637458
(99,116,88)
#53624B
(83,98,75)
#43503E
(67,80,62)
#333E31
(51,62,49)
#232C24
(35,44,36)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #B3CE99

#B3CE99
(179,206,153)
#B9D2A2
(185,210,162)
#BFD6AB
(191,214,171)
#C5DAB4
(197,218,180)
#CBDEBD
(203,222,189)
#D1E2C6
(209,226,198)
#D7E6CF
(215,230,207)
#DDEAD8
(221,234,216)
#E3EEE1
(227,238,225)
#E9F2EA
(233,242,234)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3CE99; }

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

This text font color is #B3CE99.


Background Color

.myBgColor { background-color: #B3CE99; }

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

This div background color is #B3CE99.


Border color

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

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

This div border color is #B3CE99.


Opacity

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

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

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

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

This text has shadow with #B3CE99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3CE99 on black background.


Color preview on white background

This text has color #B3CE99 on white background.



Black color preview on #B3CE99 background

This text has black color on #B3CE99 background.


White color preview on #B3CE99 background

This text has white color on #B3CE99 background.