COLOR #C7C4CA

HEX: #C7C4CA
RGB: (199,196,202)

Color info

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

RGB color model

#C7C4CA color RGB value is (199,196,202).

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

RGB channels and saturation

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

199
196
202

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

Portions of RGB colors in percentages

R + G + B =
199 + 196 + 202 = 597 (100%)
R 199 of 597 ~ 33.33%
G 196 of 597 ~ 32.83%
B 202 of 597 ~ 33.84%

%33.33
%32.83
%33.84

CMYK color model

#C7C4CA color CMYK value is (1,3,0,21).

  • cyan value is 1.49%
  • magenta value is 2.97%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(1,3,0,21)
C1M3Y0K21 
(1%,3%,0%,21%)
(0.01/0.03/0.00/0.21)	

CMYK percentages

%1.49
%2.97
%0
%20.78

Codes

Color #C7C4CA in popluar color models

C7C4CA
RGB199196202
HSL270°5.36%78.04%
HSB/HSV270°2.97%79.22%
CMYK1.49%2.97%0.00%
20.78%

Color #C7C4CA in popluar number systems.

HEXC7C4CA
Decimal199196202
Binary110001111100010011001010
Octal307304312

Shades and tints

Shades of #C7C4CA

#C7C4CA
(199,196,202)
#B5B3B8
(181,179,184)
#A3A2A6
(163,162,166)
#919194
(145,145,148)
#7F8082
(127,128,130)
#6D6F70
(109,111,112)
#5B5E5E
(91,94,94)
#494D4C
(73,77,76)
#373C3A
(55,60,58)
#252B28
(37,43,40)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #C7C4CA

#C7C4CA
(199,196,202)
#CCC9CE
(204,201,206)
#D1CED2
(209,206,210)
#D6D3D6
(214,211,214)
#DBD8DA
(219,216,218)
#E0DDDE
(224,221,222)
#E5E2E2
(229,226,226)
#EAE7E6
(234,231,230)
#EFECEA
(239,236,234)
#F4F1EE
(244,241,238)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C4CA; }

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

This text font color is #C7C4CA.


Background Color

.myBgColor { background-color: #C7C4CA; }

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

This div background color is #C7C4CA.


Border color

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

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

This div border color is #C7C4CA.


Opacity

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

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

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

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

This text has shadow with #C7C4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C4CA on black background.


Color preview on white background

This text has color #C7C4CA on white background.



Black color preview on #C7C4CA background

This text has black color on #C7C4CA background.


White color preview on #C7C4CA background

This text has white color on #C7C4CA background.