COLOR #DCF9EC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

220
249
236

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

Portions of RGB colors in percentages

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

%31.21
%35.32
%33.48

CMYK color model

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

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

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

CMYK percentages

%11.65
%0
%5.22
%2.35

Codes

Color #DCF9EC in popluar color models

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

Color #DCF9EC in popluar number systems.

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

Shades and tints

Shades of #DCF9EC

#DCF9EC
(220,249,236)
#C8E3D7
(200,227,215)
#B4CDC2
(180,205,194)
#A0B7AD
(160,183,173)
#8CA198
(140,161,152)
#788B83
(120,139,131)
#64756E
(100,117,110)
#505F59
(80,95,89)
#3C4944
(60,73,68)
#28332F
(40,51,47)
#141D1A
(20,29,26)
#000000
(0,0,0)

Tints of #DCF9EC

#DCF9EC
(220,249,236)
#DFF9ED
(223,249,237)
#E2F9EE
(226,249,238)
#E5F9EF
(229,249,239)
#E8F9F0
(232,249,240)
#EBF9F1
(235,249,241)
#EEF9F2
(238,249,242)
#F1F9F3
(241,249,243)
#F4F9F4
(244,249,244)
#F7F9F5
(247,249,245)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF9EC; }

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

This text font color is #DCF9EC.

Background Color

.myBgColor { background-color: #DCF9EC; }

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

This div background color is #DCF9EC.

Border color

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

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

This div border color is #DCF9EC.

Opacity

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

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

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

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

This text has shadow with #DCF9EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCF9EC.

Preview

Color preview on black background

This text has color #DCF9EC on black background.


Color preview on white background

This text has color #DCF9EC on white background.


Black color preview on #DCF9EC background

This text has black color on #DCF9EC background.


White color preview on #DCF9EC background

This text has white color on #DCF9EC background.


Related colors

Complementary color

Complementary color for #hex is #230613.


I love getcolorcode.com

Triadic colors

1 #ECDCF9 and #F9ECDC with #DCF9EC are triadic colors.

2 #ECF9DC and #F9DCEC with #DCF9EC are triadic colors.