COLOR #C7D9DF

HEX: #C7D9DF
RGB: (199,217,223)

Color info

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

RGB color model

#C7D9DF color RGB value is (199,217,223).

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

RGB channels and saturation

R 199 of 255 = 78%
G 217 of 255 = 85%
B 223 of 255 = 87%

199
217
223

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

Portions of RGB colors in percentages

R + G + B =
199 + 217 + 223 = 639 (100%)
R 199 of 639 ~ 31.14%
G 217 of 639 ~ 33.96%
B 223 of 639 ~ 34.9%

%31.14
%33.96
%34.9

CMYK color model

#C7D9DF color CMYK value is (11,3,0,13).

  • cyan value is 10.76%
  • magenta value is 2.69%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(11,3,0,13)
C11M3Y0K13 
(11%,3%,0%,13%)
(0.11/0.03/0.00/0.13)	

CMYK percentages

%10.76
%2.69
%0
%12.55

Codes

Color #C7D9DF in popluar color models

C7D9DF
RGB199217223
HSL195°27.27%82.75%
HSB/HSV195°10.76%87.45%
CMYK10.76%2.69%0.00%
12.55%

Color #C7D9DF in popluar number systems.

HEXC7D9DF
Decimal199217223
Binary110001111101100111011111
Octal307331337

Shades and tints

Shades of #C7D9DF

#C7D9DF
(199,217,223)
#B5C6CB
(181,198,203)
#A3B3B7
(163,179,183)
#91A0A3
(145,160,163)
#7F8D8F
(127,141,143)
#6D7A7B
(109,122,123)
#5B6767
(91,103,103)
#495453
(73,84,83)
#37413F
(55,65,63)
#252E2B
(37,46,43)
#131B17
(19,27,23)
#000000
(0,0,0)

Tints of #C7D9DF

#C7D9DF
(199,217,223)
#CCDCE1
(204,220,225)
#D1DFE3
(209,223,227)
#D6E2E5
(214,226,229)
#DBE5E7
(219,229,231)
#E0E8E9
(224,232,233)
#E5EBEB
(229,235,235)
#EAEEED
(234,238,237)
#EFF1EF
(239,241,239)
#F4F4F1
(244,244,241)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D9DF; }

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

This text font color is #C7D9DF.


Background Color

.myBgColor { background-color: #C7D9DF; }

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

This div background color is #C7D9DF.


Border color

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

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

This div border color is #C7D9DF.


Opacity

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

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

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

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

This text has shadow with #C7D9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D9DF on black background.


Color preview on white background

This text has color #C7D9DF on white background.



Black color preview on #C7D9DF background

This text has black color on #C7D9DF background.


White color preview on #C7D9DF background

This text has white color on #C7D9DF background.