COLOR #C5C5A3

HEX: #C5C5A3
RGB: (197,197,163)

Color info

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

RGB color model

#C5C5A3 color RGB value is (197,197,163).

  • red value is 197;
  • green value is 197;
  • blue value is 163.
RGB:
(197,197,163)
(77%,77%,64%)

RGB channels and saturation

R 197 of 255 = 77%
G 197 of 255 = 77%
B 163 of 255 = 64%

197
197
163

R + G + B ~ 73%. #C5C5A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 197 + 163 = 557 (100%)
R 197 of 557 ~ 35.37%
G 197 of 557 ~ 35.37%
B 163 of 557 ~ 29.26%

%35.37
%35.37
%29.26

CMYK color model

#C5C5A3 color CMYK value is (0,0,17,23).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 17.26%
  • key color value is 22.75%
CMYK:
(0,0,17,23)
C0M0Y17K23 
(0%,0%,17%,23%)
(0.00/0.00/0.17/0.23)	

CMYK percentages

%0
%0
%17.26
%22.75

Codes

Color #C5C5A3 in popluar color models

C5C5A3
RGB197197163
HSL60°22.67%70.59%
HSB/HSV60°17.26%77.25%
CMYK0.00%0.00%17.26%
22.75%

Color #C5C5A3 in popluar number systems.

HEXC5C5A3
Decimal197197163
Binary110001011100010110100011
Octal305305243

Shades and tints

Shades of #C5C5A3

#C5C5A3
(197,197,163)
#B4B495
(180,180,149)
#A3A387
(163,163,135)
#929279
(146,146,121)
#81816B
(129,129,107)
#70705D
(112,112,93)
#5F5F4F
(95,95,79)
#4E4E41
(78,78,65)
#3D3D33
(61,61,51)
#2C2C25
(44,44,37)
#1B1B17
(27,27,23)
#000000
(0,0,0)

Tints of #C5C5A3

#C5C5A3
(197,197,163)
#CACAAB
(202,202,171)
#CFCFB3
(207,207,179)
#D4D4BB
(212,212,187)
#D9D9C3
(217,217,195)
#DEDECB
(222,222,203)
#E3E3D3
(227,227,211)
#E8E8DB
(232,232,219)
#EDEDE3
(237,237,227)
#F2F2EB
(242,242,235)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C5A3; }

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

This text font color is #C5C5A3.


Background Color

.myBgColor { background-color: #C5C5A3; }

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

This div background color is #C5C5A3.


Border color

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

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

This div border color is #C5C5A3.


Opacity

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

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

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

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

This text has shadow with #C5C5A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C5A3 on black background.


Color preview on white background

This text has color #C5C5A3 on white background.



Black color preview on #C5C5A3 background

This text has black color on #C5C5A3 background.


White color preview on #C5C5A3 background

This text has white color on #C5C5A3 background.