COLOR #B5C99C

HEX: #B5C99C RGB: (181,201,156)

Color info

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

RGB color model

#B5C99C color RGB value is (181,201,156).

RGB: (181,201,156) (71%, 79%, 61%)

RGB channels and saturation

R 181 of 255 = 71%
G 201 of 255 = 79%
B 156 of 255 = 61%

181
201
156

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

Portions of RGB colors in percentages

R + G + B = 181 + 201 + 156 = 538 (100%)
R 181 of 538 ~ 33.64%
G 201 of 538 ~ 37.36%
B 156 of 538 ~ 29'%

%33.64
%37.36
%29

CMYK color model

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

  • cyan value is 9.95%
  • magenta value is 0.00%
  • yellow value is 22.39%
  • key color value is 21.18%
CMYK: (10,0,22,21) C10M0Y22K21 (10%,0%,22%,21%) (0.10/0.00/0.22/0.21) 

CMYK percentages

%9.95
%0
%22.39
%21.18

Codes

Color #B5C99C in popluar color models

B5 C9 9C
RGB 181 201 156
HSL 87° 29.41% 70.00%
HSB/HSV 87° 22.39% 78.82%
CMYK 9.95% 0.00% 22.39%
21.18%

Color #B5C99C in popluar number systems.

HEX B5 C9 9C
Decimal 181 201 156
Binary 10110101 11001001 10011100
Octal 265 311 234

Shades and tints

Shades of #B5C99C

#B5C99C
(181,201,156)
#A5B78E
(165,183,142)
#95A580
(149,165,128)
#859372
(133,147,114)
#758164
(117,129,100)
#656F56
(101,111,86)
#555D48
(85,93,72)
#454B3A
(69,75,58)
#35392C
(53,57,44)
#25271E
(37,39,30)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #B5C99C

#B5C99C
(181,201,156)
#BBCDA5
(187,205,165)
#C1D1AE
(193,209,174)
#C7D5B7
(199,213,183)
#CDD9C0
(205,217,192)
#D3DDC9
(211,221,201)
#D9E1D2
(217,225,210)
#DFE5DB
(223,229,219)
#E5E9E4
(229,233,228)
#EBEDED
(235,237,237)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C99C; }

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

This text font color is #B5C99C.

Background Color

.myBgColor { background-color: #B5C99C; }

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

This div background color is #B5C99C.

Border color

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

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

This div border color is #B5C99C.

Opacity

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

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

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

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

This text has shadow with #B5C99C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5C99C.

Preview

Color preview on black background

This text has color #B5C99C on black background.


Color preview on white background

This text has color #B5C99C on white background.


Black color preview on #B5C99C background

This text has black color on #B5C99C background.


White color preview on #B5C99C background

This text has white color on #B5C99C background.


Related colors

Complementary color

Complementary color for #hex is #4A3663.


I love getcolorcode.com

Triadic colors

1 #9CB5C9 and #C99CB5 with #B5C99C are triadic colors.

2 #9CC9B5 and #C9B59C with #B5C99C are triadic colors.