COLOR #B4D19E

HEX: #B4D19E
RGB: (180,209,158)

Color info

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

RGB color model

#B4D19E color RGB value is (180,209,158).

  • red value is 180;
  • green value is 209;
  • blue value is 158.
RGB:
(180,209,158)
(71%,82%,62%)

RGB channels and saturation

R 180 of 255 = 71%
G 209 of 255 = 82%
B 158 of 255 = 62%

180
209
158

R + G + B ~ 72%. #B4D19E is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 209 + 158 = 547 (100%)
R 180 of 547 ~ 32.91%
G 209 of 547 ~ 38.21%
B 158 of 547 ~ 28.88%

%32.91
%38.21
%28.88

CMYK color model

#B4D19E color CMYK value is (14,0,24,18).

  • cyan value is 13.88%
  • magenta value is 0.00%
  • yellow value is 24.40%
  • key color value is 18.04%
CMYK:
(14,0,24,18)
C14M0Y24K18 
(14%,0%,24%,18%)
(0.14/0.00/0.24/0.18)	

CMYK percentages

%13.88
%0
%24.4
%18.04

Codes

Color #B4D19E in popluar color models

B4D19E
RGB180209158
HSL94°35.66%71.96%
HSB/HSV94°24.40%81.96%
CMYK13.88%0.00%24.40%
18.04%

Color #B4D19E in popluar number systems.

HEXB4D19E
Decimal180209158
Binary101101001101000110011110
Octal264321236

Shades and tints

Shades of #B4D19E

#B4D19E
(180,209,158)
#A4BE90
(164,190,144)
#94AB82
(148,171,130)
#849874
(132,152,116)
#748566
(116,133,102)
#647258
(100,114,88)
#545F4A
(84,95,74)
#444C3C
(68,76,60)
#34392E
(52,57,46)
#242620
(36,38,32)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #B4D19E

#B4D19E
(180,209,158)
#BAD5A6
(186,213,166)
#C0D9AE
(192,217,174)
#C6DDB6
(198,221,182)
#CCE1BE
(204,225,190)
#D2E5C6
(210,229,198)
#D8E9CE
(216,233,206)
#DEEDD6
(222,237,214)
#E4F1DE
(228,241,222)
#EAF5E6
(234,245,230)
#F0F9EE
(240,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D19E color. Also use rgb(180,209,158) instead hex code.

Text Font Color

.myTextColor { color: #B4D19E; }

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

This text font color is #B4D19E.


Background Color

.myBgColor { background-color: #B4D19E; }

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

This div background color is #B4D19E.


Border color

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

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

This div border color is #B4D19E.


Opacity

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

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

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

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

This text has shadow with #B4D19E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D19E on black background.


Color preview on white background

This text has color #B4D19E on white background.



Black color preview on #B4D19E background

This text has black color on #B4D19E background.


White color preview on #B4D19E background

This text has white color on #B4D19E background.