COLOR #B3DE6A

HEX: #B3DE6A
RGB: (179,222,106)

Color info

#B3DE6A contains mainly red and green colors. Web safe color of #B3DE6A is #99CC66 (or #9C6).

RGB color model

#B3DE6A color RGB value is (179,222,106).

  • red value is 179;
  • green value is 222;
  • blue value is 106.
RGB:
(179,222,106)
(70%,87%,42%)

RGB channels and saturation

R 179 of 255 = 70%
G 222 of 255 = 87%
B 106 of 255 = 42%

179
222
106

R + G + B ~ 66%. #B3DE6A is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 222 + 106 = 507 (100%)
R 179 of 507 ~ 35.31%
G 222 of 507 ~ 43.79%
B 106 of 507 ~ 20.91%

%35.31
%43.79
%20.91

CMYK color model

#B3DE6A color CMYK value is (19,0,52,13).

  • cyan value is 19.37%
  • magenta value is 0.00%
  • yellow value is 52.25%
  • key color value is 12.94%
CMYK:
(19,0,52,13)
C19M0Y52K13 
(19%,0%,52%,13%)
(0.19/0.00/0.52/0.13)	

CMYK percentages

%19.37
%0
%52.25
%12.94

Codes

Color #B3DE6A in popluar color models

B3DE6A
RGB179222106
HSL82°63.74%64.31%
HSB/HSV82°52.25%87.06%
CMYK19.37%0.00%52.25%
12.94%

Color #B3DE6A in popluar number systems.

HEXB3DE6A
Decimal179222106
Binary10110011110111101101010
Octal263336152

Shades and tints

Shades of #B3DE6A

#B3DE6A
(179,222,106)
#A3CA61
(163,202,97)
#93B658
(147,182,88)
#83A24F
(131,162,79)
#738E46
(115,142,70)
#637A3D
(99,122,61)
#536634
(83,102,52)
#43522B
(67,82,43)
#333E22
(51,62,34)
#232A19
(35,42,25)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #B3DE6A

#B3DE6A
(179,222,106)
#B9E177
(185,225,119)
#BFE484
(191,228,132)
#C5E791
(197,231,145)
#CBEA9E
(203,234,158)
#D1EDAB
(209,237,171)
#D7F0B8
(215,240,184)
#DDF3C5
(221,243,197)
#E3F6D2
(227,246,210)
#E9F9DF
(233,249,223)
#EFFCEC
(239,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3DE6A color. Also use rgb(179,222,106) instead hex code.

Text Font Color

.myTextColor { color: #B3DE6A; }

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

This text font color is #B3DE6A.


Background Color

.myBgColor { background-color: #B3DE6A; }

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

This div background color is #B3DE6A.


Border color

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

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

This div border color is #B3DE6A.


Opacity

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

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

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

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

This text has shadow with #B3DE6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3DE6A on black background.


Color preview on white background

This text has color #B3DE6A on white background.



Black color preview on #B3DE6A background

This text has black color on #B3DE6A background.


White color preview on #B3DE6A background

This text has white color on #B3DE6A background.