COLOR #B4DB8B

HEX: #B4DB8B RGB: (180,219,139)

Color info

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

RGB color model

#B4DB8B color RGB value is (180,219,139).

RGB: (180,219,139) (71%, 86%, 55%)

RGB channels and saturation

R 180 of 255 = 71%
G 219 of 255 = 86%
B 139 of 255 = 55%

180
219
139

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

Portions of RGB colors in percentages

R + G + B = 180 + 219 + 139 = 538 (100%)
R 180 of 538 ~ 33.46%
G 219 of 538 ~ 40.71%
B 139 of 538 ~ 25.84'%

%33.46
%40.71
%25.84

CMYK color model

#B4DB8B color CMYK value is (18,0,37,14).

  • cyan value is 17.81%
  • magenta value is 0.00%
  • yellow value is 36.53%
  • key color value is 14.12%

CMYK: (18,0,37,14)
C18M0Y37K14 (18%, 0%, 37%, 14%)
(0.18 / 0.00 / 0.37 / 0.14)

CMYK percentages

%17.81
%0
%36.53
%14.12

Codes

Color #B4DB8B in popluar color models

B4 DB 8B
RGB 180 219 139
HSL 89° 52.63% 70.20%
HSB/HSV 89° 36.53% 85.88%
CMYK 17.81% 0.00% 36.53%
14.12%

Color #B4DB8B in popluar number systems.

HEX B4 DB 8B
Decimal 180 219 139
Binary 10110100 11011011 10001011
Octal 264 333 213

Shades and tints

Shades of #B4DB8B

#B4DB8B
(180,219,139)
#A4C87F
(164,200,127)
#94B573
(148,181,115)
#84A267
(132,162,103)
#748F5B
(116,143,91)
#647C4F
(100,124,79)
#546943
(84,105,67)
#445637
(68,86,55)
#34432B
(52,67,43)
#24301F
(36,48,31)
#141D13
(20,29,19)
#000000
(0,0,0)

Tints of #B4DB8B

#B4DB8B
(180,219,139)
#BADE95
(186,222,149)
#C0E19F
(192,225,159)
#C6E4A9
(198,228,169)
#CCE7B3
(204,231,179)
#D2EABD
(210,234,189)
#D8EDC7
(216,237,199)
#DEF0D1
(222,240,209)
#E4F3DB
(228,243,219)
#EAF6E5
(234,246,229)
#F0F9EF
(240,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4DB8B color. Also use rgb(180,219,139) instead hex code.

Text Font Color

.myTextColor { color: #B4DB8B; }

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

This text font color is #B4DB8B.

Background Color

.myBgColor { background-color: #B4DB8B; }

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

This div background color is #B4DB8B.

Border color

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

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

This div border color is #B4DB8B.

Opacity

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

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

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

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

This text has shadow with #B4DB8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4DB8B.

Preview

Color preview on black background

This text has color #B4DB8B on black background.


Color preview on white background

This text has color #B4DB8B on white background.


Black color preview on #B4DB8B background

This text has black color on #B4DB8B background.


White color preview on #B4DB8B background

This text has white color on #B4DB8B background.


Related colors

Complementary color

Complementary color for #hex is #4B2474.


I love getcolorcode.com

Triadic colors

1 #8BB4DB and #DB8BB4 with #B4DB8B are triadic colors.

2 #8BDBB4 and #DBB48B with #B4DB8B are triadic colors.