COLOR #B3D767

HEX: #B3D767
RGB: (179,215,103)

Color info

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

RGB color model

#B3D767 color RGB value is (179,215,103).

  • red value is 179;
  • green value is 215;
  • blue value is 103.
RGB:
(179,215,103)
(70%,84%,40%)

RGB channels and saturation

R 179 of 255 = 70%
G 215 of 255 = 84%
B 103 of 255 = 40%

179
215
103

R + G + B ~ 65%. #B3D767 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 215 + 103 = 497 (100%)
R 179 of 497 ~ 36.02%
G 215 of 497 ~ 43.26%
B 103 of 497 ~ 20.72%

%36.02
%43.26
%20.72

CMYK color model

#B3D767 color CMYK value is (17,0,52,16).

  • cyan value is 16.74%
  • magenta value is 0.00%
  • yellow value is 52.09%
  • key color value is 15.69%
CMYK:
(17,0,52,16)
C17M0Y52K16 
(17%,0%,52%,16%)
(0.17/0.00/0.52/0.16)	

CMYK percentages

%16.74
%0
%52.09
%15.69

Codes

Color #B3D767 in popluar color models

B3D767
RGB179215103
HSL79°58.33%62.35%
HSB/HSV79°52.09%84.31%
CMYK16.74%0.00%52.09%
15.69%

Color #B3D767 in popluar number systems.

HEXB3D767
Decimal179215103
Binary10110011110101111100111
Octal263327147

Shades and tints

Shades of #B3D767

#B3D767
(179,215,103)
#A3C45E
(163,196,94)
#93B155
(147,177,85)
#839E4C
(131,158,76)
#738B43
(115,139,67)
#63783A
(99,120,58)
#536531
(83,101,49)
#435228
(67,82,40)
#333F1F
(51,63,31)
#232C16
(35,44,22)
#13190D
(19,25,13)
#000000
(0,0,0)

Tints of #B3D767

#B3D767
(179,215,103)
#B9DA74
(185,218,116)
#BFDD81
(191,221,129)
#C5E08E
(197,224,142)
#CBE39B
(203,227,155)
#D1E6A8
(209,230,168)
#D7E9B5
(215,233,181)
#DDECC2
(221,236,194)
#E3EFCF
(227,239,207)
#E9F2DC
(233,242,220)
#EFF5E9
(239,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D767 color. Also use rgb(179,215,103) instead hex code.

Text Font Color

.myTextColor { color: #B3D767; }

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

This text font color is #B3D767.


Background Color

.myBgColor { background-color: #B3D767; }

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

This div background color is #B3D767.


Border color

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

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

This div border color is #B3D767.


Opacity

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

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

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

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

This text has shadow with #B3D767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D767 on black background.


Color preview on white background

This text has color #B3D767 on white background.



Black color preview on #B3D767 background

This text has black color on #B3D767 background.


White color preview on #B3D767 background

This text has white color on #B3D767 background.