COLOR #DCF6E9

HEX: #DCF6E9 RGB: (220,246,233)

Color info

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

RGB color model

#DCF6E9 color RGB value is (220,246,233).

RGB: (220,246,233) (86%, 96%, 91%)

RGB channels and saturation

R 220 of 255 = 86%
G 246 of 255 = 96%
B 233 of 255 = 91%

220
246
233

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

Portions of RGB colors in percentages

R + G + B = 220 + 246 + 233 = 699 (100%)
R 220 of 699 ~ 31.47%
G 246 of 699 ~ 35.19%
B 233 of 699 ~ 33.33'%

%31.47
%35.19
%33.33

CMYK color model

#DCF6E9 color CMYK value is (11,0,5,4).

  • cyan value is 10.57%
  • magenta value is 0.00%
  • yellow value is 5.28%
  • key color value is 3.53%
CMYK: (11,0,5,4) C11M0Y5K4 (11%,0%,5%,4%) (0.11/0.00/0.05/0.04) 

CMYK percentages

%10.57
%0
%5.28
%3.53

Codes

Color #DCF6E9 in popluar color models

DC F6 E9
RGB 220 246 233
HSL 150° 59.09% 91.37%
HSB/HSV 150° 10.57% 96.47%
CMYK 10.57% 0.00% 5.28%
3.53%

Color #DCF6E9 in popluar number systems.

HEX DC F6 E9
Decimal 220 246 233
Binary 11011100 11110110 11101001
Octal 334 366 351

Shades and tints

Shades of #DCF6E9

#DCF6E9
(220,246,233)
#C8E0D4
(200,224,212)
#B4CABF
(180,202,191)
#A0B4AA
(160,180,170)
#8C9E95
(140,158,149)
#788880
(120,136,128)
#64726B
(100,114,107)
#505C56
(80,92,86)
#3C4641
(60,70,65)
#28302C
(40,48,44)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #DCF6E9

#DCF6E9
(220,246,233)
#DFF6EB
(223,246,235)
#E2F6ED
(226,246,237)
#E5F6EF
(229,246,239)
#E8F6F1
(232,246,241)
#EBF6F3
(235,246,243)
#EEF6F5
(238,246,245)
#F1F6F7
(241,246,247)
#F4F6F9
(244,246,249)
#F7F6FB
(247,246,251)
#FAF6FD
(250,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF6E9; }

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

This text font color is #DCF6E9.

Background Color

.myBgColor { background-color: #DCF6E9; }

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

This div background color is #DCF6E9.

Border color

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

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

This div border color is #DCF6E9.

Opacity

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

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

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

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

This text has shadow with #DCF6E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCF6E9.

Preview

Color preview on black background

This text has color #DCF6E9 on black background.


Color preview on white background

This text has color #DCF6E9 on white background.


Black color preview on #DCF6E9 background

This text has black color on #DCF6E9 background.


White color preview on #DCF6E9 background

This text has white color on #DCF6E9 background.


Related colors

Complementary color

Complementary color for #hex is #230916.


I love getcolorcode.com

Triadic colors

1 #E9DCF6 and #F6E9DC with #DCF6E9 are triadic colors.

2 #E9F6DC and #F6DCE9 with #DCF6E9 are triadic colors.