COLOR #C7CACF

HEX: #C7CACF RGB: (199,202,207)

Color info

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

RGB color model

#C7CACF color RGB value is (199,202,207).

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

RGB channels and saturation

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

199
202
207

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

Portions of RGB colors in percentages

R + G + B = 199 + 202 + 207 = 608 (100%)
R 199 of 608 ~ 32.73%
G 202 of 608 ~ 33.22%
B 207 of 608 ~ 34.05'%

%32.73
%33.22
%34.05

CMYK color model

#C7CACF color CMYK value is (4,2,0,19).

  • cyan value is 3.86%
  • magenta value is 2.42%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (4,2,0,19)
C4M2Y0K19 (4%, 2%, 0%, 19%)
(0.04 / 0.02 / 0.00 / 0.19)

CMYK percentages

%3.86
%2.42
%0
%18.82

Codes

Color #C7CACF in popluar color models

C7 CA CF
RGB 199 202 207
HSL 218° 7.69% 79.61%
HSB/HSV 218° 3.86% 81.18%
CMYK 3.86% 2.42% 0.00%
18.82%

Color #C7CACF in popluar number systems.

HEX C7 CA CF
Decimal 199 202 207
Binary 11000111 11001010 11001111
Octal 307 312 317

Shades and tints

Shades of #C7CACF

#C7CACF
(199,202,207)
#B5B8BD
(181,184,189)
#A3A6AB
(163,166,171)
#919499
(145,148,153)
#7F8287
(127,130,135)
#6D7075
(109,112,117)
#5B5E63
(91,94,99)
#494C51
(73,76,81)
#373A3F
(55,58,63)
#25282D
(37,40,45)
#13161B
(19,22,27)
#000000
(0,0,0)

Tints of #C7CACF

#C7CACF
(199,202,207)
#CCCED3
(204,206,211)
#D1D2D7
(209,210,215)
#D6D6DB
(214,214,219)
#DBDADF
(219,218,223)
#E0DEE3
(224,222,227)
#E5E2E7
(229,226,231)
#EAE6EB
(234,230,235)
#EFEAEF
(239,234,239)
#F4EEF3
(244,238,243)
#F9F2F7
(249,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CACF; }

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

This text font color is #C7CACF.

Background Color

.myBgColor { background-color: #C7CACF; }

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

This div background color is #C7CACF.

Border color

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

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

This div border color is #C7CACF.

Opacity

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

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

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

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

This text has shadow with #C7CACF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CACF.

Preview

Color preview on black background

This text has color #C7CACF on black background.


Color preview on white background

This text has color #C7CACF on white background.


Black color preview on #C7CACF background

This text has black color on #C7CACF background.


White color preview on #C7CACF background

This text has white color on #C7CACF background.


Related colors

Complementary color

Complementary color for #hex is #383530.


I love getcolorcode.com

Triadic colors

1 #CFC7CA and #CACFC7 with #C7CACF are triadic colors.

2 #CFCAC7 and #CAC7CF with #C7CACF are triadic colors.