COLOR #C7C5A7

HEX: #C7C5A7
RGB: (199,197,167)

Color info

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

RGB color model

#C7C5A7 color RGB value is (199,197,167).

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

RGB channels and saturation

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

199
197
167

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

Portions of RGB colors in percentages

R + G + B =
199 + 197 + 167 = 563 (100%)
R 199 of 563 ~ 35.35%
G 197 of 563 ~ 34.99%
B 167 of 563 ~ 29.66%

%35.35
%34.99
%29.66

CMYK color model

#C7C5A7 color CMYK value is (0,1,16,22).

  • cyan value is 0.00%
  • magenta value is 1.01%
  • yellow value is 16.08%
  • key color value is 21.96%
CMYK:
(0,1,16,22)
C0M1Y16K22 
(0%,1%,16%,22%)
(0.00/0.01/0.16/0.22)	

CMYK percentages

%0
%1.01
%16.08
%21.96

Codes

Color #C7C5A7 in popluar color models

C7C5A7
RGB199197167
HSL56°22.22%71.76%
HSB/HSV56°16.08%78.04%
CMYK0.00%1.01%16.08%
21.96%

Color #C7C5A7 in popluar number systems.

HEXC7C5A7
Decimal199197167
Binary110001111100010110100111
Octal307305247

Shades and tints

Shades of #C7C5A7

#C7C5A7
(199,197,167)
#B5B498
(181,180,152)
#A3A389
(163,163,137)
#91927A
(145,146,122)
#7F816B
(127,129,107)
#6D705C
(109,112,92)
#5B5F4D
(91,95,77)
#494E3E
(73,78,62)
#373D2F
(55,61,47)
#252C20
(37,44,32)
#131B11
(19,27,17)
#000000
(0,0,0)

Tints of #C7C5A7

#C7C5A7
(199,197,167)
#CCCAAF
(204,202,175)
#D1CFB7
(209,207,183)
#D6D4BF
(214,212,191)
#DBD9C7
(219,217,199)
#E0DECF
(224,222,207)
#E5E3D7
(229,227,215)
#EAE8DF
(234,232,223)
#EFEDE7
(239,237,231)
#F4F2EF
(244,242,239)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C5A7; }

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

This text font color is #C7C5A7.


Background Color

.myBgColor { background-color: #C7C5A7; }

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

This div background color is #C7C5A7.


Border color

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

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

This div border color is #C7C5A7.


Opacity

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

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

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

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

This text has shadow with #C7C5A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C5A7 on black background.


Color preview on white background

This text has color #C7C5A7 on white background.



Black color preview on #C7C5A7 background

This text has black color on #C7C5A7 background.


White color preview on #C7C5A7 background

This text has white color on #C7C5A7 background.