COLOR #DCE7A3

HEX: #DCE7A3 RGB: (220,231,163)

Color info

#DCE7A3 contains mainly red and green colors. Web safe color of #DCE7A3 is #CCFF99 (or #CF9).

RGB color model

#DCE7A3 color RGB value is (220,231,163).

RGB: (220,231,163) (86%, 91%, 64%)

RGB channels and saturation

R 220 of 255 = 86%
G 231 of 255 = 91%
B 163 of 255 = 64%

220
231
163

R + G + B ~ 80%. #DCE7A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 231 + 163 = 614 (100%)
R 220 of 614 ~ 35.83%
G 231 of 614 ~ 37.62%
B 163 of 614 ~ 26.55'%

%35.83
%37.62
%26.55

CMYK color model

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

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 29.44%
  • key color value is 9.41%

CMYK: (5,0,29,9)
C5M0Y29K9 (5%, 0%, 29%, 9%)
(0.05 / 0.00 / 0.29 / 0.09)

CMYK percentages

%4.76
%0
%29.44
%9.41

Codes

Color #DCE7A3 in popluar color models

DC E7 A3
RGB 220 231 163
HSL 70° 58.62% 77.25%
HSB/HSV 70° 29.44% 90.59%
CMYK 4.76% 0.00% 29.44%
9.41%

Color #DCE7A3 in popluar number systems.

HEX DC E7 A3
Decimal 220 231 163
Binary 11011100 11100111 10100011
Octal 334 347 243

Shades and tints

Shades of #DCE7A3

#DCE7A3
(220,231,163)
#C8D295
(200,210,149)
#B4BD87
(180,189,135)
#A0A879
(160,168,121)
#8C936B
(140,147,107)
#787E5D
(120,126,93)
#64694F
(100,105,79)
#505441
(80,84,65)
#3C3F33
(60,63,51)
#282A25
(40,42,37)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #DCE7A3

#DCE7A3
(220,231,163)
#DFE9AB
(223,233,171)
#E2EBB3
(226,235,179)
#E5EDBB
(229,237,187)
#E8EFC3
(232,239,195)
#EBF1CB
(235,241,203)
#EEF3D3
(238,243,211)
#F1F5DB
(241,245,219)
#F4F7E3
(244,247,227)
#F7F9EB
(247,249,235)
#FAFBF3
(250,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE7A3; }

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

This text font color is #DCE7A3.

Background Color

.myBgColor { background-color: #DCE7A3; }

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

This div background color is #DCE7A3.

Border color

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

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

This div border color is #DCE7A3.

Opacity

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

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

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

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

This text has shadow with #DCE7A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE7A3.

Preview

Color preview on black background

This text has color #DCE7A3 on black background.


Color preview on white background

This text has color #DCE7A3 on white background.


Black color preview on #DCE7A3 background

This text has black color on #DCE7A3 background.


White color preview on #DCE7A3 background

This text has white color on #DCE7A3 background.


Related colors

Complementary color

Complementary color for #hex is #23185C.


I love getcolorcode.com

Triadic colors

1 #A3DCE7 and #E7A3DC with #DCE7A3 are triadic colors.

2 #A3E7DC and #E7DCA3 with #DCE7A3 are triadic colors.