COLOR #DCECF9

HEX: #DCECF9 RGB: (220,236,249)

Color info

#DCECF9 contains red, green and blue colors in about the same proportion. Web safe color of #DCECF9 is #CCFFFF (or #CFF).

RGB color model

#DCECF9 color RGB value is (220,236,249).

RGB: (220,236,249) (86%, 93%, 98%)

RGB channels and saturation

R 220 of 255 = 86%
G 236 of 255 = 93%
B 249 of 255 = 98%

220
236
249

R + G + B ~ 92%. #DCECF9 is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 236 + 249 = 705 (100%)
R 220 of 705 ~ 31.21%
G 236 of 705 ~ 33.48%
B 249 of 705 ~ 35.32'%

%31.21
%33.48
%35.32

CMYK color model

#DCECF9 color CMYK value is (12,5,0,2).

  • cyan value is 11.65%
  • magenta value is 5.22%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (12,5,0,2)
C12M5Y0K2 (12%, 5%, 0%, 2%)
(0.12 / 0.05 / 0.00 / 0.02)

CMYK percentages

%11.65
%5.22
%0
%2.35

Codes

Color #DCECF9 in popluar color models

DC EC F9
RGB 220 236 249
HSL 207° 70.73% 91.96%
HSB/HSV 207° 11.65% 97.65%
CMYK 11.65% 5.22% 0.00%
2.35%

Color #DCECF9 in popluar number systems.

HEX DC EC F9
Decimal 220 236 249
Binary 11011100 11101100 11111001
Octal 334 354 371

Shades and tints

Shades of #DCECF9

#DCECF9
(220,236,249)
#C8D7E3
(200,215,227)
#B4C2CD
(180,194,205)
#A0ADB7
(160,173,183)
#8C98A1
(140,152,161)
#78838B
(120,131,139)
#646E75
(100,110,117)
#50595F
(80,89,95)
#3C4449
(60,68,73)
#282F33
(40,47,51)
#141A1D
(20,26,29)
#000000
(0,0,0)

Tints of #DCECF9

#DCECF9
(220,236,249)
#DFEDF9
(223,237,249)
#E2EEF9
(226,238,249)
#E5EFF9
(229,239,249)
#E8F0F9
(232,240,249)
#EBF1F9
(235,241,249)
#EEF2F9
(238,242,249)
#F1F3F9
(241,243,249)
#F4F4F9
(244,244,249)
#F7F5F9
(247,245,249)
#FAF6F9
(250,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCECF9; }

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

This text font color is #DCECF9.

Background Color

.myBgColor { background-color: #DCECF9; }

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

This div background color is #DCECF9.

Border color

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

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

This div border color is #DCECF9.

Opacity

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

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

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

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

This text has shadow with #DCECF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCECF9.

Preview

Color preview on black background

This text has color #DCECF9 on black background.


Color preview on white background

This text has color #DCECF9 on white background.


Black color preview on #DCECF9 background

This text has black color on #DCECF9 background.


White color preview on #DCECF9 background

This text has white color on #DCECF9 background.


Related colors

Complementary color

Complementary color for #hex is #231306.


I love getcolorcode.com

Triadic colors

1 #F9DCEC and #ECF9DC with #DCECF9 are triadic colors.

2 #F9ECDC and #ECDCF9 with #DCECF9 are triadic colors.