COLOR #D1DCEC

HEX: #D1DCEC RGB: (209,220,236)

Color info

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

RGB color model

#D1DCEC color RGB value is (209,220,236).

RGB: (209,220,236) (82%, 86%, 93%)

RGB channels and saturation

R 209 of 255 = 82%
G 220 of 255 = 86%
B 236 of 255 = 93%

209
220
236

R + G + B ~ 87%. #D1DCEC is light color.

Portions of RGB colors in percentages

R + G + B = 209 + 220 + 236 = 665 (100%)
R 209 of 665 ~ 31.43%
G 220 of 665 ~ 33.08%
B 236 of 665 ~ 35.49'%

%31.43
%33.08
%35.49

CMYK color model

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

  • cyan value is 11.44%
  • magenta value is 6.78%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (11,7,0,7)
C11M7Y0K7 (11%, 7%, 0%, 7%)
(0.11 / 0.07 / 0.00 / 0.07)

CMYK percentages

%11.44
%6.78
%0
%7.45

Codes

Color #D1DCEC in popluar color models

D1 DC EC
RGB 209 220 236
HSL 216° 41.54% 87.25%
HSB/HSV 216° 11.44% 92.55%
CMYK 11.44% 6.78% 0.00%
7.45%

Color #D1DCEC in popluar number systems.

HEX D1 DC EC
Decimal 209 220 236
Binary 11010001 11011100 11101100
Octal 321 334 354

Shades and tints

Shades of #D1DCEC

#D1DCEC
(209,220,236)
#BEC8D7
(190,200,215)
#ABB4C2
(171,180,194)
#98A0AD
(152,160,173)
#858C98
(133,140,152)
#727883
(114,120,131)
#5F646E
(95,100,110)
#4C5059
(76,80,89)
#393C44
(57,60,68)
#26282F
(38,40,47)
#13141A
(19,20,26)
#000000
(0,0,0)

Tints of #D1DCEC

#D1DCEC
(209,220,236)
#D5DFED
(213,223,237)
#D9E2EE
(217,226,238)
#DDE5EF
(221,229,239)
#E1E8F0
(225,232,240)
#E5EBF1
(229,235,241)
#E9EEF2
(233,238,242)
#EDF1F3
(237,241,243)
#F1F4F4
(241,244,244)
#F5F7F5
(245,247,245)
#F9FAF6
(249,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1DCEC color. Also use rgb(209,220,236) instead hex code.

Text Font Color

.myTextColor { color: #D1DCEC; }

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

This text font color is #D1DCEC.

Background Color

.myBgColor { background-color: #D1DCEC; }

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

This div background color is #D1DCEC.

Border color

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

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

This div border color is #D1DCEC.

Opacity

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

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

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

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

This text has shadow with #D1DCEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1DCEC.

Preview

Color preview on black background

This text has color #D1DCEC on black background.


Color preview on white background

This text has color #D1DCEC on white background.


Black color preview on #D1DCEC background

This text has black color on #D1DCEC background.


White color preview on #D1DCEC background

This text has white color on #D1DCEC background.


Related colors

Complementary color

Complementary color for #hex is #2E2313.


I love getcolorcode.com

Triadic colors

1 #ECD1DC and #DCECD1 with #D1DCEC are triadic colors.

2 #ECDCD1 and #DCD1EC with #D1DCEC are triadic colors.