COLOR #C7C5A6

HEX: #C7C5A6
RGB: (199,197,166)

Color info

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

RGB color model

#C7C5A6 color RGB value is (199,197,166).

  • red value is 199;
  • green value is 197;
  • blue value is 166.
RGB:
(199,197,166)
(78%,77%,65%)

RGB channels and saturation

R 199 of 255 = 78%
G 197 of 255 = 77%
B 166 of 255 = 65%

199
197
166

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

Portions of RGB colors in percentages

R + G + B =
199 + 197 + 166 = 562 (100%)
R 199 of 562 ~ 35.41%
G 197 of 562 ~ 35.05%
B 166 of 562 ~ 29.54%

%35.41
%35.05
%29.54

CMYK color model

#C7C5A6 color CMYK value is (0,1,17,22).

  • cyan value is 0.00%
  • magenta value is 1.01%
  • yellow value is 16.58%
  • key color value is 21.96%
CMYK:
(0,1,17,22)
C0M1Y17K22 
(0%,1%,17%,22%)
(0.00/0.01/0.17/0.22)	

CMYK percentages

%0
%1.01
%16.58
%21.96

Codes

Color #C7C5A6 in popluar color models

C7C5A6
RGB199197166
HSL56°22.76%71.57%
HSB/HSV56°16.58%78.04%
CMYK0.00%1.01%16.58%
21.96%

Color #C7C5A6 in popluar number systems.

HEXC7C5A6
Decimal199197166
Binary110001111100010110100110
Octal307305246

Shades and tints

Shades of #C7C5A6

#C7C5A6
(199,197,166)
#B5B497
(181,180,151)
#A3A388
(163,163,136)
#919279
(145,146,121)
#7F816A
(127,129,106)
#6D705B
(109,112,91)
#5B5F4C
(91,95,76)
#494E3D
(73,78,61)
#373D2E
(55,61,46)
#252C1F
(37,44,31)
#131B10
(19,27,16)
#000000
(0,0,0)

Tints of #C7C5A6

#C7C5A6
(199,197,166)
#CCCAAE
(204,202,174)
#D1CFB6
(209,207,182)
#D6D4BE
(214,212,190)
#DBD9C6
(219,217,198)
#E0DECE
(224,222,206)
#E5E3D6
(229,227,214)
#EAE8DE
(234,232,222)
#EFEDE6
(239,237,230)
#F4F2EE
(244,242,238)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C5A6; }

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

This text font color is #C7C5A6.


Background Color

.myBgColor { background-color: #C7C5A6; }

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

This div background color is #C7C5A6.


Border color

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

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

This div border color is #C7C5A6.


Opacity

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

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

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

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

This text has shadow with #C7C5A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C5A6 on black background.


Color preview on white background

This text has color #C7C5A6 on white background.



Black color preview on #C7C5A6 background

This text has black color on #C7C5A6 background.


White color preview on #C7C5A6 background

This text has white color on #C7C5A6 background.