COLOR #B4C89B

HEX: #B4C89B RGB: (180,200,155)

Color info

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

RGB color model

#B4C89B color RGB value is (180,200,155).

RGB: (180,200,155) (71%, 78%, 61%)

RGB channels and saturation

R 180 of 255 = 71%
G 200 of 255 = 78%
B 155 of 255 = 61%

180
200
155

R + G + B ~ 70%. #B4C89B is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 200 + 155 = 535 (100%)
R 180 of 535 ~ 33.64%
G 200 of 535 ~ 37.38%
B 155 of 535 ~ 28.97'%

%33.64
%37.38
%28.97

CMYK color model

#B4C89B color CMYK value is (10,0,23,22).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 22.50%
  • key color value is 21.57%
CMYK: (10,0,23,22) C10M0Y23K22 (10%,0%,23%,22%) (0.10/0.00/0.23/0.22) 

CMYK percentages

%10
%0
%22.5
%21.57

Codes

Color #B4C89B in popluar color models

B4 C8 9B
RGB 180 200 155
HSL 87° 29.03% 69.61%
HSB/HSV 87° 22.50% 78.43%
CMYK 10.00% 0.00% 22.50%
21.57%

Color #B4C89B in popluar number systems.

HEX B4 C8 9B
Decimal 180 200 155
Binary 10110100 11001000 10011011
Octal 264 310 233

Shades and tints

Shades of #B4C89B

#B4C89B
(180,200,155)
#A4B68D
(164,182,141)
#94A47F
(148,164,127)
#849271
(132,146,113)
#748063
(116,128,99)
#646E55
(100,110,85)
#545C47
(84,92,71)
#444A39
(68,74,57)
#34382B
(52,56,43)
#24261D
(36,38,29)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #B4C89B

#B4C89B
(180,200,155)
#BACDA4
(186,205,164)
#C0D2AD
(192,210,173)
#C6D7B6
(198,215,182)
#CCDCBF
(204,220,191)
#D2E1C8
(210,225,200)
#D8E6D1
(216,230,209)
#DEEBDA
(222,235,218)
#E4F0E3
(228,240,227)
#EAF5EC
(234,245,236)
#F0FAF5
(240,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C89B; }

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

This text font color is #B4C89B.

Background Color

.myBgColor { background-color: #B4C89B; }

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

This div background color is #B4C89B.

Border color

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

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

This div border color is #B4C89B.

Opacity

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

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

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

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

This text has shadow with #B4C89B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4C89B.

Preview

Color preview on black background

This text has color #B4C89B on black background.


Color preview on white background

This text has color #B4C89B on white background.


Black color preview on #B4C89B background

This text has black color on #B4C89B background.


White color preview on #B4C89B background

This text has white color on #B4C89B background.


Related colors

Complementary color

Complementary color for #hex is #4B3764.


I love getcolorcode.com

Triadic colors

1 #9BB4C8 and #C89BB4 with #B4C89B are triadic colors.

2 #9BC8B4 and #C8B49B with #B4C89B are triadic colors.