COLOR #B1DD92

HEX: #B1DD92
RGB: (177,221,146)

Color info

#B1DD92 contains mainly red and green colors. Web safe color of #B1DD92 is #99CC99 (or #9C9).

RGB color model

#B1DD92 color RGB value is (177,221,146).

  • red value is 177;
  • green value is 221;
  • blue value is 146.
RGB:
(177,221,146)
(69%,87%,57%)

RGB channels and saturation

R 177 of 255 = 69%
G 221 of 255 = 87%
B 146 of 255 = 57%

177
221
146

R + G + B ~ 71%. #B1DD92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 221 + 146 = 544 (100%)
R 177 of 544 ~ 32.54%
G 221 of 544 ~ 40.63%
B 146 of 544 ~ 26.84%

%32.54
%40.63
%26.84

CMYK color model

#B1DD92 color CMYK value is (20,0,34,13).

  • cyan value is 19.91%
  • magenta value is 0.00%
  • yellow value is 33.94%
  • key color value is 13.33%
CMYK:
(20,0,34,13)
C20M0Y34K13 
(20%,0%,34%,13%)
(0.20/0.00/0.34/0.13)	

CMYK percentages

%19.91
%0
%33.94
%13.33

Codes

Color #B1DD92 in popluar color models

B1DD92
RGB177221146
HSL95°52.45%71.96%
HSB/HSV95°33.94%86.67%
CMYK19.91%0.00%33.94%
13.33%

Color #B1DD92 in popluar number systems.

HEXB1DD92
Decimal177221146
Binary101100011101110110010010
Octal261335222

Shades and tints

Shades of #B1DD92

#B1DD92
(177,221,146)
#A1C985
(161,201,133)
#91B578
(145,181,120)
#81A16B
(129,161,107)
#718D5E
(113,141,94)
#617951
(97,121,81)
#516544
(81,101,68)
#415137
(65,81,55)
#313D2A
(49,61,42)
#21291D
(33,41,29)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #B1DD92

#B1DD92
(177,221,146)
#B8E09B
(184,224,155)
#BFE3A4
(191,227,164)
#C6E6AD
(198,230,173)
#CDE9B6
(205,233,182)
#D4ECBF
(212,236,191)
#DBEFC8
(219,239,200)
#E2F2D1
(226,242,209)
#E9F5DA
(233,245,218)
#F0F8E3
(240,248,227)
#F7FBEC
(247,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1DD92 color. Also use rgb(177,221,146) instead hex code.

Text Font Color

.myTextColor { color: #B1DD92; }

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

This text font color is #B1DD92.


Background Color

.myBgColor { background-color: #B1DD92; }

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

This div background color is #B1DD92.


Border color

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

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

This div border color is #B1DD92.


Opacity

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

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

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

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

This text has shadow with #B1DD92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1DD92 on black background.


Color preview on white background

This text has color #B1DD92 on white background.



Black color preview on #B1DD92 background

This text has black color on #B1DD92 background.


White color preview on #B1DD92 background

This text has white color on #B1DD92 background.