COLOR #DCEEEF

HEX: #DCEEEF
RGB: (220,238,239)

Color info

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

RGB color model

#DCEEEF color RGB value is (220,238,239).

  • red value is 220;
  • green value is 238;
  • blue value is 239.
RGB:
(220,238,239)
(86%,93%,94%)

RGB channels and saturation

R 220 of 255 = 86%
G 238 of 255 = 93%
B 239 of 255 = 94%

220
238
239

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

Portions of RGB colors in percentages

R + G + B =
220 + 238 + 239 = 697 (100%)
R 220 of 697 ~ 31.56%
G 238 of 697 ~ 34.15%
B 239 of 697 ~ 34.29%

%31.56
%34.15
%34.29

CMYK color model

#DCEEEF color CMYK value is (8,0,0,6).

  • cyan value is 7.95%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(8,0,0,6)
C8M0Y0K6 
(8%,0%,0%,6%)
(0.08/0.00/0.00/0.06)	

CMYK percentages

%7.95
%0.42
%0
%6.27

Codes

Color #DCEEEF in popluar color models

DCEEEF
RGB220238239
HSL183°37.25%90.00%
HSB/HSV183°7.95%93.73%
CMYK7.95%0.42%0.00%
6.27%

Color #DCEEEF in popluar number systems.

HEXDCEEEF
Decimal220238239
Binary110111001110111011101111
Octal334356357

Shades and tints

Shades of #DCEEEF

#DCEEEF
(220,238,239)
#C8D9DA
(200,217,218)
#B4C4C5
(180,196,197)
#A0AFB0
(160,175,176)
#8C9A9B
(140,154,155)
#788586
(120,133,134)
#647071
(100,112,113)
#505B5C
(80,91,92)
#3C4647
(60,70,71)
#283132
(40,49,50)
#141C1D
(20,28,29)
#000000
(0,0,0)

Tints of #DCEEEF

#DCEEEF
(220,238,239)
#DFEFF0
(223,239,240)
#E2F0F1
(226,240,241)
#E5F1F2
(229,241,242)
#E8F2F3
(232,242,243)
#EBF3F4
(235,243,244)
#EEF4F5
(238,244,245)
#F1F5F6
(241,245,246)
#F4F6F7
(244,246,247)
#F7F7F8
(247,247,248)
#FAF8F9
(250,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCEEEF color. Also use rgb(220,238,239) instead hex code.

Text Font Color

.myTextColor { color: #DCEEEF; }

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

This text font color is #DCEEEF.


Background Color

.myBgColor { background-color: #DCEEEF; }

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

This div background color is #DCEEEF.


Border color

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

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

This div border color is #DCEEEF.


Opacity

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

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

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

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

This text has shadow with #DCEEEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCEEEF on black background.


Color preview on white background

This text has color #DCEEEF on white background.



Black color preview on #DCEEEF background

This text has black color on #DCEEEF background.


White color preview on #DCEEEF background

This text has white color on #DCEEEF background.