COLOR #C7D1CE

HEX: #C7D1CE
RGB: (199,209,206)

Color info

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

RGB color model

#C7D1CE color RGB value is (199,209,206).

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

RGB channels and saturation

R 199 of 255 = 78%
G 209 of 255 = 82%
B 206 of 255 = 81%

199
209
206

R + G + B ~ 80%. #C7D1CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 209 + 206 = 614 (100%)
R 199 of 614 ~ 32.41%
G 209 of 614 ~ 34.04%
B 206 of 614 ~ 33.55%

%32.41
%34.04
%33.55

CMYK color model

#C7D1CE color CMYK value is (5,0,1,18).

  • cyan value is 4.78%
  • magenta value is 0.00%
  • yellow value is 1.44%
  • key color value is 18.04%
CMYK:
(5,0,1,18)
C5M0Y1K18 
(5%,0%,1%,18%)
(0.05/0.00/0.01/0.18)	

CMYK percentages

%4.78
%0
%1.44
%18.04

Codes

Color #C7D1CE in popluar color models

C7D1CE
RGB199209206
HSL162°9.80%80.00%
HSB/HSV162°4.78%81.96%
CMYK4.78%0.00%1.44%
18.04%

Color #C7D1CE in popluar number systems.

HEXC7D1CE
Decimal199209206
Binary110001111101000111001110
Octal307321316

Shades and tints

Shades of #C7D1CE

#C7D1CE
(199,209,206)
#B5BEBC
(181,190,188)
#A3ABAA
(163,171,170)
#919898
(145,152,152)
#7F8586
(127,133,134)
#6D7274
(109,114,116)
#5B5F62
(91,95,98)
#494C50
(73,76,80)
#37393E
(55,57,62)
#25262C
(37,38,44)
#13131A
(19,19,26)
#000000
(0,0,0)

Tints of #C7D1CE

#C7D1CE
(199,209,206)
#CCD5D2
(204,213,210)
#D1D9D6
(209,217,214)
#D6DDDA
(214,221,218)
#DBE1DE
(219,225,222)
#E0E5E2
(224,229,226)
#E5E9E6
(229,233,230)
#EAEDEA
(234,237,234)
#EFF1EE
(239,241,238)
#F4F5F2
(244,245,242)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D1CE; }

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

This text font color is #C7D1CE.


Background Color

.myBgColor { background-color: #C7D1CE; }

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

This div background color is #C7D1CE.


Border color

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

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

This div border color is #C7D1CE.


Opacity

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

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

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

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

This text has shadow with #C7D1CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D1CE on black background.


Color preview on white background

This text has color #C7D1CE on white background.



Black color preview on #C7D1CE background

This text has black color on #C7D1CE background.


White color preview on #C7D1CE background

This text has white color on #C7D1CE background.