COLOR #CFDDE1

HEX: #CFDDE1 RGB: (207,221,225)

Color info

#CFDDE1 contains red, green and blue colors in about the same proportion. Web safe color of #CFDDE1 is #CCCCCC (or #CCC).

RGB color model

#CFDDE1 color RGB value is (207,221,225).

RGB: (207,221,225) (81%, 87%, 88%)

RGB channels and saturation

R 207 of 255 = 81%
G 221 of 255 = 87%
B 225 of 255 = 88%

207
221
225

R + G + B ~ 85%. #CFDDE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 221 + 225 = 653 (100%)
R 207 of 653 ~ 31.7%
G 221 of 653 ~ 33.84%
B 225 of 653 ~ 34.46'%

%31.7
%33.84
%34.46

CMYK color model

#CFDDE1 color CMYK value is (8,2,0,12).

  • cyan value is 8.00%
  • magenta value is 1.78%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (8,2,0,12)
C8M2Y0K12 (8%, 2%, 0%, 12%)
(0.08 / 0.02 / 0.00 / 0.12)

CMYK percentages

%8
%1.78
%0
%11.76

Codes

Color #CFDDE1 in popluar color models

CF DD E1
RGB 207 221 225
HSL 193° 23.08% 84.71%
HSB/HSV 193° 8.00% 88.24%
CMYK 8.00% 1.78% 0.00%
11.76%

Color #CFDDE1 in popluar number systems.

HEX CF DD E1
Decimal 207 221 225
Binary 11001111 11011101 11100001
Octal 317 335 341

Shades and tints

Shades of #CFDDE1

#CFDDE1
(207,221,225)
#BDC9CD
(189,201,205)
#ABB5B9
(171,181,185)
#99A1A5
(153,161,165)
#878D91
(135,141,145)
#75797D
(117,121,125)
#636569
(99,101,105)
#515155
(81,81,85)
#3F3D41
(63,61,65)
#2D292D
(45,41,45)
#1B1519
(27,21,25)
#000000
(0,0,0)

Tints of #CFDDE1

#CFDDE1
(207,221,225)
#D3E0E3
(211,224,227)
#D7E3E5
(215,227,229)
#DBE6E7
(219,230,231)
#DFE9E9
(223,233,233)
#E3ECEB
(227,236,235)
#E7EFED
(231,239,237)
#EBF2EF
(235,242,239)
#EFF5F1
(239,245,241)
#F3F8F3
(243,248,243)
#F7FBF5
(247,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFDDE1; }

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

This text font color is #CFDDE1.

Background Color

.myBgColor { background-color: #CFDDE1; }

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

This div background color is #CFDDE1.

Border color

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

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

This div border color is #CFDDE1.

Opacity

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

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

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

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

This text has shadow with #CFDDE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFDDE1.

Preview

Color preview on black background

This text has color #CFDDE1 on black background.


Color preview on white background

This text has color #CFDDE1 on white background.


Black color preview on #CFDDE1 background

This text has black color on #CFDDE1 background.


White color preview on #CFDDE1 background

This text has white color on #CFDDE1 background.


Related colors

Complementary color

Complementary color for #hex is #30221E.


I love getcolorcode.com

Triadic colors

1 #E1CFDD and #DDE1CF with #CFDDE1 are triadic colors.

2 #E1DDCF and #DDCFE1 with #CFDDE1 are triadic colors.