COLOR #DCE9E3

HEX: #DCE9E3 RGB: (220,233,227)

Color info

#DCE9E3 contains red, green and blue colors in about the same proportion. Web safe color of #DCE9E3 is #CCFFCC (or #CFC).

RGB color model

#DCE9E3 color RGB value is (220,233,227).

RGB: (220,233,227) (86%, 91%, 89%)

RGB channels and saturation

R 220 of 255 = 86%
G 233 of 255 = 91%
B 227 of 255 = 89%

220
233
227

R + G + B ~ 89%. #DCE9E3 is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 233 + 227 = 680 (100%)
R 220 of 680 ~ 32.35%
G 233 of 680 ~ 34.26%
B 227 of 680 ~ 33.38'%

%32.35
%34.26
%33.38

CMYK color model

#DCE9E3 color CMYK value is (6,0,3,9).

  • cyan value is 5.58%
  • magenta value is 0.00%
  • yellow value is 2.58%
  • key color value is 8.63%

CMYK: (6,0,3,9)
C6M0Y3K9 (6%, 0%, 3%, 9%)
(0.06 / 0.00 / 0.03 / 0.09)

CMYK percentages

%5.58
%0
%2.58
%8.63

Codes

Color #DCE9E3 in popluar color models

DC E9 E3
RGB 220 233 227
HSL 152° 22.81% 88.82%
HSB/HSV 152° 5.58% 91.37%
CMYK 5.58% 0.00% 2.58%
8.63%

Color #DCE9E3 in popluar number systems.

HEX DC E9 E3
Decimal 220 233 227
Binary 11011100 11101001 11100011
Octal 334 351 343

Shades and tints

Shades of #DCE9E3

#DCE9E3
(220,233,227)
#C8D4CF
(200,212,207)
#B4BFBB
(180,191,187)
#A0AAA7
(160,170,167)
#8C9593
(140,149,147)
#78807F
(120,128,127)
#646B6B
(100,107,107)
#505657
(80,86,87)
#3C4143
(60,65,67)
#282C2F
(40,44,47)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #DCE9E3

#DCE9E3
(220,233,227)
#DFEBE5
(223,235,229)
#E2EDE7
(226,237,231)
#E5EFE9
(229,239,233)
#E8F1EB
(232,241,235)
#EBF3ED
(235,243,237)
#EEF5EF
(238,245,239)
#F1F7F1
(241,247,241)
#F4F9F3
(244,249,243)
#F7FBF5
(247,251,245)
#FAFDF7
(250,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE9E3; }

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

This text font color is #DCE9E3.

Background Color

.myBgColor { background-color: #DCE9E3; }

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

This div background color is #DCE9E3.

Border color

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

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

This div border color is #DCE9E3.

Opacity

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

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

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

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

This text has shadow with #DCE9E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE9E3.

Preview

Color preview on black background

This text has color #DCE9E3 on black background.


Color preview on white background

This text has color #DCE9E3 on white background.


Black color preview on #DCE9E3 background

This text has black color on #DCE9E3 background.


White color preview on #DCE9E3 background

This text has white color on #DCE9E3 background.


Related colors

Complementary color

Complementary color for #hex is #23161C.


I love getcolorcode.com

Triadic colors

1 #E3DCE9 and #E9E3DC with #DCE9E3 are triadic colors.

2 #E3E9DC and #E9DCE3 with #DCE9E3 are triadic colors.