COLOR #CFDDF9

HEX: #CFDDF9 RGB: (207,221,249)

Color info

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

RGB color model

#CFDDF9 color RGB value is (207,221,249).

RGB: (207,221,249) (81%, 87%, 98%)

RGB channels and saturation

R 207 of 255 = 81%
G 221 of 255 = 87%
B 249 of 255 = 98%

207
221
249

R + G + B ~ 89%. #CFDDF9 is light color.

Portions of RGB colors in percentages

R + G + B = 207 + 221 + 249 = 677 (100%)
R 207 of 677 ~ 30.58%
G 221 of 677 ~ 32.64%
B 249 of 677 ~ 36.78'%

%30.58
%32.64
%36.78

CMYK color model

#CFDDF9 color CMYK value is (17,11,0,2).

  • cyan value is 16.87%
  • magenta value is 11.24%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (17,11,0,2)
C17M11Y0K2 (17%, 11%, 0%, 2%)
(0.17 / 0.11 / 0.00 / 0.02)

CMYK percentages

%16.87
%11.24
%0
%2.35

Codes

Color #CFDDF9 in popluar color models

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

Color #CFDDF9 in popluar number systems.

HEX CF DD F9
Decimal 207 221 249
Binary 11001111 11011101 11111001
Octal 317 335 371

Shades and tints

Shades of #CFDDF9

#CFDDF9
(207,221,249)
#BDC9E3
(189,201,227)
#ABB5CD
(171,181,205)
#99A1B7
(153,161,183)
#878DA1
(135,141,161)
#75798B
(117,121,139)
#636575
(99,101,117)
#51515F
(81,81,95)
#3F3D49
(63,61,73)
#2D2933
(45,41,51)
#1B151D
(27,21,29)
#000000
(0,0,0)

Tints of #CFDDF9

#CFDDF9
(207,221,249)
#D3E0F9
(211,224,249)
#D7E3F9
(215,227,249)
#DBE6F9
(219,230,249)
#DFE9F9
(223,233,249)
#E3ECF9
(227,236,249)
#E7EFF9
(231,239,249)
#EBF2F9
(235,242,249)
#EFF5F9
(239,245,249)
#F3F8F9
(243,248,249)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFDDF9; }

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

This text font color is #CFDDF9.

Background Color

.myBgColor { background-color: #CFDDF9; }

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

This div background color is #CFDDF9.

Border color

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

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

This div border color is #CFDDF9.

Opacity

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

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

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

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

This text has shadow with #CFDDF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFDDF9.

Preview

Color preview on black background

This text has color #CFDDF9 on black background.


Color preview on white background

This text has color #CFDDF9 on white background.


Black color preview on #CFDDF9 background

This text has black color on #CFDDF9 background.


White color preview on #CFDDF9 background

This text has white color on #CFDDF9 background.


Related colors

Complementary color

Complementary color for #hex is #302206.


I love getcolorcode.com

Triadic colors

1 #F9CFDD and #DDF9CF with #CFDDF9 are triadic colors.

2 #F9DDCF and #DDCFF9 with #CFDDF9 are triadic colors.