COLOR #C7D9F4

HEX: #C7D9F4
RGB: (199,217,244)

Color info

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

RGB color model

#C7D9F4 color RGB value is (199,217,244).

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

RGB channels and saturation

R 199 of 255 = 78%
G 217 of 255 = 85%
B 244 of 255 = 96%

199
217
244

R + G + B ~ 86%. #C7D9F4 is light color.

Portions of RGB colors in percentages

R + G + B =
199 + 217 + 244 = 660 (100%)
R 199 of 660 ~ 30.15%
G 217 of 660 ~ 32.88%
B 244 of 660 ~ 36.97%

%30.15
%32.88
%36.97

CMYK color model

#C7D9F4 color CMYK value is (18,11,0,4).

  • cyan value is 18.44%
  • magenta value is 11.07%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(18,11,0,4)
C18M11Y0K4 
(18%,11%,0%,4%)
(0.18/0.11/0.00/0.04)	

CMYK percentages

%18.44
%11.07
%0
%4.31

Codes

Color #C7D9F4 in popluar color models

C7D9F4
RGB199217244
HSL216°67.16%86.86%
HSB/HSV216°18.44%95.69%
CMYK18.44%11.07%0.00%
4.31%

Color #C7D9F4 in popluar number systems.

HEXC7D9F4
Decimal199217244
Binary110001111101100111110100
Octal307331364

Shades and tints

Shades of #C7D9F4

#C7D9F4
(199,217,244)
#B5C6DE
(181,198,222)
#A3B3C8
(163,179,200)
#91A0B2
(145,160,178)
#7F8D9C
(127,141,156)
#6D7A86
(109,122,134)
#5B6770
(91,103,112)
#49545A
(73,84,90)
#374144
(55,65,68)
#252E2E
(37,46,46)
#131B18
(19,27,24)
#000000
(0,0,0)

Tints of #C7D9F4

#C7D9F4
(199,217,244)
#CCDCF5
(204,220,245)
#D1DFF6
(209,223,246)
#D6E2F7
(214,226,247)
#DBE5F8
(219,229,248)
#E0E8F9
(224,232,249)
#E5EBFA
(229,235,250)
#EAEEFB
(234,238,251)
#EFF1FC
(239,241,252)
#F4F4FD
(244,244,253)
#F9F7FE
(249,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D9F4; }

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

This text font color is #C7D9F4.


Background Color

.myBgColor { background-color: #C7D9F4; }

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

This div background color is #C7D9F4.


Border color

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

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

This div border color is #C7D9F4.


Opacity

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

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

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

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

This text has shadow with #C7D9F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D9F4 on black background.


Color preview on white background

This text has color #C7D9F4 on white background.



Black color preview on #C7D9F4 background

This text has black color on #C7D9F4 background.


White color preview on #C7D9F4 background

This text has white color on #C7D9F4 background.