COLOR #C7CACA

HEX: #C7CACA RGB: (199,202,202)

Color info

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

RGB color model

#C7CACA color RGB value is (199,202,202).

RGB: (199,202,202) (78%, 79%, 79%)

RGB channels and saturation

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

199
202
202

R + G + B ~ 79%. #C7CACA is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 202 + 202 = 603 (100%)
R 199 of 603 ~ 33%
G 202 of 603 ~ 33.5%
B 202 of 603 ~ 33.5'%

%33
%33.5
%33.5

CMYK color model

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

  • cyan value is 1.49%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (1,0,0,21)
C1M0Y0K21 (1%, 0%, 0%, 21%)
(0.01 / 0.00 / 0.00 / 0.21)

CMYK percentages

%1.49
%0
%0
%20.78

Codes

Color #C7CACA in popluar color models

C7 CA CA
RGB 199 202 202
HSL 180° 2.75% 78.63%
HSB/HSV 180° 1.49% 79.22%
CMYK 1.49% 0.00% 0.00%
20.78%

Color #C7CACA in popluar number systems.

HEX C7 CA CA
Decimal 199 202 202
Binary 11000111 11001010 11001010
Octal 307 312 312

Shades and tints

Shades of #C7CACA

#C7CACA
(199,202,202)
#B5B8B8
(181,184,184)
#A3A6A6
(163,166,166)
#919494
(145,148,148)
#7F8282
(127,130,130)
#6D7070
(109,112,112)
#5B5E5E
(91,94,94)
#494C4C
(73,76,76)
#373A3A
(55,58,58)
#252828
(37,40,40)
#131616
(19,22,22)
#000000
(0,0,0)

Tints of #C7CACA

#C7CACA
(199,202,202)
#CCCECE
(204,206,206)
#D1D2D2
(209,210,210)
#D6D6D6
(214,214,214)
#DBDADA
(219,218,218)
#E0DEDE
(224,222,222)
#E5E2E2
(229,226,226)
#EAE6E6
(234,230,230)
#EFEAEA
(239,234,234)
#F4EEEE
(244,238,238)
#F9F2F2
(249,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CACA; }

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

This text font color is #C7CACA.

Background Color

.myBgColor { background-color: #C7CACA; }

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

This div background color is #C7CACA.

Border color

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

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

This div border color is #C7CACA.

Opacity

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

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

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

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

This text has shadow with #C7CACA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CACA.

Preview

Color preview on black background

This text has color #C7CACA on black background.


Color preview on white background

This text has color #C7CACA on white background.


Black color preview on #C7CACA background

This text has black color on #C7CACA background.


White color preview on #C7CACA background

This text has white color on #C7CACA background.


Related colors

Complementary color

Complementary color for #hex is #383535.


I love getcolorcode.com