COLOR #B5C89C

HEX: #B5C89C RGB: (181,200,156)

Color info

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

RGB color model

#B5C89C color RGB value is (181,200,156).

RGB: (181,200,156) (71%, 78%, 61%)

RGB channels and saturation

R 181 of 255 = 71%
G 200 of 255 = 78%
B 156 of 255 = 61%

181
200
156

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

Portions of RGB colors in percentages

R + G + B = 181 + 200 + 156 = 537 (100%)
R 181 of 537 ~ 33.71%
G 200 of 537 ~ 37.24%
B 156 of 537 ~ 29.05'%

%33.71
%37.24
%29.05

CMYK color model

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

  • cyan value is 9.50%
  • magenta value is 0.00%
  • yellow value is 22.00%
  • key color value is 21.57%

CMYK: (10,0,22,22)
C10M0Y22K22 (10%, 0%, 22%, 22%)
(0.10 / 0.00 / 0.22 / 0.22)

CMYK percentages

%9.5
%0
%22
%21.57

Codes

Color #B5C89C in popluar color models

B5 C8 9C
RGB 181 200 156
HSL 86° 28.57% 69.80%
HSB/HSV 86° 22.00% 78.43%
CMYK 9.50% 0.00% 22.00%
21.57%

Color #B5C89C in popluar number systems.

HEX B5 C8 9C
Decimal 181 200 156
Binary 10110101 11001000 10011100
Octal 265 310 234

Shades and tints

Shades of #B5C89C

#B5C89C
(181,200,156)
#A5B68E
(165,182,142)
#95A480
(149,164,128)
#859272
(133,146,114)
#758064
(117,128,100)
#656E56
(101,110,86)
#555C48
(85,92,72)
#454A3A
(69,74,58)
#35382C
(53,56,44)
#25261E
(37,38,30)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #B5C89C

#B5C89C
(181,200,156)
#BBCDA5
(187,205,165)
#C1D2AE
(193,210,174)
#C7D7B7
(199,215,183)
#CDDCC0
(205,220,192)
#D3E1C9
(211,225,201)
#D9E6D2
(217,230,210)
#DFEBDB
(223,235,219)
#E5F0E4
(229,240,228)
#EBF5ED
(235,245,237)
#F1FAF6
(241,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C89C color. Also use rgb(181,200,156) instead hex code.

Text Font Color

.myTextColor { color: #B5C89C; }

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

This text font color is #B5C89C.

Background Color

.myBgColor { background-color: #B5C89C; }

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

This div background color is #B5C89C.

Border color

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

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

This div border color is #B5C89C.

Opacity

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

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

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

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

This text has shadow with #B5C89C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5C89C.

Preview

Color preview on black background

This text has color #B5C89C on black background.


Color preview on white background

This text has color #B5C89C on white background.


Black color preview on #B5C89C background

This text has black color on #B5C89C background.


White color preview on #B5C89C background

This text has white color on #B5C89C background.


Related colors

Complementary color

Complementary color for #hex is #4A3763.


I love getcolorcode.com

Triadic colors

1 #9CB5C8 and #C89CB5 with #B5C89C are triadic colors.

2 #9CC8B5 and #C8B59C with #B5C89C are triadic colors.