COLOR #CFD3ED

HEX: #CFD3ED
RGB: (207,211,237)

Color info

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

RGB color model

#CFD3ED color RGB value is (207,211,237).

  • red value is 207;
  • green value is 211;
  • blue value is 237.
RGB:
(207,211,237)
(81%,83%,93%)

RGB channels and saturation

R 207 of 255 = 81%
G 211 of 255 = 83%
B 237 of 255 = 93%

207
211
237

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

Portions of RGB colors in percentages

R + G + B =
207 + 211 + 237 = 655 (100%)
R 207 of 655 ~ 31.6%
G 211 of 655 ~ 32.21%
B 237 of 655 ~ 36.18%

%31.6
%32.21
%36.18

CMYK color model

#CFD3ED color CMYK value is (13,11,0,7).

  • cyan value is 12.66%
  • magenta value is 10.97%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(13,11,0,7)
C13M11Y0K7 
(13%,11%,0%,7%)
(0.13/0.11/0.00/0.07)	

CMYK percentages

%12.66
%10.97
%0
%7.06

Codes

Color #CFD3ED in popluar color models

CFD3ED
RGB207211237
HSL232°45.45%87.06%
HSB/HSV232°12.66%92.94%
CMYK12.66%10.97%0.00%
7.06%

Color #CFD3ED in popluar number systems.

HEXCFD3ED
Decimal207211237
Binary110011111101001111101101
Octal317323355

Shades and tints

Shades of #CFD3ED

#CFD3ED
(207,211,237)
#BDC0D8
(189,192,216)
#ABADC3
(171,173,195)
#999AAE
(153,154,174)
#878799
(135,135,153)
#757484
(117,116,132)
#63616F
(99,97,111)
#514E5A
(81,78,90)
#3F3B45
(63,59,69)
#2D2830
(45,40,48)
#1B151B
(27,21,27)
#000000
(0,0,0)

Tints of #CFD3ED

#CFD3ED
(207,211,237)
#D3D7EE
(211,215,238)
#D7DBEF
(215,219,239)
#DBDFF0
(219,223,240)
#DFE3F1
(223,227,241)
#E3E7F2
(227,231,242)
#E7EBF3
(231,235,243)
#EBEFF4
(235,239,244)
#EFF3F5
(239,243,245)
#F3F7F6
(243,247,246)
#F7FBF7
(247,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFD3ED color. Also use rgb(207,211,237) instead hex code.

Text Font Color

.myTextColor { color: #CFD3ED; }

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

This text font color is #CFD3ED.


Background Color

.myBgColor { background-color: #CFD3ED; }

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

This div background color is #CFD3ED.


Border color

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

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

This div border color is #CFD3ED.


Opacity

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

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

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

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

This text has shadow with #CFD3ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFD3ED on black background.


Color preview on white background

This text has color #CFD3ED on white background.



Black color preview on #CFD3ED background

This text has black color on #CFD3ED background.


White color preview on #CFD3ED background

This text has white color on #CFD3ED background.