COLOR #CFDCF6

HEX: #CFDCF6
RGB: (207,220,246)

Color info

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

RGB color model

#CFDCF6 color RGB value is (207,220,246).

  • red value is 207;
  • green value is 220;
  • blue value is 246.
RGB:
(207,220,246)
(81%,86%,96%)

RGB channels and saturation

R 207 of 255 = 81%
G 220 of 255 = 86%
B 246 of 255 = 96%

207
220
246

R + G + B ~ 88%. #CFDCF6 is light color.

Portions of RGB colors in percentages

R + G + B =
207 + 220 + 246 = 673 (100%)
R 207 of 673 ~ 30.76%
G 220 of 673 ~ 32.69%
B 246 of 673 ~ 36.55%

%30.76
%32.69
%36.55

CMYK color model

#CFDCF6 color CMYK value is (16,11,0,4).

  • cyan value is 15.85%
  • magenta value is 10.57%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(16,11,0,4)
C16M11Y0K4 
(16%,11%,0%,4%)
(0.16/0.11/0.00/0.04)	

CMYK percentages

%15.85
%10.57
%0
%3.53

Codes

Color #CFDCF6 in popluar color models

CFDCF6
RGB207220246
HSL220°68.42%88.82%
HSB/HSV220°15.85%96.47%
CMYK15.85%10.57%0.00%
3.53%

Color #CFDCF6 in popluar number systems.

HEXCFDCF6
Decimal207220246
Binary110011111101110011110110
Octal317334366

Shades and tints

Shades of #CFDCF6

#CFDCF6
(207,220,246)
#BDC8E0
(189,200,224)
#ABB4CA
(171,180,202)
#99A0B4
(153,160,180)
#878C9E
(135,140,158)
#757888
(117,120,136)
#636472
(99,100,114)
#51505C
(81,80,92)
#3F3C46
(63,60,70)
#2D2830
(45,40,48)
#1B141A
(27,20,26)
#000000
(0,0,0)

Tints of #CFDCF6

#CFDCF6
(207,220,246)
#D3DFF6
(211,223,246)
#D7E2F6
(215,226,246)
#DBE5F6
(219,229,246)
#DFE8F6
(223,232,246)
#E3EBF6
(227,235,246)
#E7EEF6
(231,238,246)
#EBF1F6
(235,241,246)
#EFF4F6
(239,244,246)
#F3F7F6
(243,247,246)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFDCF6 color. Also use rgb(207,220,246) instead hex code.

Text Font Color

.myTextColor { color: #CFDCF6; }

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

This text font color is #CFDCF6.


Background Color

.myBgColor { background-color: #CFDCF6; }

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

This div background color is #CFDCF6.


Border color

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

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

This div border color is #CFDCF6.


Opacity

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

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

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

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

This text has shadow with #CFDCF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFDCF6 on black background.


Color preview on white background

This text has color #CFDCF6 on white background.



Black color preview on #CFDCF6 background

This text has black color on #CFDCF6 background.


White color preview on #CFDCF6 background

This text has white color on #CFDCF6 background.