COLOR #DCF3EF

HEX: #DCF3EF RGB: (220,243,239)

Color info

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

RGB color model

#DCF3EF color RGB value is (220,243,239).

RGB: (220,243,239) (86%, 95%, 94%)

RGB channels and saturation

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

220
243
239

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

Portions of RGB colors in percentages

R + G + B = 220 + 243 + 239 = 702 (100%)
R 220 of 702 ~ 31.34%
G 243 of 702 ~ 34.62%
B 239 of 702 ~ 34.05'%

%31.34
%34.62
%34.05

CMYK color model

#DCF3EF color CMYK value is (9,0,2,5).

  • cyan value is 9.47%
  • magenta value is 0.00%
  • yellow value is 1.65%
  • key color value is 4.71%

CMYK: (9,0,2,5)
C9M0Y2K5 (9%, 0%, 2%, 5%)
(0.09 / 0.00 / 0.02 / 0.05)

CMYK percentages

%9.47
%0
%1.65
%4.71

Codes

Color #DCF3EF in popluar color models

DC F3 EF
RGB 220 243 239
HSL 170° 48.94% 90.78%
HSB/HSV 170° 9.47% 95.29%
CMYK 9.47% 0.00% 1.65%
4.71%

Color #DCF3EF in popluar number systems.

HEX DC F3 EF
Decimal 220 243 239
Binary 11011100 11110011 11101111
Octal 334 363 357

Shades and tints

Shades of #DCF3EF

#DCF3EF
(220,243,239)
#C8DDDA
(200,221,218)
#B4C7C5
(180,199,197)
#A0B1B0
(160,177,176)
#8C9B9B
(140,155,155)
#788586
(120,133,134)
#646F71
(100,111,113)
#50595C
(80,89,92)
#3C4347
(60,67,71)
#282D32
(40,45,50)
#14171D
(20,23,29)
#000000
(0,0,0)

Tints of #DCF3EF

#DCF3EF
(220,243,239)
#DFF4F0
(223,244,240)
#E2F5F1
(226,245,241)
#E5F6F2
(229,246,242)
#E8F7F3
(232,247,243)
#EBF8F4
(235,248,244)
#EEF9F5
(238,249,245)
#F1FAF6
(241,250,246)
#F4FBF7
(244,251,247)
#F7FCF8
(247,252,248)
#FAFDF9
(250,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF3EF; }

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

This text font color is #DCF3EF.

Background Color

.myBgColor { background-color: #DCF3EF; }

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

This div background color is #DCF3EF.

Border color

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

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

This div border color is #DCF3EF.

Opacity

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

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

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

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

This text has shadow with #DCF3EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCF3EF.

Preview

Color preview on black background

This text has color #DCF3EF on black background.


Color preview on white background

This text has color #DCF3EF on white background.


Black color preview on #DCF3EF background

This text has black color on #DCF3EF background.


White color preview on #DCF3EF background

This text has white color on #DCF3EF background.


Related colors

Complementary color

Complementary color for #hex is #230C10.


I love getcolorcode.com

Triadic colors

1 #EFDCF3 and #F3EFDC with #DCF3EF are triadic colors.

2 #EFF3DC and #F3DCEF with #DCF3EF are triadic colors.