COLOR #DCE29E

HEX: #DCE29E
RGB: (220,226,158)

Color info

#DCE29E contains mainly red and green colors. Web safe color of #DCE29E is #CCCC99 (or #CC9).

RGB color model

#DCE29E color RGB value is (220,226,158).

  • red value is 220;
  • green value is 226;
  • blue value is 158.
RGB:
(220,226,158)
(86%,89%,62%)

RGB channels and saturation

R 220 of 255 = 86%
G 226 of 255 = 89%
B 158 of 255 = 62%

220
226
158

R + G + B ~ 79%. #DCE29E is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 226 + 158 = 604 (100%)
R 220 of 604 ~ 36.42%
G 226 of 604 ~ 37.42%
B 158 of 604 ~ 26.16%

%36.42
%37.42
%26.16

CMYK color model

#DCE29E color CMYK value is (3,0,30,11).

  • cyan value is 2.65%
  • magenta value is 0.00%
  • yellow value is 30.09%
  • key color value is 11.37%
CMYK:
(3,0,30,11)
C3M0Y30K11 
(3%,0%,30%,11%)
(0.03/0.00/0.30/0.11)	

CMYK percentages

%2.65
%0
%30.09
%11.37

Codes

Color #DCE29E in popluar color models

DCE29E
RGB220226158
HSL65°53.97%75.29%
HSB/HSV65°30.09%88.63%
CMYK2.65%0.00%30.09%
11.37%

Color #DCE29E in popluar number systems.

HEXDCE29E
Decimal220226158
Binary110111001110001010011110
Octal334342236

Shades and tints

Shades of #DCE29E

#DCE29E
(220,226,158)
#C8CE90
(200,206,144)
#B4BA82
(180,186,130)
#A0A674
(160,166,116)
#8C9266
(140,146,102)
#787E58
(120,126,88)
#646A4A
(100,106,74)
#50563C
(80,86,60)
#3C422E
(60,66,46)
#282E20
(40,46,32)
#141A12
(20,26,18)
#000000
(0,0,0)

Tints of #DCE29E

#DCE29E
(220,226,158)
#DFE4A6
(223,228,166)
#E2E6AE
(226,230,174)
#E5E8B6
(229,232,182)
#E8EABE
(232,234,190)
#EBECC6
(235,236,198)
#EEEECE
(238,238,206)
#F1F0D6
(241,240,214)
#F4F2DE
(244,242,222)
#F7F4E6
(247,244,230)
#FAF6EE
(250,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCE29E color. Also use rgb(220,226,158) instead hex code.

Text Font Color

.myTextColor { color: #DCE29E; }

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

This text font color is #DCE29E.


Background Color

.myBgColor { background-color: #DCE29E; }

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

This div background color is #DCE29E.


Border color

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

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

This div border color is #DCE29E.


Opacity

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

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

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

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

This text has shadow with #DCE29E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE29E on black background.


Color preview on white background

This text has color #DCE29E on white background.



Black color preview on #DCE29E background

This text has black color on #DCE29E background.


White color preview on #DCE29E background

This text has white color on #DCE29E background.