COLOR #CFD6F7

HEX: #CFD6F7
RGB: (207,214,247)

Color info

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

RGB color model

#CFD6F7 color RGB value is (207,214,247).

  • red value is 207;
  • green value is 214;
  • blue value is 247.
RGB:
(207,214,247)
(81%,84%,97%)

RGB channels and saturation

R 207 of 255 = 81%
G 214 of 255 = 84%
B 247 of 255 = 97%

207
214
247

R + G + B ~ 87%. #CFD6F7 is light color.

Portions of RGB colors in percentages

R + G + B =
207 + 214 + 247 = 668 (100%)
R 207 of 668 ~ 30.99%
G 214 of 668 ~ 32.04%
B 247 of 668 ~ 36.98%

%30.99
%32.04
%36.98

CMYK color model

#CFD6F7 color CMYK value is (16,13,0,3).

  • cyan value is 16.19%
  • magenta value is 13.36%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(16,13,0,3)
C16M13Y0K3 
(16%,13%,0%,3%)
(0.16/0.13/0.00/0.03)	

CMYK percentages

%16.19
%13.36
%0
%3.14

Codes

Color #CFD6F7 in popluar color models

CFD6F7
RGB207214247
HSL230°71.43%89.02%
HSB/HSV230°16.19%96.86%
CMYK16.19%13.36%0.00%
3.14%

Color #CFD6F7 in popluar number systems.

HEXCFD6F7
Decimal207214247
Binary110011111101011011110111
Octal317326367

Shades and tints

Shades of #CFD6F7

#CFD6F7
(207,214,247)
#BDC3E1
(189,195,225)
#ABB0CB
(171,176,203)
#999DB5
(153,157,181)
#878A9F
(135,138,159)
#757789
(117,119,137)
#636473
(99,100,115)
#51515D
(81,81,93)
#3F3E47
(63,62,71)
#2D2B31
(45,43,49)
#1B181B
(27,24,27)
#000000
(0,0,0)

Tints of #CFD6F7

#CFD6F7
(207,214,247)
#D3D9F7
(211,217,247)
#D7DCF7
(215,220,247)
#DBDFF7
(219,223,247)
#DFE2F7
(223,226,247)
#E3E5F7
(227,229,247)
#E7E8F7
(231,232,247)
#EBEBF7
(235,235,247)
#EFEEF7
(239,238,247)
#F3F1F7
(243,241,247)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFD6F7 color. Also use rgb(207,214,247) instead hex code.

Text Font Color

.myTextColor { color: #CFD6F7; }

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

This text font color is #CFD6F7.


Background Color

.myBgColor { background-color: #CFD6F7; }

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

This div background color is #CFD6F7.


Border color

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

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

This div border color is #CFD6F7.


Opacity

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

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

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

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

This text has shadow with #CFD6F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFD6F7 on black background.


Color preview on white background

This text has color #CFD6F7 on white background.



Black color preview on #CFD6F7 background

This text has black color on #CFD6F7 background.


White color preview on #CFD6F7 background

This text has white color on #CFD6F7 background.