COLOR #B1DD83

HEX: #B1DD83 RGB: (177,221,131)

Color info

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

RGB color model

#B1DD83 color RGB value is (177,221,131).

RGB: (177,221,131) (69%, 87%, 51%)

RGB channels and saturation

R 177 of 255 = 69%
G 221 of 255 = 87%
B 131 of 255 = 51%

177
221
131

R + G + B ~ 69%. #B1DD83 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 221 + 131 = 529 (100%)
R 177 of 529 ~ 33.46%
G 221 of 529 ~ 41.78%
B 131 of 529 ~ 24.76'%

%33.46
%41.78
%24.76

CMYK color model

#B1DD83 color CMYK value is (20,0,41,13).

  • cyan value is 19.91%
  • magenta value is 0.00%
  • yellow value is 40.72%
  • key color value is 13.33%

CMYK: (20,0,41,13)
C20M0Y41K13 (20%, 0%, 41%, 13%)
(0.20 / 0.00 / 0.41 / 0.13)

CMYK percentages

%19.91
%0
%40.72
%13.33

Codes

Color #B1DD83 in popluar color models

B1 DD 83
RGB 177 221 131
HSL 89° 56.96% 69.02%
HSB/HSV 89° 40.72% 86.67%
CMYK 19.91% 0.00% 40.72%
13.33%

Color #B1DD83 in popluar number systems.

HEX B1 DD 83
Decimal 177 221 131
Binary 10110001 11011101 10000011
Octal 261 335 203

Shades and tints

Shades of #B1DD83

#B1DD83
(177,221,131)
#A1C978
(161,201,120)
#91B56D
(145,181,109)
#81A162
(129,161,98)
#718D57
(113,141,87)
#61794C
(97,121,76)
#516541
(81,101,65)
#415136
(65,81,54)
#313D2B
(49,61,43)
#212920
(33,41,32)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #B1DD83

#B1DD83
(177,221,131)
#B8E08E
(184,224,142)
#BFE399
(191,227,153)
#C6E6A4
(198,230,164)
#CDE9AF
(205,233,175)
#D4ECBA
(212,236,186)
#DBEFC5
(219,239,197)
#E2F2D0
(226,242,208)
#E9F5DB
(233,245,219)
#F0F8E6
(240,248,230)
#F7FBF1
(247,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1DD83; }

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

This text font color is #B1DD83.

Background Color

.myBgColor { background-color: #B1DD83; }

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

This div background color is #B1DD83.

Border color

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

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

This div border color is #B1DD83.

Opacity

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

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

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

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

This text has shadow with #B1DD83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1DD83.

Preview

Color preview on black background

This text has color #B1DD83 on black background.


Color preview on white background

This text has color #B1DD83 on white background.


Black color preview on #B1DD83 background

This text has black color on #B1DD83 background.


White color preview on #B1DD83 background

This text has white color on #B1DD83 background.


Related colors

Complementary color

Complementary color for #hex is #4E227C.


I love getcolorcode.com

Triadic colors

1 #83B1DD and #DD83B1 with #B1DD83 are triadic colors.

2 #83DDB1 and #DDB183 with #B1DD83 are triadic colors.