COLOR #B4DCAB

HEX: #B4DCAB
RGB: (180,220,171)

Color info

#B4DCAB contains red, green and blue colors in about the same proportion. Web safe color of #B4DCAB is #CCCC99 (or #CC9).

RGB color model

#B4DCAB color RGB value is (180,220,171).

  • red value is 180;
  • green value is 220;
  • blue value is 171.
RGB:
(180,220,171)
(71%,86%,67%)

RGB channels and saturation

R 180 of 255 = 71%
G 220 of 255 = 86%
B 171 of 255 = 67%

180
220
171

R + G + B ~ 75%. #B4DCAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 220 + 171 = 571 (100%)
R 180 of 571 ~ 31.52%
G 220 of 571 ~ 38.53%
B 171 of 571 ~ 29.95%

%31.52
%38.53
%29.95

CMYK color model

#B4DCAB color CMYK value is (18,0,22,14).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 22.27%
  • key color value is 13.73%
CMYK:
(18,0,22,14)
C18M0Y22K14 
(18%,0%,22%,14%)
(0.18/0.00/0.22/0.14)	

CMYK percentages

%18.18
%0
%22.27
%13.73

Codes

Color #B4DCAB in popluar color models

B4DCAB
RGB180220171
HSL109°41.18%76.67%
HSB/HSV109°22.27%86.27%
CMYK18.18%0.00%22.27%
13.73%

Color #B4DCAB in popluar number systems.

HEXB4DCAB
Decimal180220171
Binary101101001101110010101011
Octal264334253

Shades and tints

Shades of #B4DCAB

#B4DCAB
(180,220,171)
#A4C89C
(164,200,156)
#94B48D
(148,180,141)
#84A07E
(132,160,126)
#748C6F
(116,140,111)
#647860
(100,120,96)
#546451
(84,100,81)
#445042
(68,80,66)
#343C33
(52,60,51)
#242824
(36,40,36)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #B4DCAB

#B4DCAB
(180,220,171)
#BADFB2
(186,223,178)
#C0E2B9
(192,226,185)
#C6E5C0
(198,229,192)
#CCE8C7
(204,232,199)
#D2EBCE
(210,235,206)
#D8EED5
(216,238,213)
#DEF1DC
(222,241,220)
#E4F4E3
(228,244,227)
#EAF7EA
(234,247,234)
#F0FAF1
(240,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4DCAB color. Also use rgb(180,220,171) instead hex code.

Text Font Color

.myTextColor { color: #B4DCAB; }

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

This text font color is #B4DCAB.


Background Color

.myBgColor { background-color: #B4DCAB; }

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

This div background color is #B4DCAB.


Border color

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

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

This div border color is #B4DCAB.


Opacity

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

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

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

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

This text has shadow with #B4DCAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DCAB on black background.


Color preview on white background

This text has color #B4DCAB on white background.



Black color preview on #B4DCAB background

This text has black color on #B4DCAB background.


White color preview on #B4DCAB background

This text has white color on #B4DCAB background.