COLOR #C7CFCA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

199
207
202

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

Portions of RGB colors in percentages

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

%32.73
%34.05
%33.22

CMYK color model

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

  • cyan value is 3.86%
  • magenta value is 0.00%
  • yellow value is 2.42%
  • key color value is 18.82%
CMYK:
(4,0,2,19)
C4M0Y2K19 
(4%,0%,2%,19%)
(0.04/0.00/0.02/0.19)	

CMYK percentages

%3.86
%0
%2.42
%18.82

Codes

Color #C7CFCA in popluar color models

C7CFCA
RGB199207202
HSL143°7.69%79.61%
HSB/HSV143°3.86%81.18%
CMYK3.86%0.00%2.42%
18.82%

Color #C7CFCA in popluar number systems.

HEXC7CFCA
Decimal199207202
Binary110001111100111111001010
Octal307317312

Shades and tints

Shades of #C7CFCA

#C7CFCA
(199,207,202)
#B5BDB8
(181,189,184)
#A3ABA6
(163,171,166)
#919994
(145,153,148)
#7F8782
(127,135,130)
#6D7570
(109,117,112)
#5B635E
(91,99,94)
#49514C
(73,81,76)
#373F3A
(55,63,58)
#252D28
(37,45,40)
#131B16
(19,27,22)
#000000
(0,0,0)

Tints of #C7CFCA

#C7CFCA
(199,207,202)
#CCD3CE
(204,211,206)
#D1D7D2
(209,215,210)
#D6DBD6
(214,219,214)
#DBDFDA
(219,223,218)
#E0E3DE
(224,227,222)
#E5E7E2
(229,231,226)
#EAEBE6
(234,235,230)
#EFEFEA
(239,239,234)
#F4F3EE
(244,243,238)
#F9F7F2
(249,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CFCA; }

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

This text font color is #C7CFCA.


Background Color

.myBgColor { background-color: #C7CFCA; }

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

This div background color is #C7CFCA.


Border color

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

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

This div border color is #C7CFCA.


Opacity

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

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

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

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

This text has shadow with #C7CFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CFCA on black background.


Color preview on white background

This text has color #C7CFCA on white background.



Black color preview on #C7CFCA background

This text has black color on #C7CFCA background.


White color preview on #C7CFCA background

This text has white color on #C7CFCA background.