COLOR #C7D6CF

HEX: #C7D6CF
RGB: (199,214,207)

Color info

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

RGB color model

#C7D6CF color RGB value is (199,214,207).

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

RGB channels and saturation

R 199 of 255 = 78%
G 214 of 255 = 84%
B 207 of 255 = 81%

199
214
207

R + G + B ~ 81%. #C7D6CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 214 + 207 = 620 (100%)
R 199 of 620 ~ 32.1%
G 214 of 620 ~ 34.52%
B 207 of 620 ~ 33.39%

%32.1
%34.52
%33.39

CMYK color model

#C7D6CF color CMYK value is (7,0,3,16).

  • cyan value is 7.01%
  • magenta value is 0.00%
  • yellow value is 3.27%
  • key color value is 16.08%
CMYK:
(7,0,3,16)
C7M0Y3K16 
(7%,0%,3%,16%)
(0.07/0.00/0.03/0.16)	

CMYK percentages

%7.01
%0
%3.27
%16.08

Codes

Color #C7D6CF in popluar color models

C7D6CF
RGB199214207
HSL152°15.46%80.98%
HSB/HSV152°7.01%83.92%
CMYK7.01%0.00%3.27%
16.08%

Color #C7D6CF in popluar number systems.

HEXC7D6CF
Decimal199214207
Binary110001111101011011001111
Octal307326317

Shades and tints

Shades of #C7D6CF

#C7D6CF
(199,214,207)
#B5C3BD
(181,195,189)
#A3B0AB
(163,176,171)
#919D99
(145,157,153)
#7F8A87
(127,138,135)
#6D7775
(109,119,117)
#5B6463
(91,100,99)
#495151
(73,81,81)
#373E3F
(55,62,63)
#252B2D
(37,43,45)
#13181B
(19,24,27)
#000000
(0,0,0)

Tints of #C7D6CF

#C7D6CF
(199,214,207)
#CCD9D3
(204,217,211)
#D1DCD7
(209,220,215)
#D6DFDB
(214,223,219)
#DBE2DF
(219,226,223)
#E0E5E3
(224,229,227)
#E5E8E7
(229,232,231)
#EAEBEB
(234,235,235)
#EFEEEF
(239,238,239)
#F4F1F3
(244,241,243)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D6CF; }

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

This text font color is #C7D6CF.


Background Color

.myBgColor { background-color: #C7D6CF; }

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

This div background color is #C7D6CF.


Border color

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

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

This div border color is #C7D6CF.


Opacity

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

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

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

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

This text has shadow with #C7D6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D6CF on black background.


Color preview on white background

This text has color #C7D6CF on white background.



Black color preview on #C7D6CF background

This text has black color on #C7D6CF background.


White color preview on #C7D6CF background

This text has white color on #C7D6CF background.