COLOR #B3CE9B

HEX: #B3CE9B
RGB: (179,206,155)

Color info

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

RGB color model

#B3CE9B color RGB value is (179,206,155).

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

RGB channels and saturation

R 179 of 255 = 70%
G 206 of 255 = 81%
B 155 of 255 = 61%

179
206
155

R + G + B ~ 71%. #B3CE9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 206 + 155 = 540 (100%)
R 179 of 540 ~ 33.15%
G 206 of 540 ~ 38.15%
B 155 of 540 ~ 28.7%

%33.15
%38.15
%28.7

CMYK color model

#B3CE9B color CMYK value is (13,0,25,19).

  • cyan value is 13.11%
  • magenta value is 0.00%
  • yellow value is 24.76%
  • key color value is 19.22%
CMYK:
(13,0,25,19)
C13M0Y25K19 
(13%,0%,25%,19%)
(0.13/0.00/0.25/0.19)	

CMYK percentages

%13.11
%0
%24.76
%19.22

Codes

Color #B3CE9B in popluar color models

B3CE9B
RGB179206155
HSL92°34.23%70.78%
HSB/HSV92°24.76%80.78%
CMYK13.11%0.00%24.76%
19.22%

Color #B3CE9B in popluar number systems.

HEXB3CE9B
Decimal179206155
Binary101100111100111010011011
Octal263316233

Shades and tints

Shades of #B3CE9B

#B3CE9B
(179,206,155)
#A3BC8D
(163,188,141)
#93AA7F
(147,170,127)
#839871
(131,152,113)
#738663
(115,134,99)
#637455
(99,116,85)
#536247
(83,98,71)
#435039
(67,80,57)
#333E2B
(51,62,43)
#232C1D
(35,44,29)
#131A0F
(19,26,15)
#000000
(0,0,0)

Tints of #B3CE9B

#B3CE9B
(179,206,155)
#B9D2A4
(185,210,164)
#BFD6AD
(191,214,173)
#C5DAB6
(197,218,182)
#CBDEBF
(203,222,191)
#D1E2C8
(209,226,200)
#D7E6D1
(215,230,209)
#DDEADA
(221,234,218)
#E3EEE3
(227,238,227)
#E9F2EC
(233,242,236)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3CE9B; }

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

This text font color is #B3CE9B.


Background Color

.myBgColor { background-color: #B3CE9B; }

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

This div background color is #B3CE9B.


Border color

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

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

This div border color is #B3CE9B.


Opacity

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

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

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

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

This text has shadow with #B3CE9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3CE9B on black background.


Color preview on white background

This text has color #B3CE9B on white background.



Black color preview on #B3CE9B background

This text has black color on #B3CE9B background.


White color preview on #B3CE9B background

This text has white color on #B3CE9B background.