COLOR #CFD6E1

HEX: #CFD6E1
RGB: (207,214,225)

Color info

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

RGB color model

#CFD6E1 color RGB value is (207,214,225).

  • red value is 207;
  • green value is 214;
  • blue value is 225.
RGB:
(207,214,225)
(81%,84%,88%)

RGB channels and saturation

R 207 of 255 = 81%
G 214 of 255 = 84%
B 225 of 255 = 88%

207
214
225

R + G + B ~ 84%. #CFD6E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 214 + 225 = 646 (100%)
R 207 of 646 ~ 32.04%
G 214 of 646 ~ 33.13%
B 225 of 646 ~ 34.83%

%32.04
%33.13
%34.83

CMYK color model

#CFD6E1 color CMYK value is (8,5,0,12).

  • cyan value is 8.00%
  • magenta value is 4.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(8,5,0,12)
C8M5Y0K12 
(8%,5%,0%,12%)
(0.08/0.05/0.00/0.12)	

CMYK percentages

%8
%4.89
%0
%11.76

Codes

Color #CFD6E1 in popluar color models

CFD6E1
RGB207214225
HSL217°23.08%84.71%
HSB/HSV217°8.00%88.24%
CMYK8.00%4.89%0.00%
11.76%

Color #CFD6E1 in popluar number systems.

HEXCFD6E1
Decimal207214225
Binary110011111101011011100001
Octal317326341

Shades and tints

Shades of #CFD6E1

#CFD6E1
(207,214,225)
#BDC3CD
(189,195,205)
#ABB0B9
(171,176,185)
#999DA5
(153,157,165)
#878A91
(135,138,145)
#75777D
(117,119,125)
#636469
(99,100,105)
#515155
(81,81,85)
#3F3E41
(63,62,65)
#2D2B2D
(45,43,45)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #CFD6E1

#CFD6E1
(207,214,225)
#D3D9E3
(211,217,227)
#D7DCE5
(215,220,229)
#DBDFE7
(219,223,231)
#DFE2E9
(223,226,233)
#E3E5EB
(227,229,235)
#E7E8ED
(231,232,237)
#EBEBEF
(235,235,239)
#EFEEF1
(239,238,241)
#F3F1F3
(243,241,243)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFD6E1; }

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

This text font color is #CFD6E1.


Background Color

.myBgColor { background-color: #CFD6E1; }

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

This div background color is #CFD6E1.


Border color

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

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

This div border color is #CFD6E1.


Opacity

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

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

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

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

This text has shadow with #CFD6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFD6E1 on black background.


Color preview on white background

This text has color #CFD6E1 on white background.



Black color preview on #CFD6E1 background

This text has black color on #CFD6E1 background.


White color preview on #CFD6E1 background

This text has white color on #CFD6E1 background.