COLOR #C7C3CA

HEX: #C7C3CA RGB: (199,195,202)

Color info

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

RGB color model

#C7C3CA color RGB value is (199,195,202).

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

RGB channels and saturation

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

199
195
202

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

Portions of RGB colors in percentages

R + G + B = 199 + 195 + 202 = 596 (100%)
R 199 of 596 ~ 33.39%
G 195 of 596 ~ 32.72%
B 202 of 596 ~ 33.89'%

%33.39
%32.72
%33.89

CMYK color model

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

  • cyan value is 1.49%
  • magenta value is 3.47%
  • 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
%3.47
%0
%20.78

Codes

Color #C7C3CA in popluar color models

C7 C3 CA
RGB 199 195 202
HSL 274° 6.19% 77.84%
HSB/HSV 274° 3.47% 79.22%
CMYK 1.49% 3.47% 0.00%
20.78%

Color #C7C3CA in popluar number systems.

HEX C7 C3 CA
Decimal 199 195 202
Binary 11000111 11000011 11001010
Octal 307 303 312

Shades and tints

Shades of #C7C3CA

#C7C3CA
(199,195,202)
#B5B2B8
(181,178,184)
#A3A1A6
(163,161,166)
#919094
(145,144,148)
#7F7F82
(127,127,130)
#6D6E70
(109,110,112)
#5B5D5E
(91,93,94)
#494C4C
(73,76,76)
#373B3A
(55,59,58)
#252A28
(37,42,40)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #C7C3CA

#C7C3CA
(199,195,202)
#CCC8CE
(204,200,206)
#D1CDD2
(209,205,210)
#D6D2D6
(214,210,214)
#DBD7DA
(219,215,218)
#E0DCDE
(224,220,222)
#E5E1E2
(229,225,226)
#EAE6E6
(234,230,230)
#EFEBEA
(239,235,234)
#F4F0EE
(244,240,238)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C3CA; }

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

This text font color is #C7C3CA.

Background Color

.myBgColor { background-color: #C7C3CA; }

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

This div background color is #C7C3CA.

Border color

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

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

This div border color is #C7C3CA.

Opacity

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

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

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

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

This text has shadow with #C7C3CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C3CA.

Preview

Color preview on black background

This text has color #C7C3CA on black background.


Color preview on white background

This text has color #C7C3CA on white background.


Black color preview on #C7C3CA background

This text has black color on #C7C3CA background.


White color preview on #C7C3CA background

This text has white color on #C7C3CA background.


Related colors

Complementary color

Complementary color for #hex is #383C35.


I love getcolorcode.com

Triadic colors

1 #CAC7C3 and #C3CAC7 with #C7C3CA are triadic colors.

2 #CAC3C7 and #C3C7CA with #C7C3CA are triadic colors.