COLOR #C7DFE7

HEX: #C7DFE7
RGB: (199,223,231)

Color info

#C7DFE7 contains red, green and blue colors in about the same proportion. Web safe color of #C7DFE7 is #CCCCFF (or #CCF).

RGB color model

#C7DFE7 color RGB value is (199,223,231).

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

RGB channels and saturation

R 199 of 255 = 78%
G 223 of 255 = 87%
B 231 of 255 = 91%

199
223
231

R + G + B ~ 85%. #C7DFE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 223 + 231 = 653 (100%)
R 199 of 653 ~ 30.47%
G 223 of 653 ~ 34.15%
B 231 of 653 ~ 35.38%

%30.47
%34.15
%35.38

CMYK color model

#C7DFE7 color CMYK value is (14,3,0,9).

  • cyan value is 13.85%
  • magenta value is 3.46%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(14,3,0,9)
C14M3Y0K9 
(14%,3%,0%,9%)
(0.14/0.03/0.00/0.09)	

CMYK percentages

%13.85
%3.46
%0
%9.41

Codes

Color #C7DFE7 in popluar color models

C7DFE7
RGB199223231
HSL195°40.00%84.31%
HSB/HSV195°13.85%90.59%
CMYK13.85%3.46%0.00%
9.41%

Color #C7DFE7 in popluar number systems.

HEXC7DFE7
Decimal199223231
Binary110001111101111111100111
Octal307337347

Shades and tints

Shades of #C7DFE7

#C7DFE7
(199,223,231)
#B5CBD2
(181,203,210)
#A3B7BD
(163,183,189)
#91A3A8
(145,163,168)
#7F8F93
(127,143,147)
#6D7B7E
(109,123,126)
#5B6769
(91,103,105)
#495354
(73,83,84)
#373F3F
(55,63,63)
#252B2A
(37,43,42)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #C7DFE7

#C7DFE7
(199,223,231)
#CCE1E9
(204,225,233)
#D1E3EB
(209,227,235)
#D6E5ED
(214,229,237)
#DBE7EF
(219,231,239)
#E0E9F1
(224,233,241)
#E5EBF3
(229,235,243)
#EAEDF5
(234,237,245)
#EFEFF7
(239,239,247)
#F4F1F9
(244,241,249)
#F9F3FB
(249,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DFE7; }

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

This text font color is #C7DFE7.


Background Color

.myBgColor { background-color: #C7DFE7; }

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

This div background color is #C7DFE7.


Border color

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

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

This div border color is #C7DFE7.


Opacity

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

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

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

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

This text has shadow with #C7DFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DFE7 on black background.


Color preview on white background

This text has color #C7DFE7 on white background.



Black color preview on #C7DFE7 background

This text has black color on #C7DFE7 background.


White color preview on #C7DFE7 background

This text has white color on #C7DFE7 background.