COLOR #DCE3CC

HEX: #DCE3CC RGB: (220,227,204)

Color info

#DCE3CC contains red, green and blue colors in about the same proportion. Web safe color of #DCE3CC is #CCCCCC (or #CCC).

RGB color model

#DCE3CC color RGB value is (220,227,204).

RGB: (220,227,204) (86%, 89%, 80%)

RGB channels and saturation

R 220 of 255 = 86%
G 227 of 255 = 89%
B 204 of 255 = 80%

220
227
204

R + G + B ~ 85%. #DCE3CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 227 + 204 = 651 (100%)
R 220 of 651 ~ 33.79%
G 227 of 651 ~ 34.87%
B 204 of 651 ~ 31.34'%

%33.79
%34.87
%31.34

CMYK color model

#DCE3CC color CMYK value is (3,0,10,11).

  • cyan value is 3.08%
  • magenta value is 0.00%
  • yellow value is 10.13%
  • key color value is 10.98%

CMYK: (3,0,10,11)
C3M0Y10K11 (3%, 0%, 10%, 11%)
(0.03 / 0.00 / 0.10 / 0.11)

CMYK percentages

%3.08
%0
%10.13
%10.98

Codes

Color #DCE3CC in popluar color models

DC E3 CC
RGB 220 227 204
HSL 78° 29.11% 84.51%
HSB/HSV 78° 10.13% 89.02%
CMYK 3.08% 0.00% 10.13%
10.98%

Color #DCE3CC in popluar number systems.

HEX DC E3 CC
Decimal 220 227 204
Binary 11011100 11100011 11001100
Octal 334 343 314

Shades and tints

Shades of #DCE3CC

#DCE3CC
(220,227,204)
#C8CFBA
(200,207,186)
#B4BBA8
(180,187,168)
#A0A796
(160,167,150)
#8C9384
(140,147,132)
#787F72
(120,127,114)
#646B60
(100,107,96)
#50574E
(80,87,78)
#3C433C
(60,67,60)
#282F2A
(40,47,42)
#141B18
(20,27,24)
#000000
(0,0,0)

Tints of #DCE3CC

#DCE3CC
(220,227,204)
#DFE5D0
(223,229,208)
#E2E7D4
(226,231,212)
#E5E9D8
(229,233,216)
#E8EBDC
(232,235,220)
#EBEDE0
(235,237,224)
#EEEFE4
(238,239,228)
#F1F1E8
(241,241,232)
#F4F3EC
(244,243,236)
#F7F5F0
(247,245,240)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE3CC; }

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

This text font color is #DCE3CC.

Background Color

.myBgColor { background-color: #DCE3CC; }

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

This div background color is #DCE3CC.

Border color

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

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

This div border color is #DCE3CC.

Opacity

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

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

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

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

This text has shadow with #DCE3CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE3CC.

Preview

Color preview on black background

This text has color #DCE3CC on black background.


Color preview on white background

This text has color #DCE3CC on white background.


Black color preview on #DCE3CC background

This text has black color on #DCE3CC background.


White color preview on #DCE3CC background

This text has white color on #DCE3CC background.


Related colors

Complementary color

Complementary color for #hex is #231C33.


I love getcolorcode.com

Triadic colors

1 #CCDCE3 and #E3CCDC with #DCE3CC are triadic colors.

2 #CCE3DC and #E3DCCC with #DCE3CC are triadic colors.