COLOR #DCF2E7

HEX: #DCF2E7 RGB: (220,242,231)

Color info

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

RGB color model

#DCF2E7 color RGB value is (220,242,231).

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

RGB channels and saturation

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

220
242
231

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

Portions of RGB colors in percentages

R + G + B = 220 + 242 + 231 = 693 (100%)
R 220 of 693 ~ 31.75%
G 242 of 693 ~ 34.92%
B 231 of 693 ~ 33.33'%

%31.75
%34.92
%33.33

CMYK color model

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

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 5.10%

CMYK: (9,0,5,5)
C9M0Y5K5 (9%, 0%, 5%, 5%)
(0.09 / 0.00 / 0.05 / 0.05)

CMYK percentages

%9.09
%0
%4.55
%5.1

Codes

Color #DCF2E7 in popluar color models

DC F2 E7
RGB 220 242 231
HSL 150° 45.83% 90.59%
HSB/HSV 150° 9.09% 94.90%
CMYK 9.09% 0.00% 4.55%
5.10%

Color #DCF2E7 in popluar number systems.

HEX DC F2 E7
Decimal 220 242 231
Binary 11011100 11110010 11100111
Octal 334 362 347

Shades and tints

Shades of #DCF2E7

#DCF2E7
(220,242,231)
#C8DCD2
(200,220,210)
#B4C6BD
(180,198,189)
#A0B0A8
(160,176,168)
#8C9A93
(140,154,147)
#78847E
(120,132,126)
#646E69
(100,110,105)
#505854
(80,88,84)
#3C423F
(60,66,63)
#282C2A
(40,44,42)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #DCF2E7

#DCF2E7
(220,242,231)
#DFF3E9
(223,243,233)
#E2F4EB
(226,244,235)
#E5F5ED
(229,245,237)
#E8F6EF
(232,246,239)
#EBF7F1
(235,247,241)
#EEF8F3
(238,248,243)
#F1F9F5
(241,249,245)
#F4FAF7
(244,250,247)
#F7FBF9
(247,251,249)
#FAFCFB
(250,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF2E7; }

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

This text font color is #DCF2E7.

Background Color

.myBgColor { background-color: #DCF2E7; }

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

This div background color is #DCF2E7.

Border color

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

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

This div border color is #DCF2E7.

Opacity

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

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

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

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

This text has shadow with #DCF2E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCF2E7.

Preview

Color preview on black background

This text has color #DCF2E7 on black background.


Color preview on white background

This text has color #DCF2E7 on white background.


Black color preview on #DCF2E7 background

This text has black color on #DCF2E7 background.


White color preview on #DCF2E7 background

This text has white color on #DCF2E7 background.


Related colors

Complementary color

Complementary color for #hex is #230D18.


I love getcolorcode.com

Triadic colors

1 #E7DCF2 and #F2E7DC with #DCF2E7 are triadic colors.

2 #E7F2DC and #F2DCE7 with #DCF2E7 are triadic colors.