COLOR #CFDFE7

HEX: #CFDFE7 RGB: (207,223,231)

Color info

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

RGB color model

#CFDFE7 color RGB value is (207,223,231).

RGB: (207,223,231) (81%, 87%, 91%)

RGB channels and saturation

R 207 of 255 = 81%
G 223 of 255 = 87%
B 231 of 255 = 91%

207
223
231

R + G + B ~ 86%. #CFDFE7 is light color.

Portions of RGB colors in percentages

R + G + B = 207 + 223 + 231 = 661 (100%)
R 207 of 661 ~ 31.32%
G 223 of 661 ~ 33.74%
B 231 of 661 ~ 34.95'%

%31.32
%33.74
%34.95

CMYK color model

#CFDFE7 color CMYK value is (10,3,0,9).

  • cyan value is 10.39%
  • magenta value is 3.46%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (10,3,0,9)
C10M3Y0K9 (10%, 3%, 0%, 9%)
(0.10 / 0.03 / 0.00 / 0.09)

CMYK percentages

%10.39
%3.46
%0
%9.41

Codes

Color #CFDFE7 in popluar color models

CF DF E7
RGB 207 223 231
HSL 200° 33.33% 85.88%
HSB/HSV 200° 10.39% 90.59%
CMYK 10.39% 3.46% 0.00%
9.41%

Color #CFDFE7 in popluar number systems.

HEX CF DF E7
Decimal 207 223 231
Binary 11001111 11011111 11100111
Octal 317 337 347

Shades and tints

Shades of #CFDFE7

#CFDFE7
(207,223,231)
#BDCBD2
(189,203,210)
#ABB7BD
(171,183,189)
#99A3A8
(153,163,168)
#878F93
(135,143,147)
#757B7E
(117,123,126)
#636769
(99,103,105)
#515354
(81,83,84)
#3F3F3F
(63,63,63)
#2D2B2A
(45,43,42)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #CFDFE7

#CFDFE7
(207,223,231)
#D3E1E9
(211,225,233)
#D7E3EB
(215,227,235)
#DBE5ED
(219,229,237)
#DFE7EF
(223,231,239)
#E3E9F1
(227,233,241)
#E7EBF3
(231,235,243)
#EBEDF5
(235,237,245)
#EFEFF7
(239,239,247)
#F3F1F9
(243,241,249)
#F7F3FB
(247,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFDFE7 color. Also use rgb(207,223,231) instead hex code.

Text Font Color

.myTextColor { color: #CFDFE7; }

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

This text font color is #CFDFE7.

Background Color

.myBgColor { background-color: #CFDFE7; }

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

This div background color is #CFDFE7.

Border color

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

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

This div border color is #CFDFE7.

Opacity

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

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

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

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

This text has shadow with #CFDFE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFDFE7.

Preview

Color preview on black background

This text has color #CFDFE7 on black background.


Color preview on white background

This text has color #CFDFE7 on white background.


Black color preview on #CFDFE7 background

This text has black color on #CFDFE7 background.


White color preview on #CFDFE7 background

This text has white color on #CFDFE7 background.


Related colors

Complementary color

Complementary color for #hex is #302018.


I love getcolorcode.com

Triadic colors

1 #E7CFDF and #DFE7CF with #CFDFE7 are triadic colors.

2 #E7DFCF and #DFCFE7 with #CFDFE7 are triadic colors.