COLOR #C5B98B

HEX: #C5B98B
RGB: (197,185,139)

Color info

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

RGB color model

#C5B98B color RGB value is (197,185,139).

  • red value is 197;
  • green value is 185;
  • blue value is 139.
RGB:
(197,185,139)
(77%,73%,55%)

RGB channels and saturation

R 197 of 255 = 77%
G 185 of 255 = 73%
B 139 of 255 = 55%

197
185
139

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

Portions of RGB colors in percentages

R + G + B =
197 + 185 + 139 = 521 (100%)
R 197 of 521 ~ 37.81%
G 185 of 521 ~ 35.51%
B 139 of 521 ~ 26.68%

%37.81
%35.51
%26.68

CMYK color model

#C5B98B color CMYK value is (0,6,29,23).

  • cyan value is 0.00%
  • magenta value is 6.09%
  • yellow value is 29.44%
  • key color value is 22.75%
CMYK:
(0,6,29,23)
C0M6Y29K23 
(0%,6%,29%,23%)
(0.00/0.06/0.29/0.23)	

CMYK percentages

%0
%6.09
%29.44
%22.75

Codes

Color #C5B98B in popluar color models

C5B98B
RGB197185139
HSL48°33.33%65.88%
HSB/HSV48°29.44%77.25%
CMYK0.00%6.09%29.44%
22.75%

Color #C5B98B in popluar number systems.

HEXC5B98B
Decimal197185139
Binary110001011011100110001011
Octal305271213

Shades and tints

Shades of #C5B98B

#C5B98B
(197,185,139)
#B4A97F
(180,169,127)
#A39973
(163,153,115)
#928967
(146,137,103)
#81795B
(129,121,91)
#70694F
(112,105,79)
#5F5943
(95,89,67)
#4E4937
(78,73,55)
#3D392B
(61,57,43)
#2C291F
(44,41,31)
#1B1913
(27,25,19)
#000000
(0,0,0)

Tints of #C5B98B

#C5B98B
(197,185,139)
#CABF95
(202,191,149)
#CFC59F
(207,197,159)
#D4CBA9
(212,203,169)
#D9D1B3
(217,209,179)
#DED7BD
(222,215,189)
#E3DDC7
(227,221,199)
#E8E3D1
(232,227,209)
#EDE9DB
(237,233,219)
#F2EFE5
(242,239,229)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B98B color. Also use rgb(197,185,139) instead hex code.

Text Font Color

.myTextColor { color: #C5B98B; }

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

This text font color is #C5B98B.


Background Color

.myBgColor { background-color: #C5B98B; }

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

This div background color is #C5B98B.


Border color

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

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

This div border color is #C5B98B.


Opacity

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

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

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

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

This text has shadow with #C5B98B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B98B on black background.


Color preview on white background

This text has color #C5B98B on white background.



Black color preview on #C5B98B background

This text has black color on #C5B98B background.


White color preview on #C5B98B background

This text has white color on #C5B98B background.