COLOR #C7D6DF

HEX: #C7D6DF
RGB: (199,214,223)

Color info

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

RGB color model

#C7D6DF color RGB value is (199,214,223).

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

RGB channels and saturation

R 199 of 255 = 78%
G 214 of 255 = 84%
B 223 of 255 = 87%

199
214
223

R + G + B ~ 83%. #C7D6DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 214 + 223 = 636 (100%)
R 199 of 636 ~ 31.29%
G 214 of 636 ~ 33.65%
B 223 of 636 ~ 35.06%

%31.29
%33.65
%35.06

CMYK color model

#C7D6DF color CMYK value is (11,4,0,13).

  • cyan value is 10.76%
  • magenta value is 4.04%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(11,4,0,13)
C11M4Y0K13 
(11%,4%,0%,13%)
(0.11/0.04/0.00/0.13)	

CMYK percentages

%10.76
%4.04
%0
%12.55

Codes

Color #C7D6DF in popluar color models

C7D6DF
RGB199214223
HSL203°27.27%82.75%
HSB/HSV203°10.76%87.45%
CMYK10.76%4.04%0.00%
12.55%

Color #C7D6DF in popluar number systems.

HEXC7D6DF
Decimal199214223
Binary110001111101011011011111
Octal307326337

Shades and tints

Shades of #C7D6DF

#C7D6DF
(199,214,223)
#B5C3CB
(181,195,203)
#A3B0B7
(163,176,183)
#919DA3
(145,157,163)
#7F8A8F
(127,138,143)
#6D777B
(109,119,123)
#5B6467
(91,100,103)
#495153
(73,81,83)
#373E3F
(55,62,63)
#252B2B
(37,43,43)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #C7D6DF

#C7D6DF
(199,214,223)
#CCD9E1
(204,217,225)
#D1DCE3
(209,220,227)
#D6DFE5
(214,223,229)
#DBE2E7
(219,226,231)
#E0E5E9
(224,229,233)
#E5E8EB
(229,232,235)
#EAEBED
(234,235,237)
#EFEEEF
(239,238,239)
#F4F1F1
(244,241,241)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D6DF; }

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

This text font color is #C7D6DF.


Background Color

.myBgColor { background-color: #C7D6DF; }

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

This div background color is #C7D6DF.


Border color

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

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

This div border color is #C7D6DF.


Opacity

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

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

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

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

This text has shadow with #C7D6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D6DF on black background.


Color preview on white background

This text has color #C7D6DF on white background.



Black color preview on #C7D6DF background

This text has black color on #C7D6DF background.


White color preview on #C7D6DF background

This text has white color on #C7D6DF background.