COLOR #CFDCF9

HEX: #CFDCF9 RGB: (207,220,249)

Color info

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

RGB color model

#CFDCF9 color RGB value is (207,220,249).

RGB: (207,220,249) (81%, 86%, 98%)

RGB channels and saturation

R 207 of 255 = 81%
G 220 of 255 = 86%
B 249 of 255 = 98%

207
220
249

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

Portions of RGB colors in percentages

R + G + B = 207 + 220 + 249 = 676 (100%)
R 207 of 676 ~ 30.62%
G 220 of 676 ~ 32.54%
B 249 of 676 ~ 36.83'%

%30.62
%32.54
%36.83

CMYK color model

#CFDCF9 color CMYK value is (17,12,0,2).

  • cyan value is 16.87%
  • magenta value is 11.65%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK: (17,12,0,2) C17M12Y0K2 (17%,12%,0%,2%) (0.17/0.12/0.00/0.02) 

CMYK percentages

%16.87
%11.65
%0
%2.35

Codes

Color #CFDCF9 in popluar color models

CF DC F9
RGB 207 220 249
HSL 221° 77.78% 89.41%
HSB/HSV 221° 16.87% 97.65%
CMYK 16.87% 11.65% 0.00%
2.35%

Color #CFDCF9 in popluar number systems.

HEX CF DC F9
Decimal 207 220 249
Binary 11001111 11011100 11111001
Octal 317 334 371

Shades and tints

Shades of #CFDCF9

#CFDCF9
(207,220,249)
#BDC8E3
(189,200,227)
#ABB4CD
(171,180,205)
#99A0B7
(153,160,183)
#878CA1
(135,140,161)
#75788B
(117,120,139)
#636475
(99,100,117)
#51505F
(81,80,95)
#3F3C49
(63,60,73)
#2D2833
(45,40,51)
#1B141D
(27,20,29)
#000000
(0,0,0)

Tints of #CFDCF9

#CFDCF9
(207,220,249)
#D3DFF9
(211,223,249)
#D7E2F9
(215,226,249)
#DBE5F9
(219,229,249)
#DFE8F9
(223,232,249)
#E3EBF9
(227,235,249)
#E7EEF9
(231,238,249)
#EBF1F9
(235,241,249)
#EFF4F9
(239,244,249)
#F3F7F9
(243,247,249)
#F7FAF9
(247,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFDCF9; }

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

This text font color is #CFDCF9.

Background Color

.myBgColor { background-color: #CFDCF9; }

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

This div background color is #CFDCF9.

Border color

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

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

This div border color is #CFDCF9.

Opacity

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

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

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

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

This text has shadow with #CFDCF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFDCF9.

Preview

Color preview on black background

This text has color #CFDCF9 on black background.


Color preview on white background

This text has color #CFDCF9 on white background.


Black color preview on #CFDCF9 background

This text has black color on #CFDCF9 background.


White color preview on #CFDCF9 background

This text has white color on #CFDCF9 background.


Related colors

Complementary color

Complementary color for #hex is #302306.


I love getcolorcode.com

Triadic colors

1 #F9CFDC and #DCF9CF with #CFDCF9 are triadic colors.

2 #F9DCCF and #DCCFF9 with #CFDCF9 are triadic colors.