COLOR #B3CA89

HEX: #B3CA89 RGB: (179,202,137)

Color info

#B3CA89 contains mainly red and green colors. Web safe color of #B3CA89 is #99CC99 (or #9C9).

RGB color model

#B3CA89 color RGB value is (179,202,137).

RGB: (179,202,137) (70%, 79%, 54%)

RGB channels and saturation

R 179 of 255 = 70%
G 202 of 255 = 79%
B 137 of 255 = 54%

179
202
137

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

Portions of RGB colors in percentages

R + G + B = 179 + 202 + 137 = 518 (100%)
R 179 of 518 ~ 34.56%
G 202 of 518 ~ 39%
B 137 of 518 ~ 26.45'%

%34.56
%39
%26.45

CMYK color model

#B3CA89 color CMYK value is (11,0,32,21).

  • cyan value is 11.39%
  • magenta value is 0.00%
  • yellow value is 32.18%
  • key color value is 20.78%

CMYK: (11,0,32,21)
C11M0Y32K21 (11%, 0%, 32%, 21%)
(0.11 / 0.00 / 0.32 / 0.21)

CMYK percentages

%11.39
%0
%32.18
%20.78

Codes

Color #B3CA89 in popluar color models

B3 CA 89
RGB 179 202 137
HSL 81° 38.01% 66.47%
HSB/HSV 81° 32.18% 79.22%
CMYK 11.39% 0.00% 32.18%
20.78%

Color #B3CA89 in popluar number systems.

HEX B3 CA 89
Decimal 179 202 137
Binary 10110011 11001010 10001001
Octal 263 312 211

Shades and tints

Shades of #B3CA89

#B3CA89
(179,202,137)
#A3B87D
(163,184,125)
#93A671
(147,166,113)
#839465
(131,148,101)
#738259
(115,130,89)
#63704D
(99,112,77)
#535E41
(83,94,65)
#434C35
(67,76,53)
#333A29
(51,58,41)
#23281D
(35,40,29)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #B3CA89

#B3CA89
(179,202,137)
#B9CE93
(185,206,147)
#BFD29D
(191,210,157)
#C5D6A7
(197,214,167)
#CBDAB1
(203,218,177)
#D1DEBB
(209,222,187)
#D7E2C5
(215,226,197)
#DDE6CF
(221,230,207)
#E3EAD9
(227,234,217)
#E9EEE3
(233,238,227)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3CA89 color. Also use rgb(179,202,137) instead hex code.

Text Font Color

.myTextColor { color: #B3CA89; }

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

This text font color is #B3CA89.

Background Color

.myBgColor { background-color: #B3CA89; }

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

This div background color is #B3CA89.

Border color

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

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

This div border color is #B3CA89.

Opacity

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

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

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

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

This text has shadow with #B3CA89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3CA89.

Preview

Color preview on black background

This text has color #B3CA89 on black background.


Color preview on white background

This text has color #B3CA89 on white background.


Black color preview on #B3CA89 background

This text has black color on #B3CA89 background.


White color preview on #B3CA89 background

This text has white color on #B3CA89 background.


Related colors

Complementary color

Complementary color for #hex is #4C3576.


I love getcolorcode.com

Triadic colors

1 #89B3CA and #CA89B3 with #B3CA89 are triadic colors.

2 #89CAB3 and #CAB389 with #B3CA89 are triadic colors.