COLOR #C7D6CB

HEX: #C7D6CB
RGB: (199,214,203)

Color info

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

RGB color model

#C7D6CB color RGB value is (199,214,203).

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

RGB channels and saturation

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

199
214
203

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

Portions of RGB colors in percentages

R + G + B =
199 + 214 + 203 = 616 (100%)
R 199 of 616 ~ 32.31%
G 214 of 616 ~ 34.74%
B 203 of 616 ~ 32.95%

%32.31
%34.74
%32.95

CMYK color model

#C7D6CB color CMYK value is (7,0,5,16).

  • cyan value is 7.01%
  • magenta value is 0.00%
  • yellow value is 5.14%
  • key color value is 16.08%
CMYK:
(7,0,5,16)
C7M0Y5K16 
(7%,0%,5%,16%)
(0.07/0.00/0.05/0.16)	

CMYK percentages

%7.01
%0
%5.14
%16.08

Codes

Color #C7D6CB in popluar color models

C7D6CB
RGB199214203
HSL136°15.46%80.98%
HSB/HSV136°7.01%83.92%
CMYK7.01%0.00%5.14%
16.08%

Color #C7D6CB in popluar number systems.

HEXC7D6CB
Decimal199214203
Binary110001111101011011001011
Octal307326313

Shades and tints

Shades of #C7D6CB

#C7D6CB
(199,214,203)
#B5C3B9
(181,195,185)
#A3B0A7
(163,176,167)
#919D95
(145,157,149)
#7F8A83
(127,138,131)
#6D7771
(109,119,113)
#5B645F
(91,100,95)
#49514D
(73,81,77)
#373E3B
(55,62,59)
#252B29
(37,43,41)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #C7D6CB

#C7D6CB
(199,214,203)
#CCD9CF
(204,217,207)
#D1DCD3
(209,220,211)
#D6DFD7
(214,223,215)
#DBE2DB
(219,226,219)
#E0E5DF
(224,229,223)
#E5E8E3
(229,232,227)
#EAEBE7
(234,235,231)
#EFEEEB
(239,238,235)
#F4F1EF
(244,241,239)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D6CB; }

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

This text font color is #C7D6CB.


Background Color

.myBgColor { background-color: #C7D6CB; }

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

This div background color is #C7D6CB.


Border color

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

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

This div border color is #C7D6CB.


Opacity

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

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

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

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

This text has shadow with #C7D6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D6CB on black background.


Color preview on white background

This text has color #C7D6CB on white background.



Black color preview on #C7D6CB background

This text has black color on #C7D6CB background.


White color preview on #C7D6CB background

This text has white color on #C7D6CB background.