COLOR #D0ECFD

HEX: #D0ECFD RGB: (208,236,253)

Color info

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

RGB color model

#D0ECFD color RGB value is (208,236,253).

RGB: (208,236,253) (82%, 93%, 99%)

RGB channels and saturation

R 208 of 255 = 82%
G 236 of 255 = 93%
B 253 of 255 = 99%

208
236
253

R + G + B ~ 91%. #D0ECFD is light color.

Portions of RGB colors in percentages

R + G + B = 208 + 236 + 253 = 697 (100%)
R 208 of 697 ~ 29.84%
G 236 of 697 ~ 33.86%
B 253 of 697 ~ 36.3'%

%29.84
%33.86
%36.3

CMYK color model

#D0ECFD color CMYK value is (18,7,0,1).

  • cyan value is 17.79%
  • magenta value is 6.72%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (18,7,0,1)
C18M7Y0K1 (18%, 7%, 0%, 1%)
(0.18 / 0.07 / 0.00 / 0.01)

CMYK percentages

%17.79
%6.72
%0
%0.78

Codes

Color #D0ECFD in popluar color models

D0 EC FD
RGB 208 236 253
HSL 203° 91.84% 90.39%
HSB/HSV 203° 17.79% 99.22%
CMYK 17.79% 6.72% 0.00%
0.78%

Color #D0ECFD in popluar number systems.

HEX D0 EC FD
Decimal 208 236 253
Binary 11010000 11101100 11111101
Octal 320 354 375

Shades and tints

Shades of #D0ECFD

#D0ECFD
(208,236,253)
#BED7E6
(190,215,230)
#ACC2CF
(172,194,207)
#9AADB8
(154,173,184)
#8898A1
(136,152,161)
#76838A
(118,131,138)
#646E73
(100,110,115)
#52595C
(82,89,92)
#404445
(64,68,69)
#2E2F2E
(46,47,46)
#1C1A17
(28,26,23)
#000000
(0,0,0)

Tints of #D0ECFD

#D0ECFD
(208,236,253)
#D4EDFD
(212,237,253)
#D8EEFD
(216,238,253)
#DCEFFD
(220,239,253)
#E0F0FD
(224,240,253)
#E4F1FD
(228,241,253)
#E8F2FD
(232,242,253)
#ECF3FD
(236,243,253)
#F0F4FD
(240,244,253)
#F4F5FD
(244,245,253)
#F8F6FD
(248,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0ECFD color. Also use rgb(208,236,253) instead hex code.

Text Font Color

.myTextColor { color: #D0ECFD; }

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

This text font color is #D0ECFD.

Background Color

.myBgColor { background-color: #D0ECFD; }

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

This div background color is #D0ECFD.

Border color

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

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

This div border color is #D0ECFD.

Opacity

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

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

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

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

This text has shadow with #D0ECFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0ECFD.

Preview

Color preview on black background

This text has color #D0ECFD on black background.


Color preview on white background

This text has color #D0ECFD on white background.


Black color preview on #D0ECFD background

This text has black color on #D0ECFD background.


White color preview on #D0ECFD background

This text has white color on #D0ECFD background.


Related colors

Complementary color

Complementary color for #hex is #2F1302.


I love getcolorcode.com

Triadic colors

1 #FDD0EC and #ECFDD0 with #D0ECFD are triadic colors.

2 #FDECD0 and #ECD0FD with #D0ECFD are triadic colors.