COLOR #B3C99E

HEX: #B3C99E RGB: (179,201,158)

Color info

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

RGB color model

#B3C99E color RGB value is (179,201,158).

RGB: (179,201,158) (70%, 79%, 62%)

RGB channels and saturation

R 179 of 255 = 70%
G 201 of 255 = 79%
B 158 of 255 = 62%

179
201
158

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

Portions of RGB colors in percentages

R + G + B = 179 + 201 + 158 = 538 (100%)
R 179 of 538 ~ 33.27%
G 201 of 538 ~ 37.36%
B 158 of 538 ~ 29.37'%

%33.27
%37.36
%29.37

CMYK color model

#B3C99E color CMYK value is (11,0,21,21).

  • cyan value is 10.95%
  • magenta value is 0.00%
  • yellow value is 21.39%
  • key color value is 21.18%

CMYK: (11,0,21,21)
C11M0Y21K21 (11%, 0%, 21%, 21%)
(0.11 / 0.00 / 0.21 / 0.21)

CMYK percentages

%10.95
%0
%21.39
%21.18

Codes

Color #B3C99E in popluar color models

B3 C9 9E
RGB 179 201 158
HSL 91° 28.48% 70.39%
HSB/HSV 91° 21.39% 78.82%
CMYK 10.95% 0.00% 21.39%
21.18%

Color #B3C99E in popluar number systems.

HEX B3 C9 9E
Decimal 179 201 158
Binary 10110011 11001001 10011110
Octal 263 311 236

Shades and tints

Shades of #B3C99E

#B3C99E
(179,201,158)
#A3B790
(163,183,144)
#93A582
(147,165,130)
#839374
(131,147,116)
#738166
(115,129,102)
#636F58
(99,111,88)
#535D4A
(83,93,74)
#434B3C
(67,75,60)
#33392E
(51,57,46)
#232720
(35,39,32)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #B3C99E

#B3C99E
(179,201,158)
#B9CDA6
(185,205,166)
#BFD1AE
(191,209,174)
#C5D5B6
(197,213,182)
#CBD9BE
(203,217,190)
#D1DDC6
(209,221,198)
#D7E1CE
(215,225,206)
#DDE5D6
(221,229,214)
#E3E9DE
(227,233,222)
#E9EDE6
(233,237,230)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C99E color. Also use rgb(179,201,158) instead hex code.

Text Font Color

.myTextColor { color: #B3C99E; }

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

This text font color is #B3C99E.

Background Color

.myBgColor { background-color: #B3C99E; }

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

This div background color is #B3C99E.

Border color

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

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

This div border color is #B3C99E.

Opacity

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

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

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

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

This text has shadow with #B3C99E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3C99E.

Preview

Color preview on black background

This text has color #B3C99E on black background.


Color preview on white background

This text has color #B3C99E on white background.


Black color preview on #B3C99E background

This text has black color on #B3C99E background.


White color preview on #B3C99E background

This text has white color on #B3C99E background.


Related colors

Complementary color

Complementary color for #hex is #4C3661.


I love getcolorcode.com

Triadic colors

1 #9EB3C9 and #C99EB3 with #B3C99E are triadic colors.

2 #9EC9B3 and #C9B39E with #B3C99E are triadic colors.