COLOR #C5C983

HEX: #C5C983
RGB: (197,201,131)

Color info

#C5C983 contains mainly red and green colors. Web safe color of #C5C983 is #CCCC99 (or #CC9).

RGB color model

#C5C983 color RGB value is (197,201,131).

  • red value is 197;
  • green value is 201;
  • blue value is 131.
RGB:
(197,201,131)
(77%,79%,51%)

RGB channels and saturation

R 197 of 255 = 77%
G 201 of 255 = 79%
B 131 of 255 = 51%

197
201
131

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

Portions of RGB colors in percentages

R + G + B =
197 + 201 + 131 = 529 (100%)
R 197 of 529 ~ 37.24%
G 201 of 529 ~ 38%
B 131 of 529 ~ 24.76%

%37.24
%38
%24.76

CMYK color model

#C5C983 color CMYK value is (2,0,35,21).

  • cyan value is 1.99%
  • magenta value is 0.00%
  • yellow value is 34.83%
  • key color value is 21.18%
CMYK:
(2,0,35,21)
C2M0Y35K21 
(2%,0%,35%,21%)
(0.02/0.00/0.35/0.21)	

CMYK percentages

%1.99
%0
%34.83
%21.18

Codes

Color #C5C983 in popluar color models

C5C983
RGB197201131
HSL63°39.33%65.10%
HSB/HSV63°34.83%78.82%
CMYK1.99%0.00%34.83%
21.18%

Color #C5C983 in popluar number systems.

HEXC5C983
Decimal197201131
Binary110001011100100110000011
Octal305311203

Shades and tints

Shades of #C5C983

#C5C983
(197,201,131)
#B4B778
(180,183,120)
#A3A56D
(163,165,109)
#929362
(146,147,98)
#818157
(129,129,87)
#706F4C
(112,111,76)
#5F5D41
(95,93,65)
#4E4B36
(78,75,54)
#3D392B
(61,57,43)
#2C2720
(44,39,32)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #C5C983

#C5C983
(197,201,131)
#CACD8E
(202,205,142)
#CFD199
(207,209,153)
#D4D5A4
(212,213,164)
#D9D9AF
(217,217,175)
#DEDDBA
(222,221,186)
#E3E1C5
(227,225,197)
#E8E5D0
(232,229,208)
#EDE9DB
(237,233,219)
#F2EDE6
(242,237,230)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C983 color. Also use rgb(197,201,131) instead hex code.

Text Font Color

.myTextColor { color: #C5C983; }

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

This text font color is #C5C983.


Background Color

.myBgColor { background-color: #C5C983; }

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

This div background color is #C5C983.


Border color

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

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

This div border color is #C5C983.


Opacity

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

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

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

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

This text has shadow with #C5C983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C983 on black background.


Color preview on white background

This text has color #C5C983 on white background.



Black color preview on #C5C983 background

This text has black color on #C5C983 background.


White color preview on #C5C983 background

This text has white color on #C5C983 background.