COLOR #B1D774

HEX: #B1D774
RGB: (177,215,116)

Color info

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

RGB color model

#B1D774 color RGB value is (177,215,116).

  • red value is 177;
  • green value is 215;
  • blue value is 116.
RGB:
(177,215,116)
(69%,84%,45%)

RGB channels and saturation

R 177 of 255 = 69%
G 215 of 255 = 84%
B 116 of 255 = 45%

177
215
116

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

Portions of RGB colors in percentages

R + G + B =
177 + 215 + 116 = 508 (100%)
R 177 of 508 ~ 34.84%
G 215 of 508 ~ 42.32%
B 116 of 508 ~ 22.83%

%34.84
%42.32
%22.83

CMYK color model

#B1D774 color CMYK value is (18,0,46,16).

  • cyan value is 17.67%
  • magenta value is 0.00%
  • yellow value is 46.05%
  • key color value is 15.69%
CMYK:
(18,0,46,16)
C18M0Y46K16 
(18%,0%,46%,16%)
(0.18/0.00/0.46/0.16)	

CMYK percentages

%17.67
%0
%46.05
%15.69

Codes

Color #B1D774 in popluar color models

B1D774
RGB177215116
HSL83°55.31%64.90%
HSB/HSV83°46.05%84.31%
CMYK17.67%0.00%46.05%
15.69%

Color #B1D774 in popluar number systems.

HEXB1D774
Decimal177215116
Binary10110001110101111110100
Octal261327164

Shades and tints

Shades of #B1D774

#B1D774
(177,215,116)
#A1C46A
(161,196,106)
#91B160
(145,177,96)
#819E56
(129,158,86)
#718B4C
(113,139,76)
#617842
(97,120,66)
#516538
(81,101,56)
#41522E
(65,82,46)
#313F24
(49,63,36)
#212C1A
(33,44,26)
#111910
(17,25,16)
#000000
(0,0,0)

Tints of #B1D774

#B1D774
(177,215,116)
#B8DA80
(184,218,128)
#BFDD8C
(191,221,140)
#C6E098
(198,224,152)
#CDE3A4
(205,227,164)
#D4E6B0
(212,230,176)
#DBE9BC
(219,233,188)
#E2ECC8
(226,236,200)
#E9EFD4
(233,239,212)
#F0F2E0
(240,242,224)
#F7F5EC
(247,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1D774 color. Also use rgb(177,215,116) instead hex code.

Text Font Color

.myTextColor { color: #B1D774; }

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

This text font color is #B1D774.


Background Color

.myBgColor { background-color: #B1D774; }

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

This div background color is #B1D774.


Border color

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

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

This div border color is #B1D774.


Opacity

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

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

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

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

This text has shadow with #B1D774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D774 on black background.


Color preview on white background

This text has color #B1D774 on white background.



Black color preview on #B1D774 background

This text has black color on #B1D774 background.


White color preview on #B1D774 background

This text has white color on #B1D774 background.