COLOR #CFD1E4

HEX: #CFD1E4
RGB: (207,209,228)

Color info

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

RGB color model

#CFD1E4 color RGB value is (207,209,228).

  • red value is 207;
  • green value is 209;
  • blue value is 228.
RGB: (207,209,228) (81%,82%,89%)

RGB channels and saturation

R 207 of 255 = 81%
G 209 of 255 = 82%
B 228 of 255 = 89%

207
209
228

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

Portions of RGB colors in percentages

R + G + B =
207 + 209 + 228 = 644 (100%)
R 207 of 644 ~ 32.14%
G 209 of 644 ~ 32.45%
B 228 of 644 ~ 35.4%

%32.14
%32.45
%35.4

CMYK color model

#CFD1E4 color CMYK value is (9,8,0,11).

  • cyan value is 9.21%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK: (9,8,0,11) C9M8Y0K11 (9%,8%,0%,11%) (0.09/0.08/0.00/0.11)

CMYK percentages

%9.21
%8.33
%0
%10.59

Codes

Color #CFD1E4 in popluar color models

CFD1E4
RGB207209228
HSL234°28.00%85.29%
HSB/HSV234°9.21%89.41%
CMYK9.21%8.33%0.00%
10.59%

Color #CFD1E4 in popluar number systems.

HEXCFD1E4
Decimal207209228
Binary110011111101000111100100
Octal317321344

Shades and tints

Shades of #CFD1E4

#CFD1E4
(207,209,228)
#BDBED0
(189,190,208)
#ABABBC
(171,171,188)
#9998A8
(153,152,168)
#878594
(135,133,148)
#757280
(117,114,128)
#635F6C
(99,95,108)
#514C58
(81,76,88)
#3F3944
(63,57,68)
#2D2630
(45,38,48)
#1B131C
(27,19,28)
#000000
(0,0,0)

Tints of #CFD1E4

#CFD1E4
(207,209,228)
#D3D5E6
(211,213,230)
#D7D9E8
(215,217,232)
#DBDDEA
(219,221,234)
#DFE1EC
(223,225,236)
#E3E5EE
(227,229,238)
#E7E9F0
(231,233,240)
#EBEDF2
(235,237,242)
#EFF1F4
(239,241,244)
#F3F5F6
(243,245,246)
#F7F9F8
(247,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFD1E4 color. Also use rgb(207,209,228) instead hex code.

Text Font Color

.myTextColor { color: #CFD1E4; }

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

This text font color is #CFD1E4.


Background Color

.myBgColor { background-color: #CFD1E4; }

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

This div background color is #CFD1E4.


Border color

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

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

This div border color is #CFD1E4.


Opacity

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

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

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

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

This text has shadow with #CFD1E4 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #CFD1E4 on black background.


Color preview on white background

This text has color #CFD1E4 on white background.



Black color preview on #CFD1E4 background

This text has black color on #CFD1E4 background.


White color preview on #CFD1E4 background

This text has white color on #CFD1E4 background.