COLOR #B3DD83

HEX: #B3DD83
RGB: (179,221,131)

Color info

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

RGB color model

#B3DD83 color RGB value is (179,221,131).

  • red value is 179;
  • green value is 221;
  • blue value is 131.
RGB:
(179,221,131)
(70%,87%,51%)

RGB channels and saturation

R 179 of 255 = 70%
G 221 of 255 = 87%
B 131 of 255 = 51%

179
221
131

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

Portions of RGB colors in percentages

R + G + B =
179 + 221 + 131 = 531 (100%)
R 179 of 531 ~ 33.71%
G 221 of 531 ~ 41.62%
B 131 of 531 ~ 24.67%

%33.71
%41.62
%24.67

CMYK color model

#B3DD83 color CMYK value is (19,0,41,13).

  • cyan value is 19.00%
  • magenta value is 0.00%
  • yellow value is 40.72%
  • key color value is 13.33%
CMYK:
(19,0,41,13)
C19M0Y41K13 
(19%,0%,41%,13%)
(0.19/0.00/0.41/0.13)	

CMYK percentages

%19
%0
%40.72
%13.33

Codes

Color #B3DD83 in popluar color models

B3DD83
RGB179221131
HSL88°56.96%69.02%
HSB/HSV88°40.72%86.67%
CMYK19.00%0.00%40.72%
13.33%

Color #B3DD83 in popluar number systems.

HEXB3DD83
Decimal179221131
Binary101100111101110110000011
Octal263335203

Shades and tints

Shades of #B3DD83

#B3DD83
(179,221,131)
#A3C978
(163,201,120)
#93B56D
(147,181,109)
#83A162
(131,161,98)
#738D57
(115,141,87)
#63794C
(99,121,76)
#536541
(83,101,65)
#435136
(67,81,54)
#333D2B
(51,61,43)
#232920
(35,41,32)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #B3DD83

#B3DD83
(179,221,131)
#B9E08E
(185,224,142)
#BFE399
(191,227,153)
#C5E6A4
(197,230,164)
#CBE9AF
(203,233,175)
#D1ECBA
(209,236,186)
#D7EFC5
(215,239,197)
#DDF2D0
(221,242,208)
#E3F5DB
(227,245,219)
#E9F8E6
(233,248,230)
#EFFBF1
(239,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3DD83; }

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

This text font color is #B3DD83.


Background Color

.myBgColor { background-color: #B3DD83; }

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

This div background color is #B3DD83.


Border color

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

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

This div border color is #B3DD83.


Opacity

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

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

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

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

This text has shadow with #B3DD83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3DD83 on black background.


Color preview on white background

This text has color #B3DD83 on white background.



Black color preview on #B3DD83 background

This text has black color on #B3DD83 background.


White color preview on #B3DD83 background

This text has white color on #B3DD83 background.