COLOR #B4DA8E

HEX: #B4DA8E
RGB: (180,218,142)

Color info

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

RGB color model

#B4DA8E color RGB value is (180,218,142).

  • red value is 180;
  • green value is 218;
  • blue value is 142.
RGB:
(180,218,142)
(71%,85%,56%)

RGB channels and saturation

R 180 of 255 = 71%
G 218 of 255 = 85%
B 142 of 255 = 56%

180
218
142

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

Portions of RGB colors in percentages

R + G + B =
180 + 218 + 142 = 540 (100%)
R 180 of 540 ~ 33.33%
G 218 of 540 ~ 40.37%
B 142 of 540 ~ 26.3%

%33.33
%40.37
%26.3

CMYK color model

#B4DA8E color CMYK value is (17,0,35,15).

  • cyan value is 17.43%
  • magenta value is 0.00%
  • yellow value is 34.86%
  • key color value is 14.51%
CMYK:
(17,0,35,15)
C17M0Y35K15 
(17%,0%,35%,15%)
(0.17/0.00/0.35/0.15)	

CMYK percentages

%17.43
%0
%34.86
%14.51

Codes

Color #B4DA8E in popluar color models

B4DA8E
RGB180218142
HSL90°50.67%70.59%
HSB/HSV90°34.86%85.49%
CMYK17.43%0.00%34.86%
14.51%

Color #B4DA8E in popluar number systems.

HEXB4DA8E
Decimal180218142
Binary101101001101101010001110
Octal264332216

Shades and tints

Shades of #B4DA8E

#B4DA8E
(180,218,142)
#A4C782
(164,199,130)
#94B476
(148,180,118)
#84A16A
(132,161,106)
#748E5E
(116,142,94)
#647B52
(100,123,82)
#546846
(84,104,70)
#44553A
(68,85,58)
#34422E
(52,66,46)
#242F22
(36,47,34)
#141C16
(20,28,22)
#000000
(0,0,0)

Tints of #B4DA8E

#B4DA8E
(180,218,142)
#BADD98
(186,221,152)
#C0E0A2
(192,224,162)
#C6E3AC
(198,227,172)
#CCE6B6
(204,230,182)
#D2E9C0
(210,233,192)
#D8ECCA
(216,236,202)
#DEEFD4
(222,239,212)
#E4F2DE
(228,242,222)
#EAF5E8
(234,245,232)
#F0F8F2
(240,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4DA8E color. Also use rgb(180,218,142) instead hex code.

Text Font Color

.myTextColor { color: #B4DA8E; }

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

This text font color is #B4DA8E.


Background Color

.myBgColor { background-color: #B4DA8E; }

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

This div background color is #B4DA8E.


Border color

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

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

This div border color is #B4DA8E.


Opacity

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

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

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

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

This text has shadow with #B4DA8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DA8E on black background.


Color preview on white background

This text has color #B4DA8E on white background.



Black color preview on #B4DA8E background

This text has black color on #B4DA8E background.


White color preview on #B4DA8E background

This text has white color on #B4DA8E background.