COLOR #B3D296

HEX: #B3D296 RGB: (179,210,150)

Color info

#B3D296 contains mainly red and green colors. Web safe color of #B3D296 is #99CC99 (or #9C9).

RGB color model

#B3D296 color RGB value is (179,210,150).

RGB: (179,210,150) (70%, 82%, 59%)

RGB channels and saturation

R 179 of 255 = 70%
G 210 of 255 = 82%
B 150 of 255 = 59%

179
210
150

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

Portions of RGB colors in percentages

R + G + B = 179 + 210 + 150 = 539 (100%)
R 179 of 539 ~ 33.21%
G 210 of 539 ~ 38.96%
B 150 of 539 ~ 27.83'%

%33.21
%38.96
%27.83

CMYK color model

#B3D296 color CMYK value is (15,0,29,18).

  • cyan value is 14.76%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 17.65%

CMYK: (15,0,29,18)
C15M0Y29K18 (15%, 0%, 29%, 18%)
(0.15 / 0.00 / 0.29 / 0.18)

CMYK percentages

%14.76
%0
%28.57
%17.65

Codes

Color #B3D296 in popluar color models

B3 D2 96
RGB 179 210 150
HSL 91° 40.00% 70.59%
HSB/HSV 91° 28.57% 82.35%
CMYK 14.76% 0.00% 28.57%
17.65%

Color #B3D296 in popluar number systems.

HEX B3 D2 96
Decimal 179 210 150
Binary 10110011 11010010 10010110
Octal 263 322 226

Shades and tints

Shades of #B3D296

#B3D296
(179,210,150)
#A3BF89
(163,191,137)
#93AC7C
(147,172,124)
#83996F
(131,153,111)
#738662
(115,134,98)
#637355
(99,115,85)
#536048
(83,96,72)
#434D3B
(67,77,59)
#333A2E
(51,58,46)
#232721
(35,39,33)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #B3D296

#B3D296
(179,210,150)
#B9D69F
(185,214,159)
#BFDAA8
(191,218,168)
#C5DEB1
(197,222,177)
#CBE2BA
(203,226,186)
#D1E6C3
(209,230,195)
#D7EACC
(215,234,204)
#DDEED5
(221,238,213)
#E3F2DE
(227,242,222)
#E9F6E7
(233,246,231)
#EFFAF0
(239,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3D296; }

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

This text font color is #B3D296.

Background Color

.myBgColor { background-color: #B3D296; }

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

This div background color is #B3D296.

Border color

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

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

This div border color is #B3D296.

Opacity

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

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

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

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

This text has shadow with #B3D296 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3D296.

Preview

Color preview on black background

This text has color #B3D296 on black background.


Color preview on white background

This text has color #B3D296 on white background.


Black color preview on #B3D296 background

This text has black color on #B3D296 background.


White color preview on #B3D296 background

This text has white color on #B3D296 background.


Related colors

Complementary color

Complementary color for #hex is #4C2D69.


I love getcolorcode.com

Triadic colors

1 #96B3D2 and #D296B3 with #B3D296 are triadic colors.

2 #96D2B3 and #D2B396 with #B3D296 are triadic colors.