COLOR #DCE3C5

HEX: #DCE3C5 RGB: (220,227,197)

Color info

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

RGB color model

#DCE3C5 color RGB value is (220,227,197).

RGB: (220,227,197) (86%, 89%, 77%)

RGB channels and saturation

R 220 of 255 = 86%
G 227 of 255 = 89%
B 197 of 255 = 77%

220
227
197

R + G + B ~ 84%. #DCE3C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 227 + 197 = 644 (100%)
R 220 of 644 ~ 34.16%
G 227 of 644 ~ 35.25%
B 197 of 644 ~ 30.59'%

%34.16
%35.25
%30.59

CMYK color model

#DCE3C5 color CMYK value is (3,0,13,11).

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

CMYK: (3,0,13,11)
C3M0Y13K11 (3%, 0%, 13%, 11%)
(0.03 / 0.00 / 0.13 / 0.11)

CMYK percentages

%3.08
%0
%13.22
%10.98

Codes

Color #DCE3C5 in popluar color models

DC E3 C5
RGB 220 227 197
HSL 74° 34.88% 83.14%
HSB/HSV 74° 13.22% 89.02%
CMYK 3.08% 0.00% 13.22%
10.98%

Color #DCE3C5 in popluar number systems.

HEX DC E3 C5
Decimal 220 227 197
Binary 11011100 11100011 11000101
Octal 334 343 305

Shades and tints

Shades of #DCE3C5

#DCE3C5
(220,227,197)
#C8CFB4
(200,207,180)
#B4BBA3
(180,187,163)
#A0A792
(160,167,146)
#8C9381
(140,147,129)
#787F70
(120,127,112)
#646B5F
(100,107,95)
#50574E
(80,87,78)
#3C433D
(60,67,61)
#282F2C
(40,47,44)
#141B1B
(20,27,27)
#000000
(0,0,0)

Tints of #DCE3C5

#DCE3C5
(220,227,197)
#DFE5CA
(223,229,202)
#E2E7CF
(226,231,207)
#E5E9D4
(229,233,212)
#E8EBD9
(232,235,217)
#EBEDDE
(235,237,222)
#EEEFE3
(238,239,227)
#F1F1E8
(241,241,232)
#F4F3ED
(244,243,237)
#F7F5F2
(247,245,242)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE3C5; }

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

This text font color is #DCE3C5.

Background Color

.myBgColor { background-color: #DCE3C5; }

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

This div background color is #DCE3C5.

Border color

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

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

This div border color is #DCE3C5.

Opacity

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

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

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

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

This text has shadow with #DCE3C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE3C5.

Preview

Color preview on black background

This text has color #DCE3C5 on black background.


Color preview on white background

This text has color #DCE3C5 on white background.


Black color preview on #DCE3C5 background

This text has black color on #DCE3C5 background.


White color preview on #DCE3C5 background

This text has white color on #DCE3C5 background.


Related colors

Complementary color

Complementary color for #hex is #231C3A.


I love getcolorcode.com

Triadic colors

1 #C5DCE3 and #E3C5DC with #DCE3C5 are triadic colors.

2 #C5E3DC and #E3DCC5 with #DCE3C5 are triadic colors.