COLOR #DCEFEF

HEX: #DCEFEF
RGB: (220,239,239)

Color info

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

RGB color model

#DCEFEF color RGB value is (220,239,239).

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

RGB channels and saturation

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

220
239
239

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

Portions of RGB colors in percentages

R + G + B =
220 + 239 + 239 = 698 (100%)
R 220 of 698 ~ 31.52%
G 239 of 698 ~ 34.24%
B 239 of 698 ~ 34.24%

%31.52
%34.24
%34.24

CMYK color model

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

  • cyan value is 7.95%
  • magenta value is 0.00%
  • 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
%0
%6.27

Codes

Color #DCEFEF in popluar color models

DCEFEF
RGB220239239
HSL180°37.25%90.00%
HSB/HSV180°7.95%93.73%
CMYK7.95%0.00%0.00%
6.27%

Color #DCEFEF in popluar number systems.

HEXDCEFEF
Decimal220239239
Binary110111001110111111101111
Octal334357357

Shades and tints

Shades of #DCEFEF

#DCEFEF
(220,239,239)
#C8DADA
(200,218,218)
#B4C5C5
(180,197,197)
#A0B0B0
(160,176,176)
#8C9B9B
(140,155,155)
#788686
(120,134,134)
#647171
(100,113,113)
#505C5C
(80,92,92)
#3C4747
(60,71,71)
#283232
(40,50,50)
#141D1D
(20,29,29)
#000000
(0,0,0)

Tints of #DCEFEF

#DCEFEF
(220,239,239)
#DFF0F0
(223,240,240)
#E2F1F1
(226,241,241)
#E5F2F2
(229,242,242)
#E8F3F3
(232,243,243)
#EBF4F4
(235,244,244)
#EEF5F5
(238,245,245)
#F1F6F6
(241,246,246)
#F4F7F7
(244,247,247)
#F7F8F8
(247,248,248)
#FAF9F9
(250,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCEFEF; }

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

This text font color is #DCEFEF.


Background Color

.myBgColor { background-color: #DCEFEF; }

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

This div background color is #DCEFEF.


Border color

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

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

This div border color is #DCEFEF.


Opacity

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

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

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

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

This text has shadow with #DCEFEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCEFEF on black background.


Color preview on white background

This text has color #DCEFEF on white background.



Black color preview on #DCEFEF background

This text has black color on #DCEFEF background.


White color preview on #DCEFEF background

This text has white color on #DCEFEF background.