COLOR #B4C889

HEX: #B4C889
RGB: (180,200,137)

Color info

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

RGB color model

#B4C889 color RGB value is (180,200,137).

  • red value is 180;
  • green value is 200;
  • blue value is 137.
RGB:
(180,200,137)
(71%,78%,54%)

RGB channels and saturation

R 180 of 255 = 71%
G 200 of 255 = 78%
B 137 of 255 = 54%

180
200
137

R + G + B ~ 68%. #B4C889 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 200 + 137 = 517 (100%)
R 180 of 517 ~ 34.82%
G 200 of 517 ~ 38.68%
B 137 of 517 ~ 26.5%

%34.82
%38.68
%26.5

CMYK color model

#B4C889 color CMYK value is (10,0,32,22).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 31.50%
  • key color value is 21.57%
CMYK:
(10,0,32,22)
C10M0Y32K22 
(10%,0%,32%,22%)
(0.10/0.00/0.32/0.22)	

CMYK percentages

%10
%0
%31.5
%21.57

Codes

Color #B4C889 in popluar color models

B4C889
RGB180200137
HSL79°36.42%66.08%
HSB/HSV79°31.50%78.43%
CMYK10.00%0.00%31.50%
21.57%

Color #B4C889 in popluar number systems.

HEXB4C889
Decimal180200137
Binary101101001100100010001001
Octal264310211

Shades and tints

Shades of #B4C889

#B4C889
(180,200,137)
#A4B67D
(164,182,125)
#94A471
(148,164,113)
#849265
(132,146,101)
#748059
(116,128,89)
#646E4D
(100,110,77)
#545C41
(84,92,65)
#444A35
(68,74,53)
#343829
(52,56,41)
#24261D
(36,38,29)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #B4C889

#B4C889
(180,200,137)
#BACD93
(186,205,147)
#C0D29D
(192,210,157)
#C6D7A7
(198,215,167)
#CCDCB1
(204,220,177)
#D2E1BB
(210,225,187)
#D8E6C5
(216,230,197)
#DEEBCF
(222,235,207)
#E4F0D9
(228,240,217)
#EAF5E3
(234,245,227)
#F0FAED
(240,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C889 color. Also use rgb(180,200,137) instead hex code.

Text Font Color

.myTextColor { color: #B4C889; }

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

This text font color is #B4C889.


Background Color

.myBgColor { background-color: #B4C889; }

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

This div background color is #B4C889.


Border color

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

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

This div border color is #B4C889.


Opacity

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

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

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

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

This text has shadow with #B4C889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C889 on black background.


Color preview on white background

This text has color #B4C889 on white background.



Black color preview on #B4C889 background

This text has black color on #B4C889 background.


White color preview on #B4C889 background

This text has white color on #B4C889 background.