COLOR #CFD6E3

HEX: #CFD6E3
RGB: (207,214,227)

Color info

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

RGB color model

#CFD6E3 color RGB value is (207,214,227).

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

RGB channels and saturation

R 207 of 255 = 81%
G 214 of 255 = 84%
B 227 of 255 = 89%

207
214
227

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

Portions of RGB colors in percentages

R + G + B =
207 + 214 + 227 = 648 (100%)
R 207 of 648 ~ 31.94%
G 214 of 648 ~ 33.02%
B 227 of 648 ~ 35.03%

%31.94
%33.02
%35.03

CMYK color model

#CFD6E3 color CMYK value is (9,6,0,11).

  • cyan value is 8.81%
  • magenta value is 5.73%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(9,6,0,11)
C9M6Y0K11 
(9%,6%,0%,11%)
(0.09/0.06/0.00/0.11)	

CMYK percentages

%8.81
%5.73
%0
%10.98

Codes

Color #CFD6E3 in popluar color models

CFD6E3
RGB207214227
HSL219°26.32%85.10%
HSB/HSV219°8.81%89.02%
CMYK8.81%5.73%0.00%
10.98%

Color #CFD6E3 in popluar number systems.

HEXCFD6E3
Decimal207214227
Binary110011111101011011100011
Octal317326343

Shades and tints

Shades of #CFD6E3

#CFD6E3
(207,214,227)
#BDC3CF
(189,195,207)
#ABB0BB
(171,176,187)
#999DA7
(153,157,167)
#878A93
(135,138,147)
#75777F
(117,119,127)
#63646B
(99,100,107)
#515157
(81,81,87)
#3F3E43
(63,62,67)
#2D2B2F
(45,43,47)
#1B181B
(27,24,27)
#000000
(0,0,0)

Tints of #CFD6E3

#CFD6E3
(207,214,227)
#D3D9E5
(211,217,229)
#D7DCE7
(215,220,231)
#DBDFE9
(219,223,233)
#DFE2EB
(223,226,235)
#E3E5ED
(227,229,237)
#E7E8EF
(231,232,239)
#EBEBF1
(235,235,241)
#EFEEF3
(239,238,243)
#F3F1F5
(243,241,245)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFD6E3; }

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

This text font color is #CFD6E3.


Background Color

.myBgColor { background-color: #CFD6E3; }

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

This div background color is #CFD6E3.


Border color

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

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

This div border color is #CFD6E3.


Opacity

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

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

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

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

This text has shadow with #CFD6E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFD6E3 on black background.


Color preview on white background

This text has color #CFD6E3 on white background.



Black color preview on #CFD6E3 background

This text has black color on #CFD6E3 background.


White color preview on #CFD6E3 background

This text has white color on #CFD6E3 background.