COLOR #B3D292

HEX: #B3D292
RGB: (179,210,146)

Color info

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

RGB color model

#B3D292 color RGB value is (179,210,146).

  • red value is 179;
  • green value is 210;
  • blue value is 146.
RGB:
(179,210,146)
(70%,82%,57%)

RGB channels and saturation

R 179 of 255 = 70%
G 210 of 255 = 82%
B 146 of 255 = 57%

179
210
146

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

Portions of RGB colors in percentages

R + G + B =
179 + 210 + 146 = 535 (100%)
R 179 of 535 ~ 33.46%
G 210 of 535 ~ 39.25%
B 146 of 535 ~ 27.29%

%33.46
%39.25
%27.29

CMYK color model

#B3D292 color CMYK value is (15,0,30,18).

  • cyan value is 14.76%
  • magenta value is 0.00%
  • yellow value is 30.48%
  • key color value is 17.65%
CMYK:
(15,0,30,18)
C15M0Y30K18 
(15%,0%,30%,18%)
(0.15/0.00/0.30/0.18)	

CMYK percentages

%14.76
%0
%30.48
%17.65

Codes

Color #B3D292 in popluar color models

B3D292
RGB179210146
HSL89°41.56%69.80%
HSB/HSV89°30.48%82.35%
CMYK14.76%0.00%30.48%
17.65%

Color #B3D292 in popluar number systems.

HEXB3D292
Decimal179210146
Binary101100111101001010010010
Octal263322222

Shades and tints

Shades of #B3D292

#B3D292
(179,210,146)
#A3BF85
(163,191,133)
#93AC78
(147,172,120)
#83996B
(131,153,107)
#73865E
(115,134,94)
#637351
(99,115,81)
#536044
(83,96,68)
#434D37
(67,77,55)
#333A2A
(51,58,42)
#23271D
(35,39,29)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #B3D292

#B3D292
(179,210,146)
#B9D69B
(185,214,155)
#BFDAA4
(191,218,164)
#C5DEAD
(197,222,173)
#CBE2B6
(203,226,182)
#D1E6BF
(209,230,191)
#D7EAC8
(215,234,200)
#DDEED1
(221,238,209)
#E3F2DA
(227,242,218)
#E9F6E3
(233,246,227)
#EFFAEC
(239,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3D292; }

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

This text font color is #B3D292.


Background Color

.myBgColor { background-color: #B3D292; }

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

This div background color is #B3D292.


Border color

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

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

This div border color is #B3D292.


Opacity

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

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

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

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

This text has shadow with #B3D292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D292 on black background.


Color preview on white background

This text has color #B3D292 on white background.



Black color preview on #B3D292 background

This text has black color on #B3D292 background.


White color preview on #B3D292 background

This text has white color on #B3D292 background.