COLOR #C5C893

HEX: #C5C893
RGB: (197,200,147)

Color info

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

RGB color model

#C5C893 color RGB value is (197,200,147).

  • red value is 197;
  • green value is 200;
  • blue value is 147.
RGB:
(197,200,147)
(77%,78%,58%)

RGB channels and saturation

R 197 of 255 = 77%
G 200 of 255 = 78%
B 147 of 255 = 58%

197
200
147

R + G + B ~ 71%. #C5C893 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 200 + 147 = 544 (100%)
R 197 of 544 ~ 36.21%
G 200 of 544 ~ 36.76%
B 147 of 544 ~ 27.02%

%36.21
%36.76
%27.02

CMYK color model

#C5C893 color CMYK value is (1,0,27,22).

  • cyan value is 1.50%
  • magenta value is 0.00%
  • yellow value is 26.50%
  • key color value is 21.57%
CMYK:
(1,0,27,22)
C1M0Y27K22 
(1%,0%,27%,22%)
(0.01/0.00/0.27/0.22)	

CMYK percentages

%1.5
%0
%26.5
%21.57

Codes

Color #C5C893 in popluar color models

C5C893
RGB197200147
HSL63°32.52%68.04%
HSB/HSV63°26.50%78.43%
CMYK1.50%0.00%26.50%
21.57%

Color #C5C893 in popluar number systems.

HEXC5C893
Decimal197200147
Binary110001011100100010010011
Octal305310223

Shades and tints

Shades of #C5C893

#C5C893
(197,200,147)
#B4B686
(180,182,134)
#A3A479
(163,164,121)
#92926C
(146,146,108)
#81805F
(129,128,95)
#706E52
(112,110,82)
#5F5C45
(95,92,69)
#4E4A38
(78,74,56)
#3D382B
(61,56,43)
#2C261E
(44,38,30)
#1B1411
(27,20,17)
#000000
(0,0,0)

Tints of #C5C893

#C5C893
(197,200,147)
#CACD9C
(202,205,156)
#CFD2A5
(207,210,165)
#D4D7AE
(212,215,174)
#D9DCB7
(217,220,183)
#DEE1C0
(222,225,192)
#E3E6C9
(227,230,201)
#E8EBD2
(232,235,210)
#EDF0DB
(237,240,219)
#F2F5E4
(242,245,228)
#F7FAED
(247,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C893 color. Also use rgb(197,200,147) instead hex code.

Text Font Color

.myTextColor { color: #C5C893; }

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

This text font color is #C5C893.


Background Color

.myBgColor { background-color: #C5C893; }

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

This div background color is #C5C893.


Border color

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

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

This div border color is #C5C893.


Opacity

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

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

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

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

This text has shadow with #C5C893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C893 on black background.


Color preview on white background

This text has color #C5C893 on white background.



Black color preview on #C5C893 background

This text has black color on #C5C893 background.


White color preview on #C5C893 background

This text has white color on #C5C893 background.