COLOR #C7CACD

HEX: #C7CACD
RGB: (199,202,205)

Color info

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

RGB color model

#C7CACD color RGB value is (199,202,205).

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

RGB channels and saturation

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

199
202
205

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

Portions of RGB colors in percentages

R + G + B =
199 + 202 + 205 = 606 (100%)
R 199 of 606 ~ 32.84%
G 202 of 606 ~ 33.33%
B 205 of 606 ~ 33.83%

%32.84
%33.33
%33.83

CMYK color model

#C7CACD color CMYK value is (3,1,0,20).

  • cyan value is 2.93%
  • magenta value is 1.46%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(3,1,0,20)
C3M1Y0K20 
(3%,1%,0%,20%)
(0.03/0.01/0.00/0.20)	

CMYK percentages

%2.93
%1.46
%0
%19.61

Codes

Color #C7CACD in popluar color models

C7CACD
RGB199202205
HSL210°5.66%79.22%
HSB/HSV210°2.93%80.39%
CMYK2.93%1.46%0.00%
19.61%

Color #C7CACD in popluar number systems.

HEXC7CACD
Decimal199202205
Binary110001111100101011001101
Octal307312315

Shades and tints

Shades of #C7CACD

#C7CACD
(199,202,205)
#B5B8BB
(181,184,187)
#A3A6A9
(163,166,169)
#919497
(145,148,151)
#7F8285
(127,130,133)
#6D7073
(109,112,115)
#5B5E61
(91,94,97)
#494C4F
(73,76,79)
#373A3D
(55,58,61)
#25282B
(37,40,43)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #C7CACD

#C7CACD
(199,202,205)
#CCCED1
(204,206,209)
#D1D2D5
(209,210,213)
#D6D6D9
(214,214,217)
#DBDADD
(219,218,221)
#E0DEE1
(224,222,225)
#E5E2E5
(229,226,229)
#EAE6E9
(234,230,233)
#EFEAED
(239,234,237)
#F4EEF1
(244,238,241)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CACD; }

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

This text font color is #C7CACD.


Background Color

.myBgColor { background-color: #C7CACD; }

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

This div background color is #C7CACD.


Border color

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

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

This div border color is #C7CACD.


Opacity

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

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

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

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

This text has shadow with #C7CACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CACD on black background.


Color preview on white background

This text has color #C7CACD on white background.



Black color preview on #C7CACD background

This text has black color on #C7CACD background.


White color preview on #C7CACD background

This text has white color on #C7CACD background.