COLOR #B2DD94

HEX: #B2DD94
RGB: (178,221,148)

Color info

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

RGB color model

#B2DD94 color RGB value is (178,221,148).

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

RGB channels and saturation

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

178
221
148

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

Portions of RGB colors in percentages

R + G + B =
178 + 221 + 148 = 547 (100%)
R 178 of 547 ~ 32.54%
G 221 of 547 ~ 40.4%
B 148 of 547 ~ 27.06%

%32.54
%40.4
%27.06

CMYK color model

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

  • cyan value is 19.46%
  • 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.46
%0
%33.03
%13.33

Codes

Color #B2DD94 in popluar color models

B2DD94
RGB178221148
HSL95°51.77%72.35%
HSB/HSV95°33.03%86.67%
CMYK19.46%0.00%33.03%
13.33%

Color #B2DD94 in popluar number systems.

HEXB2DD94
Decimal178221148
Binary101100101101110110010100
Octal262335224

Shades and tints

Shades of #B2DD94

#B2DD94
(178,221,148)
#A2C987
(162,201,135)
#92B57A
(146,181,122)
#82A16D
(130,161,109)
#728D60
(114,141,96)
#627953
(98,121,83)
#526546
(82,101,70)
#425139
(66,81,57)
#323D2C
(50,61,44)
#22291F
(34,41,31)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #B2DD94

#B2DD94
(178,221,148)
#B9E09D
(185,224,157)
#C0E3A6
(192,227,166)
#C7E6AF
(199,230,175)
#CEE9B8
(206,233,184)
#D5ECC1
(213,236,193)
#DCEFCA
(220,239,202)
#E3F2D3
(227,242,211)
#EAF5DC
(234,245,220)
#F1F8E5
(241,248,229)
#F8FBEE
(248,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2DD94; }

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

This text font color is #B2DD94.


Background Color

.myBgColor { background-color: #B2DD94; }

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

This div background color is #B2DD94.


Border color

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

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

This div border color is #B2DD94.


Opacity

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

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

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

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

This text has shadow with #B2DD94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2DD94 on black background.


Color preview on white background

This text has color #B2DD94 on white background.



Black color preview on #B2DD94 background

This text has black color on #B2DD94 background.


White color preview on #B2DD94 background

This text has white color on #B2DD94 background.