COLOR #C7D6CD

HEX: #C7D6CD
RGB: (199,214,205)

Color info

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

RGB color model

#C7D6CD color RGB value is (199,214,205).

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

RGB channels and saturation

R 199 of 255 = 78%
G 214 of 255 = 84%
B 205 of 255 = 80%

199
214
205

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

Portions of RGB colors in percentages

R + G + B =
199 + 214 + 205 = 618 (100%)
R 199 of 618 ~ 32.2%
G 214 of 618 ~ 34.63%
B 205 of 618 ~ 33.17%

%32.2
%34.63
%33.17

CMYK color model

#C7D6CD color CMYK value is (7,0,4,16).

  • cyan value is 7.01%
  • magenta value is 0.00%
  • yellow value is 4.21%
  • key color value is 16.08%
CMYK:
(7,0,4,16)
C7M0Y4K16 
(7%,0%,4%,16%)
(0.07/0.00/0.04/0.16)	

CMYK percentages

%7.01
%0
%4.21
%16.08

Codes

Color #C7D6CD in popluar color models

C7D6CD
RGB199214205
HSL144°15.46%80.98%
HSB/HSV144°7.01%83.92%
CMYK7.01%0.00%4.21%
16.08%

Color #C7D6CD in popluar number systems.

HEXC7D6CD
Decimal199214205
Binary110001111101011011001101
Octal307326315

Shades and tints

Shades of #C7D6CD

#C7D6CD
(199,214,205)
#B5C3BB
(181,195,187)
#A3B0A9
(163,176,169)
#919D97
(145,157,151)
#7F8A85
(127,138,133)
#6D7773
(109,119,115)
#5B6461
(91,100,97)
#49514F
(73,81,79)
#373E3D
(55,62,61)
#252B2B
(37,43,43)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #C7D6CD

#C7D6CD
(199,214,205)
#CCD9D1
(204,217,209)
#D1DCD5
(209,220,213)
#D6DFD9
(214,223,217)
#DBE2DD
(219,226,221)
#E0E5E1
(224,229,225)
#E5E8E5
(229,232,229)
#EAEBE9
(234,235,233)
#EFEEED
(239,238,237)
#F4F1F1
(244,241,241)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D6CD; }

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

This text font color is #C7D6CD.


Background Color

.myBgColor { background-color: #C7D6CD; }

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

This div background color is #C7D6CD.


Border color

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

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

This div border color is #C7D6CD.


Opacity

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

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

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

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

This text has shadow with #C7D6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D6CD on black background.


Color preview on white background

This text has color #C7D6CD on white background.



Black color preview on #C7D6CD background

This text has black color on #C7D6CD background.


White color preview on #C7D6CD background

This text has white color on #C7D6CD background.