COLOR #B3D966

HEX: #B3D966 RGB: (179,217,102)

Color info

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

RGB color model

#B3D966 color RGB value is (179,217,102).

RGB: (179,217,102) (70%, 85%, 40%)

RGB channels and saturation

R 179 of 255 = 70%
G 217 of 255 = 85%
B 102 of 255 = 40%

179
217
102

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

Portions of RGB colors in percentages

R + G + B = 179 + 217 + 102 = 498 (100%)
R 179 of 498 ~ 35.94%
G 217 of 498 ~ 43.57%
B 102 of 498 ~ 20.48'%

%35.94
%43.57
%20.48

CMYK color model

#B3D966 color CMYK value is (18,0,53,15).

  • cyan value is 17.51%
  • magenta value is 0.00%
  • yellow value is 53.00%
  • key color value is 14.90%
CMYK: (18,0,53,15) C18M0Y53K15 (18%,0%,53%,15%) (0.18/0.00/0.53/0.15) 

CMYK percentages

%17.51
%0
%53
%14.9

Codes

Color #B3D966 in popluar color models

B3 D9 66
RGB 179 217 102
HSL 80° 60.21% 62.55%
HSB/HSV 80° 53.00% 85.10%
CMYK 17.51% 0.00% 53.00%
14.90%

Color #B3D966 in popluar number systems.

HEX B3 D9 66
Decimal 179 217 102
Binary 10110011 11011001 1100110
Octal 263 331 146

Shades and tints

Shades of #B3D966

#B3D966
(179,217,102)
#A3C65D
(163,198,93)
#93B354
(147,179,84)
#83A04B
(131,160,75)
#738D42
(115,141,66)
#637A39
(99,122,57)
#536730
(83,103,48)
#435427
(67,84,39)
#33411E
(51,65,30)
#232E15
(35,46,21)
#131B0C
(19,27,12)
#000000
(0,0,0)

Tints of #B3D966

#B3D966
(179,217,102)
#B9DC73
(185,220,115)
#BFDF80
(191,223,128)
#C5E28D
(197,226,141)
#CBE59A
(203,229,154)
#D1E8A7
(209,232,167)
#D7EBB4
(215,235,180)
#DDEEC1
(221,238,193)
#E3F1CE
(227,241,206)
#E9F4DB
(233,244,219)
#EFF7E8
(239,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D966 color. Also use rgb(179,217,102) instead hex code.

Text Font Color

.myTextColor { color: #B3D966; }

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

This text font color is #B3D966.

Background Color

.myBgColor { background-color: #B3D966; }

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

This div background color is #B3D966.

Border color

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

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

This div border color is #B3D966.

Opacity

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

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

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

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

This text has shadow with #B3D966 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3D966.

Preview

Color preview on black background

This text has color #B3D966 on black background.


Color preview on white background

This text has color #B3D966 on white background.


Black color preview on #B3D966 background

This text has black color on #B3D966 background.


White color preview on #B3D966 background

This text has white color on #B3D966 background.


Related colors

Complementary color

Complementary color for #hex is #4C2699.


I love getcolorcode.com

Triadic colors

1 #66B3D9 and #D966B3 with #B3D966 are triadic colors.

2 #66D9B3 and #D9B366 with #B3D966 are triadic colors.