COLOR #C7C9CE

HEX: #C7C9CE
RGB: (199,201,206)

Color info

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

RGB color model

#C7C9CE color RGB value is (199,201,206).

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

RGB channels and saturation

R 199 of 255 = 78%
G 201 of 255 = 79%
B 206 of 255 = 81%

199
201
206

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

Portions of RGB colors in percentages

R + G + B =
199 + 201 + 206 = 606 (100%)
R 199 of 606 ~ 32.84%
G 201 of 606 ~ 33.17%
B 206 of 606 ~ 33.99%

%32.84
%33.17
%33.99

CMYK color model

#C7C9CE color CMYK value is (3,2,0,19).

  • cyan value is 3.40%
  • magenta value is 2.43%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(3,2,0,19)
C3M2Y0K19 
(3%,2%,0%,19%)
(0.03/0.02/0.00/0.19)	

CMYK percentages

%3.4
%2.43
%0
%19.22

Codes

Color #C7C9CE in popluar color models

C7C9CE
RGB199201206
HSL223°6.67%79.41%
HSB/HSV223°3.40%80.78%
CMYK3.40%2.43%0.00%
19.22%

Color #C7C9CE in popluar number systems.

HEXC7C9CE
Decimal199201206
Binary110001111100100111001110
Octal307311316

Shades and tints

Shades of #C7C9CE

#C7C9CE
(199,201,206)
#B5B7BC
(181,183,188)
#A3A5AA
(163,165,170)
#919398
(145,147,152)
#7F8186
(127,129,134)
#6D6F74
(109,111,116)
#5B5D62
(91,93,98)
#494B50
(73,75,80)
#37393E
(55,57,62)
#25272C
(37,39,44)
#13151A
(19,21,26)
#000000
(0,0,0)

Tints of #C7C9CE

#C7C9CE
(199,201,206)
#CCCDD2
(204,205,210)
#D1D1D6
(209,209,214)
#D6D5DA
(214,213,218)
#DBD9DE
(219,217,222)
#E0DDE2
(224,221,226)
#E5E1E6
(229,225,230)
#EAE5EA
(234,229,234)
#EFE9EE
(239,233,238)
#F4EDF2
(244,237,242)
#F9F1F6
(249,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C9CE; }

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

This text font color is #C7C9CE.


Background Color

.myBgColor { background-color: #C7C9CE; }

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

This div background color is #C7C9CE.


Border color

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

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

This div border color is #C7C9CE.


Opacity

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

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

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

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

This text has shadow with #C7C9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C9CE on black background.


Color preview on white background

This text has color #C7C9CE on white background.



Black color preview on #C7C9CE background

This text has black color on #C7C9CE background.


White color preview on #C7C9CE background

This text has white color on #C7C9CE background.