COLOR #C7C4C2

HEX: #C7C4C2
RGB: (199,196,194)

Color info

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

RGB color model

#C7C4C2 color RGB value is (199,196,194).

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

RGB channels and saturation

R 199 of 255 = 78%
G 196 of 255 = 77%
B 194 of 255 = 76%

199
196
194

R + G + B ~ 77%. #C7C4C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 196 + 194 = 589 (100%)
R 199 of 589 ~ 33.79%
G 196 of 589 ~ 33.28%
B 194 of 589 ~ 32.94%

%33.79
%33.28
%32.94

CMYK color model

#C7C4C2 color CMYK value is (0,2,3,22).

  • cyan value is 0.00%
  • magenta value is 1.51%
  • yellow value is 2.51%
  • key color value is 21.96%
CMYK:
(0,2,3,22)
C0M2Y3K22 
(0%,2%,3%,22%)
(0.00/0.02/0.03/0.22)	

CMYK percentages

%0
%1.51
%2.51
%21.96

Codes

Color #C7C4C2 in popluar color models

C7C4C2
RGB199196194
HSL24°4.27%77.06%
HSB/HSV24°2.51%78.04%
CMYK0.00%1.51%2.51%
21.96%

Color #C7C4C2 in popluar number systems.

HEXC7C4C2
Decimal199196194
Binary110001111100010011000010
Octal307304302

Shades and tints

Shades of #C7C4C2

#C7C4C2
(199,196,194)
#B5B3B1
(181,179,177)
#A3A2A0
(163,162,160)
#91918F
(145,145,143)
#7F807E
(127,128,126)
#6D6F6D
(109,111,109)
#5B5E5C
(91,94,92)
#494D4B
(73,77,75)
#373C3A
(55,60,58)
#252B29
(37,43,41)
#131A18
(19,26,24)
#000000
(0,0,0)

Tints of #C7C4C2

#C7C4C2
(199,196,194)
#CCC9C7
(204,201,199)
#D1CECC
(209,206,204)
#D6D3D1
(214,211,209)
#DBD8D6
(219,216,214)
#E0DDDB
(224,221,219)
#E5E2E0
(229,226,224)
#EAE7E5
(234,231,229)
#EFECEA
(239,236,234)
#F4F1EF
(244,241,239)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C4C2; }

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

This text font color is #C7C4C2.


Background Color

.myBgColor { background-color: #C7C4C2; }

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

This div background color is #C7C4C2.


Border color

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

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

This div border color is #C7C4C2.


Opacity

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

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

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

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

This text has shadow with #C7C4C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C4C2 on black background.


Color preview on white background

This text has color #C7C4C2 on white background.



Black color preview on #C7C4C2 background

This text has black color on #C7C4C2 background.


White color preview on #C7C4C2 background

This text has white color on #C7C4C2 background.