COLOR #B0DD94

HEX: #B0DD94
RGB: (176,221,148)

Color info

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

RGB color model

#B0DD94 color RGB value is (176,221,148).

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

RGB channels and saturation

R 176 of 255 = 69%
G 221 of 255 = 87%
B 148 of 255 = 58%

176
221
148

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

Portions of RGB colors in percentages

R + G + B =
176 + 221 + 148 = 545 (100%)
R 176 of 545 ~ 32.29%
G 221 of 545 ~ 40.55%
B 148 of 545 ~ 27.16%

%32.29
%40.55
%27.16

CMYK color model

#B0DD94 color CMYK value is (20,0,33,13).

  • cyan value is 20.36%
  • magenta value is 0.00%
  • yellow value is 33.03%
  • key color value is 13.33%
CMYK:
(20,0,33,13)
C20M0Y33K13 
(20%,0%,33%,13%)
(0.20/0.00/0.33/0.13)	

CMYK percentages

%20.36
%0
%33.03
%13.33

Codes

Color #B0DD94 in popluar color models

B0DD94
RGB176221148
HSL97°51.77%72.35%
HSB/HSV97°33.03%86.67%
CMYK20.36%0.00%33.03%
13.33%

Color #B0DD94 in popluar number systems.

HEXB0DD94
Decimal176221148
Binary101100001101110110010100
Octal260335224

Shades and tints

Shades of #B0DD94

#B0DD94
(176,221,148)
#A0C987
(160,201,135)
#90B57A
(144,181,122)
#80A16D
(128,161,109)
#708D60
(112,141,96)
#607953
(96,121,83)
#506546
(80,101,70)
#405139
(64,81,57)
#303D2C
(48,61,44)
#20291F
(32,41,31)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #B0DD94

#B0DD94
(176,221,148)
#B7E09D
(183,224,157)
#BEE3A6
(190,227,166)
#C5E6AF
(197,230,175)
#CCE9B8
(204,233,184)
#D3ECC1
(211,236,193)
#DAEFCA
(218,239,202)
#E1F2D3
(225,242,211)
#E8F5DC
(232,245,220)
#EFF8E5
(239,248,229)
#F6FBEE
(246,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0DD94; }

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

This text font color is #B0DD94.


Background Color

.myBgColor { background-color: #B0DD94; }

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

This div background color is #B0DD94.


Border color

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

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

This div border color is #B0DD94.


Opacity

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

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

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

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

This text has shadow with #B0DD94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0DD94 on black background.


Color preview on white background

This text has color #B0DD94 on white background.



Black color preview on #B0DD94 background

This text has black color on #B0DD94 background.


White color preview on #B0DD94 background

This text has white color on #B0DD94 background.