COLOR #B4DD81

HEX: #B4DD81
RGB: (180,221,129)

Color info

#B4DD81 contains mainly red and green colors. Web safe color of #B4DD81 is #CCCC99 (or #CC9).

RGB color model

#B4DD81 color RGB value is (180,221,129).

  • red value is 180;
  • green value is 221;
  • blue value is 129.
RGB:
(180,221,129)
(71%,87%,51%)

RGB channels and saturation

R 180 of 255 = 71%
G 221 of 255 = 87%
B 129 of 255 = 51%

180
221
129

R + G + B ~ 70%. #B4DD81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 221 + 129 = 530 (100%)
R 180 of 530 ~ 33.96%
G 221 of 530 ~ 41.7%
B 129 of 530 ~ 24.34%

%33.96
%41.7
%24.34

CMYK color model

#B4DD81 color CMYK value is (19,0,42,13).

  • cyan value is 18.55%
  • magenta value is 0.00%
  • yellow value is 41.63%
  • key color value is 13.33%
CMYK:
(19,0,42,13)
C19M0Y42K13 
(19%,0%,42%,13%)
(0.19/0.00/0.42/0.13)	

CMYK percentages

%18.55
%0
%41.63
%13.33

Codes

Color #B4DD81 in popluar color models

B4DD81
RGB180221129
HSL87°57.50%68.63%
HSB/HSV87°41.63%86.67%
CMYK18.55%0.00%41.63%
13.33%

Color #B4DD81 in popluar number systems.

HEXB4DD81
Decimal180221129
Binary101101001101110110000001
Octal264335201

Shades and tints

Shades of #B4DD81

#B4DD81
(180,221,129)
#A4C976
(164,201,118)
#94B56B
(148,181,107)
#84A160
(132,161,96)
#748D55
(116,141,85)
#64794A
(100,121,74)
#54653F
(84,101,63)
#445134
(68,81,52)
#343D29
(52,61,41)
#24291E
(36,41,30)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #B4DD81

#B4DD81
(180,221,129)
#BAE08C
(186,224,140)
#C0E397
(192,227,151)
#C6E6A2
(198,230,162)
#CCE9AD
(204,233,173)
#D2ECB8
(210,236,184)
#D8EFC3
(216,239,195)
#DEF2CE
(222,242,206)
#E4F5D9
(228,245,217)
#EAF8E4
(234,248,228)
#F0FBEF
(240,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4DD81 color. Also use rgb(180,221,129) instead hex code.

Text Font Color

.myTextColor { color: #B4DD81; }

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

This text font color is #B4DD81.


Background Color

.myBgColor { background-color: #B4DD81; }

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

This div background color is #B4DD81.


Border color

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

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

This div border color is #B4DD81.


Opacity

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

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

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

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

This text has shadow with #B4DD81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DD81 on black background.


Color preview on white background

This text has color #B4DD81 on white background.



Black color preview on #B4DD81 background

This text has black color on #B4DD81 background.


White color preview on #B4DD81 background

This text has white color on #B4DD81 background.