COLOR #B3E06B

HEX: #B3E06B
RGB: (179,224,107)

Color info

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

RGB color model

#B3E06B color RGB value is (179,224,107).

  • red value is 179;
  • green value is 224;
  • blue value is 107.
RGB:
(179,224,107)
(70%,88%,42%)

RGB channels and saturation

R 179 of 255 = 70%
G 224 of 255 = 88%
B 107 of 255 = 42%

179
224
107

R + G + B ~ 67%. #B3E06B is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 224 + 107 = 510 (100%)
R 179 of 510 ~ 35.1%
G 224 of 510 ~ 43.92%
B 107 of 510 ~ 20.98%

%35.1
%43.92
%20.98

CMYK color model

#B3E06B color CMYK value is (20,0,52,12).

  • cyan value is 20.09%
  • magenta value is 0.00%
  • yellow value is 52.23%
  • key color value is 12.16%
CMYK:
(20,0,52,12)
C20M0Y52K12 
(20%,0%,52%,12%)
(0.20/0.00/0.52/0.12)	

CMYK percentages

%20.09
%0
%52.23
%12.16

Codes

Color #B3E06B in popluar color models

B3E06B
RGB179224107
HSL83°65.36%64.90%
HSB/HSV83°52.23%87.84%
CMYK20.09%0.00%52.23%
12.16%

Color #B3E06B in popluar number systems.

HEXB3E06B
Decimal179224107
Binary10110011111000001101011
Octal263340153

Shades and tints

Shades of #B3E06B

#B3E06B
(179,224,107)
#A3CC62
(163,204,98)
#93B859
(147,184,89)
#83A450
(131,164,80)
#739047
(115,144,71)
#637C3E
(99,124,62)
#536835
(83,104,53)
#43542C
(67,84,44)
#334023
(51,64,35)
#232C1A
(35,44,26)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #B3E06B

#B3E06B
(179,224,107)
#B9E278
(185,226,120)
#BFE485
(191,228,133)
#C5E692
(197,230,146)
#CBE89F
(203,232,159)
#D1EAAC
(209,234,172)
#D7ECB9
(215,236,185)
#DDEEC6
(221,238,198)
#E3F0D3
(227,240,211)
#E9F2E0
(233,242,224)
#EFF4ED
(239,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3E06B color. Also use rgb(179,224,107) instead hex code.

Text Font Color

.myTextColor { color: #B3E06B; }

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

This text font color is #B3E06B.


Background Color

.myBgColor { background-color: #B3E06B; }

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

This div background color is #B3E06B.


Border color

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

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

This div border color is #B3E06B.


Opacity

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

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

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

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

This text has shadow with #B3E06B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3E06B on black background.


Color preview on white background

This text has color #B3E06B on white background.



Black color preview on #B3E06B background

This text has black color on #B3E06B background.


White color preview on #B3E06B background

This text has white color on #B3E06B background.