COLOR #C7CAC2

HEX: #C7CAC2
RGB: (199,202,194)

Color info

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

RGB color model

#C7CAC2 color RGB value is (199,202,194).

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

RGB channels and saturation

R 199 of 255 = 78%
G 202 of 255 = 79%
B 194 of 255 = 76%

199
202
194

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

Portions of RGB colors in percentages

R + G + B =
199 + 202 + 194 = 595 (100%)
R 199 of 595 ~ 33.45%
G 202 of 595 ~ 33.95%
B 194 of 595 ~ 32.61%

%33.45
%33.95
%32.61

CMYK color model

#C7CAC2 color CMYK value is (1,0,4,21).

  • cyan value is 1.49%
  • magenta value is 0.00%
  • yellow value is 3.96%
  • key color value is 20.78%
CMYK:
(1,0,4,21)
C1M0Y4K21 
(1%,0%,4%,21%)
(0.01/0.00/0.04/0.21)	

CMYK percentages

%1.49
%0
%3.96
%20.78

Codes

Color #C7CAC2 in popluar color models

C7CAC2
RGB199202194
HSL82°7.02%77.65%
HSB/HSV82°3.96%79.22%
CMYK1.49%0.00%3.96%
20.78%

Color #C7CAC2 in popluar number systems.

HEXC7CAC2
Decimal199202194
Binary110001111100101011000010
Octal307312302

Shades and tints

Shades of #C7CAC2

#C7CAC2
(199,202,194)
#B5B8B1
(181,184,177)
#A3A6A0
(163,166,160)
#91948F
(145,148,143)
#7F827E
(127,130,126)
#6D706D
(109,112,109)
#5B5E5C
(91,94,92)
#494C4B
(73,76,75)
#373A3A
(55,58,58)
#252829
(37,40,41)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #C7CAC2

#C7CAC2
(199,202,194)
#CCCEC7
(204,206,199)
#D1D2CC
(209,210,204)
#D6D6D1
(214,214,209)
#DBDAD6
(219,218,214)
#E0DEDB
(224,222,219)
#E5E2E0
(229,226,224)
#EAE6E5
(234,230,229)
#EFEAEA
(239,234,234)
#F4EEEF
(244,238,239)
#F9F2F4
(249,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CAC2; }

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

This text font color is #C7CAC2.


Background Color

.myBgColor { background-color: #C7CAC2; }

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

This div background color is #C7CAC2.


Border color

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

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

This div border color is #C7CAC2.


Opacity

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

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

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

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

This text has shadow with #C7CAC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CAC2 on black background.


Color preview on white background

This text has color #C7CAC2 on white background.



Black color preview on #C7CAC2 background

This text has black color on #C7CAC2 background.


White color preview on #C7CAC2 background

This text has white color on #C7CAC2 background.