COLOR #C5B98E

HEX: #C5B98E
RGB: (197,185,142)

Color info

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

RGB color model

#C5B98E color RGB value is (197,185,142).

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

RGB channels and saturation

R 197 of 255 = 77%
G 185 of 255 = 73%
B 142 of 255 = 56%

197
185
142

R + G + B ~ 69%. #C5B98E is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 185 + 142 = 524 (100%)
R 197 of 524 ~ 37.6%
G 185 of 524 ~ 35.31%
B 142 of 524 ~ 27.1%

%37.6
%35.31
%27.1

CMYK color model

#C5B98E color CMYK value is (0,6,28,23).

  • cyan value is 0.00%
  • magenta value is 6.09%
  • yellow value is 27.92%
  • key color value is 22.75%
CMYK:
(0,6,28,23)
C0M6Y28K23 
(0%,6%,28%,23%)
(0.00/0.06/0.28/0.23)	

CMYK percentages

%0
%6.09
%27.92
%22.75

Codes

Color #C5B98E in popluar color models

C5B98E
RGB197185142
HSL47°32.16%66.47%
HSB/HSV47°27.92%77.25%
CMYK0.00%6.09%27.92%
22.75%

Color #C5B98E in popluar number systems.

HEXC5B98E
Decimal197185142
Binary110001011011100110001110
Octal305271216

Shades and tints

Shades of #C5B98E

#C5B98E
(197,185,142)
#B4A982
(180,169,130)
#A39976
(163,153,118)
#92896A
(146,137,106)
#81795E
(129,121,94)
#706952
(112,105,82)
#5F5946
(95,89,70)
#4E493A
(78,73,58)
#3D392E
(61,57,46)
#2C2922
(44,41,34)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #C5B98E

#C5B98E
(197,185,142)
#CABF98
(202,191,152)
#CFC5A2
(207,197,162)
#D4CBAC
(212,203,172)
#D9D1B6
(217,209,182)
#DED7C0
(222,215,192)
#E3DDCA
(227,221,202)
#E8E3D4
(232,227,212)
#EDE9DE
(237,233,222)
#F2EFE8
(242,239,232)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B98E; }

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

This text font color is #C5B98E.


Background Color

.myBgColor { background-color: #C5B98E; }

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

This div background color is #C5B98E.


Border color

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

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

This div border color is #C5B98E.


Opacity

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

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

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

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

This text has shadow with #C5B98E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B98E on black background.


Color preview on white background

This text has color #C5B98E on white background.



Black color preview on #C5B98E background

This text has black color on #C5B98E background.


White color preview on #C5B98E background

This text has white color on #C5B98E background.