COLOR #C7CAC5

HEX: #C7CAC5
RGB: (199,202,197)

Color info

#C7CAC5 contains red, green and blue colors in about the same proportion. Web safe color of #C7CAC5 is #CCCCCC (or #CCC).

RGB color model

#C7CAC5 color RGB value is (199,202,197).

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

RGB channels and saturation

R 199 of 255 = 78%
G 202 of 255 = 79%
B 197 of 255 = 77%

199
202
197

R + G + B ~ 78%. #C7CAC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 202 + 197 = 598 (100%)
R 199 of 598 ~ 33.28%
G 202 of 598 ~ 33.78%
B 197 of 598 ~ 32.94%

%33.28
%33.78
%32.94

CMYK color model

#C7CAC5 color CMYK value is (1,0,2,21).

  • cyan value is 1.49%
  • magenta value is 0.00%
  • yellow value is 2.48%
  • key color value is 20.78%
CMYK:
(1,0,2,21)
C1M0Y2K21 
(1%,0%,2%,21%)
(0.01/0.00/0.02/0.21)	

CMYK percentages

%1.49
%0
%2.48
%20.78

Codes

Color #C7CAC5 in popluar color models

C7CAC5
RGB199202197
HSL96°4.50%78.24%
HSB/HSV96°2.48%79.22%
CMYK1.49%0.00%2.48%
20.78%

Color #C7CAC5 in popluar number systems.

HEXC7CAC5
Decimal199202197
Binary110001111100101011000101
Octal307312305

Shades and tints

Shades of #C7CAC5

#C7CAC5
(199,202,197)
#B5B8B4
(181,184,180)
#A3A6A3
(163,166,163)
#919492
(145,148,146)
#7F8281
(127,130,129)
#6D7070
(109,112,112)
#5B5E5F
(91,94,95)
#494C4E
(73,76,78)
#373A3D
(55,58,61)
#25282C
(37,40,44)
#13161B
(19,22,27)
#000000
(0,0,0)

Tints of #C7CAC5

#C7CAC5
(199,202,197)
#CCCECA
(204,206,202)
#D1D2CF
(209,210,207)
#D6D6D4
(214,214,212)
#DBDAD9
(219,218,217)
#E0DEDE
(224,222,222)
#E5E2E3
(229,226,227)
#EAE6E8
(234,230,232)
#EFEAED
(239,234,237)
#F4EEF2
(244,238,242)
#F9F2F7
(249,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CAC5; }

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

This text font color is #C7CAC5.


Background Color

.myBgColor { background-color: #C7CAC5; }

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

This div background color is #C7CAC5.


Border color

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

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

This div border color is #C7CAC5.


Opacity

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

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

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

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

This text has shadow with #C7CAC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CAC5 on black background.


Color preview on white background

This text has color #C7CAC5 on white background.



Black color preview on #C7CAC5 background

This text has black color on #C7CAC5 background.


White color preview on #C7CAC5 background

This text has white color on #C7CAC5 background.