COLOR #B3DD94

HEX: #B3DD94
RGB: (179,221,148)

Color info

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

RGB color model

#B3DD94 color RGB value is (179,221,148).

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

RGB channels and saturation

R 179 of 255 = 70%
G 221 of 255 = 87%
B 148 of 255 = 58%

179
221
148

R + G + B ~ 72%. #B3DD94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 221 + 148 = 548 (100%)
R 179 of 548 ~ 32.66%
G 221 of 548 ~ 40.33%
B 148 of 548 ~ 27.01%

%32.66
%40.33
%27.01

CMYK color model

#B3DD94 color CMYK value is (19,0,33,13).

  • cyan value is 19.00%
  • magenta value is 0.00%
  • yellow value is 33.03%
  • key color value is 13.33%
CMYK:
(19,0,33,13)
C19M0Y33K13 
(19%,0%,33%,13%)
(0.19/0.00/0.33/0.13)	

CMYK percentages

%19
%0
%33.03
%13.33

Codes

Color #B3DD94 in popluar color models

B3DD94
RGB179221148
HSL95°51.77%72.35%
HSB/HSV95°33.03%86.67%
CMYK19.00%0.00%33.03%
13.33%

Color #B3DD94 in popluar number systems.

HEXB3DD94
Decimal179221148
Binary101100111101110110010100
Octal263335224

Shades and tints

Shades of #B3DD94

#B3DD94
(179,221,148)
#A3C987
(163,201,135)
#93B57A
(147,181,122)
#83A16D
(131,161,109)
#738D60
(115,141,96)
#637953
(99,121,83)
#536546
(83,101,70)
#435139
(67,81,57)
#333D2C
(51,61,44)
#23291F
(35,41,31)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #B3DD94

#B3DD94
(179,221,148)
#B9E09D
(185,224,157)
#BFE3A6
(191,227,166)
#C5E6AF
(197,230,175)
#CBE9B8
(203,233,184)
#D1ECC1
(209,236,193)
#D7EFCA
(215,239,202)
#DDF2D3
(221,242,211)
#E3F5DC
(227,245,220)
#E9F8E5
(233,248,229)
#EFFBEE
(239,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3DD94; }

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

This text font color is #B3DD94.


Background Color

.myBgColor { background-color: #B3DD94; }

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

This div background color is #B3DD94.


Border color

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

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

This div border color is #B3DD94.


Opacity

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

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

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

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

This text has shadow with #B3DD94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3DD94 on black background.


Color preview on white background

This text has color #B3DD94 on white background.



Black color preview on #B3DD94 background

This text has black color on #B3DD94 background.


White color preview on #B3DD94 background

This text has white color on #B3DD94 background.