COLOR #B1E766

HEX: #B1E766
RGB: (177,231,102)

Color info

#B1E766 contains mainly red and green colors. Web safe color of #B1E766 is #99FF66 (or #9F6).

RGB color model

#B1E766 color RGB value is (177,231,102).

  • red value is 177;
  • green value is 231;
  • blue value is 102.
RGB:
(177,231,102)
(69%,91%,40%)

RGB channels and saturation

R 177 of 255 = 69%
G 231 of 255 = 91%
B 102 of 255 = 40%

177
231
102

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

Portions of RGB colors in percentages

R + G + B =
177 + 231 + 102 = 510 (100%)
R 177 of 510 ~ 34.71%
G 231 of 510 ~ 45.29%
B 102 of 510 ~ 20%

%34.71
%45.29
%20

CMYK color model

#B1E766 color CMYK value is (23,0,56,9).

  • cyan value is 23.38%
  • magenta value is 0.00%
  • yellow value is 55.84%
  • key color value is 9.41%
CMYK:
(23,0,56,9)
C23M0Y56K9 
(23%,0%,56%,9%)
(0.23/0.00/0.56/0.09)	

CMYK percentages

%23.38
%0
%55.84
%9.41

Codes

Color #B1E766 in popluar color models

B1E766
RGB177231102
HSL85°72.88%65.29%
HSB/HSV85°55.84%90.59%
CMYK23.38%0.00%55.84%
9.41%

Color #B1E766 in popluar number systems.

HEXB1E766
Decimal177231102
Binary10110001111001111100110
Octal261347146

Shades and tints

Shades of #B1E766

#B1E766
(177,231,102)
#A1D25D
(161,210,93)
#91BD54
(145,189,84)
#81A84B
(129,168,75)
#719342
(113,147,66)
#617E39
(97,126,57)
#516930
(81,105,48)
#415427
(65,84,39)
#313F1E
(49,63,30)
#212A15
(33,42,21)
#11150C
(17,21,12)
#000000
(0,0,0)

Tints of #B1E766

#B1E766
(177,231,102)
#B8E973
(184,233,115)
#BFEB80
(191,235,128)
#C6ED8D
(198,237,141)
#CDEF9A
(205,239,154)
#D4F1A7
(212,241,167)
#DBF3B4
(219,243,180)
#E2F5C1
(226,245,193)
#E9F7CE
(233,247,206)
#F0F9DB
(240,249,219)
#F7FBE8
(247,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1E766 color. Also use rgb(177,231,102) instead hex code.

Text Font Color

.myTextColor { color: #B1E766; }

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

This text font color is #B1E766.


Background Color

.myBgColor { background-color: #B1E766; }

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

This div background color is #B1E766.


Border color

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

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

This div border color is #B1E766.


Opacity

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

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

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

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

This text has shadow with #B1E766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1E766 on black background.


Color preview on white background

This text has color #B1E766 on white background.



Black color preview on #B1E766 background

This text has black color on #B1E766 background.


White color preview on #B1E766 background

This text has white color on #B1E766 background.