COLOR #DCF1E7

HEX: #DCF1E7 RGB: (220,241,231)

Color info

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

RGB color model

#DCF1E7 color RGB value is (220,241,231).

RGB: (220,241,231) (86%, 95%, 91%)

RGB channels and saturation

R 220 of 255 = 86%
G 241 of 255 = 95%
B 231 of 255 = 91%

220
241
231

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

Portions of RGB colors in percentages

R + G + B = 220 + 241 + 231 = 692 (100%)
R 220 of 692 ~ 31.79%
G 241 of 692 ~ 34.83%
B 231 of 692 ~ 33.38'%

%31.79
%34.83
%33.38

CMYK color model

#DCF1E7 color CMYK value is (9,0,4,5).

  • cyan value is 8.71%
  • magenta value is 0.00%
  • yellow value is 4.15%
  • key color value is 5.49%

CMYK: (9,0,4,5)
C9M0Y4K5 (9%, 0%, 4%, 5%)
(0.09 / 0.00 / 0.04 / 0.05)

CMYK percentages

%8.71
%0
%4.15
%5.49

Codes

Color #DCF1E7 in popluar color models

DC F1 E7
RGB 220 241 231
HSL 151° 42.86% 90.39%
HSB/HSV 151° 8.71% 94.51%
CMYK 8.71% 0.00% 4.15%
5.49%

Color #DCF1E7 in popluar number systems.

HEX DC F1 E7
Decimal 220 241 231
Binary 11011100 11110001 11100111
Octal 334 361 347

Shades and tints

Shades of #DCF1E7

#DCF1E7
(220,241,231)
#C8DCD2
(200,220,210)
#B4C7BD
(180,199,189)
#A0B2A8
(160,178,168)
#8C9D93
(140,157,147)
#78887E
(120,136,126)
#647369
(100,115,105)
#505E54
(80,94,84)
#3C493F
(60,73,63)
#28342A
(40,52,42)
#141F15
(20,31,21)
#000000
(0,0,0)

Tints of #DCF1E7

#DCF1E7
(220,241,231)
#DFF2E9
(223,242,233)
#E2F3EB
(226,243,235)
#E5F4ED
(229,244,237)
#E8F5EF
(232,245,239)
#EBF6F1
(235,246,241)
#EEF7F3
(238,247,243)
#F1F8F5
(241,248,245)
#F4F9F7
(244,249,247)
#F7FAF9
(247,250,249)
#FAFBFB
(250,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF1E7; }

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

This text font color is #DCF1E7.

Background Color

.myBgColor { background-color: #DCF1E7; }

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

This div background color is #DCF1E7.

Border color

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

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

This div border color is #DCF1E7.

Opacity

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

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

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

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

This text has shadow with #DCF1E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCF1E7.

Preview

Color preview on black background

This text has color #DCF1E7 on black background.


Color preview on white background

This text has color #DCF1E7 on white background.


Black color preview on #DCF1E7 background

This text has black color on #DCF1E7 background.


White color preview on #DCF1E7 background

This text has white color on #DCF1E7 background.


Related colors

Complementary color

Complementary color for #hex is #230E18.


I love getcolorcode.com

Triadic colors

1 #E7DCF1 and #F1E7DC with #DCF1E7 are triadic colors.

2 #E7F1DC and #F1DCE7 with #DCF1E7 are triadic colors.