COLOR #B4DB9F

HEX: #B4DB9F RGB: (180,219,159)

Color info

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

RGB color model

#B4DB9F color RGB value is (180,219,159).

RGB: (180,219,159) (71%, 86%, 62%)

RGB channels and saturation

R 180 of 255 = 71%
G 219 of 255 = 86%
B 159 of 255 = 62%

180
219
159

R + G + B ~ 73%. #B4DB9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 219 + 159 = 558 (100%)
R 180 of 558 ~ 32.26%
G 219 of 558 ~ 39.25%
B 159 of 558 ~ 28.49'%

%32.26
%39.25
%28.49

CMYK color model

#B4DB9F color CMYK value is (18,0,27,14).

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

CMYK: (18,0,27,14)
C18M0Y27K14 (18%, 0%, 27%, 14%)
(0.18 / 0.00 / 0.27 / 0.14)

CMYK percentages

%17.81
%0
%27.4
%14.12

Codes

Color #B4DB9F in popluar color models

B4 DB 9F
RGB 180 219 159
HSL 99° 45.45% 74.12%
HSB/HSV 99° 27.40% 85.88%
CMYK 17.81% 0.00% 27.40%
14.12%

Color #B4DB9F in popluar number systems.

HEX B4 DB 9F
Decimal 180 219 159
Binary 10110100 11011011 10011111
Octal 264 333 237

Shades and tints

Shades of #B4DB9F

#B4DB9F
(180,219,159)
#A4C891
(164,200,145)
#94B583
(148,181,131)
#84A275
(132,162,117)
#748F67
(116,143,103)
#647C59
(100,124,89)
#54694B
(84,105,75)
#44563D
(68,86,61)
#34432F
(52,67,47)
#243021
(36,48,33)
#141D13
(20,29,19)
#000000
(0,0,0)

Tints of #B4DB9F

#B4DB9F
(180,219,159)
#BADEA7
(186,222,167)
#C0E1AF
(192,225,175)
#C6E4B7
(198,228,183)
#CCE7BF
(204,231,191)
#D2EAC7
(210,234,199)
#D8EDCF
(216,237,207)
#DEF0D7
(222,240,215)
#E4F3DF
(228,243,223)
#EAF6E7
(234,246,231)
#F0F9EF
(240,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4DB9F; }

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

This text font color is #B4DB9F.

Background Color

.myBgColor { background-color: #B4DB9F; }

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

This div background color is #B4DB9F.

Border color

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

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

This div border color is #B4DB9F.

Opacity

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

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

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

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

This text has shadow with #B4DB9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4DB9F.

Preview

Color preview on black background

This text has color #B4DB9F on black background.


Color preview on white background

This text has color #B4DB9F on white background.


Black color preview on #B4DB9F background

This text has black color on #B4DB9F background.


White color preview on #B4DB9F background

This text has white color on #B4DB9F background.


Related colors

Complementary color

Complementary color for #hex is #4B2460.


I love getcolorcode.com

Triadic colors

1 #9FB4DB and #DB9FB4 with #B4DB9F are triadic colors.

2 #9FDBB4 and #DBB49F with #B4DB9F are triadic colors.