COLOR #DCE4A9

HEX: #DCE4A9
RGB: (220,228,169)

Color info

#DCE4A9 contains red, green and blue colors in about the same proportion. Web safe color of #DCE4A9 is #CCCC99 (or #CC9).

RGB color model

#DCE4A9 color RGB value is (220,228,169).

  • red value is 220;
  • green value is 228;
  • blue value is 169.
RGB:
(220,228,169)
(86%,89%,66%)

RGB channels and saturation

R 220 of 255 = 86%
G 228 of 255 = 89%
B 169 of 255 = 66%

220
228
169

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

Portions of RGB colors in percentages

R + G + B =
220 + 228 + 169 = 617 (100%)
R 220 of 617 ~ 35.66%
G 228 of 617 ~ 36.95%
B 169 of 617 ~ 27.39%

%35.66
%36.95
%27.39

CMYK color model

#DCE4A9 color CMYK value is (4,0,26,11).

  • cyan value is 3.51%
  • magenta value is 0.00%
  • yellow value is 25.88%
  • key color value is 10.59%
CMYK:
(4,0,26,11)
C4M0Y26K11 
(4%,0%,26%,11%)
(0.04/0.00/0.26/0.11)	

CMYK percentages

%3.51
%0
%25.88
%10.59

Codes

Color #DCE4A9 in popluar color models

DCE4A9
RGB220228169
HSL68°52.21%77.84%
HSB/HSV68°25.88%89.41%
CMYK3.51%0.00%25.88%
10.59%

Color #DCE4A9 in popluar number systems.

HEXDCE4A9
Decimal220228169
Binary110111001110010010101001
Octal334344251

Shades and tints

Shades of #DCE4A9

#DCE4A9
(220,228,169)
#C8D09A
(200,208,154)
#B4BC8B
(180,188,139)
#A0A87C
(160,168,124)
#8C946D
(140,148,109)
#78805E
(120,128,94)
#646C4F
(100,108,79)
#505840
(80,88,64)
#3C4431
(60,68,49)
#283022
(40,48,34)
#141C13
(20,28,19)
#000000
(0,0,0)

Tints of #DCE4A9

#DCE4A9
(220,228,169)
#DFE6B0
(223,230,176)
#E2E8B7
(226,232,183)
#E5EABE
(229,234,190)
#E8ECC5
(232,236,197)
#EBEECC
(235,238,204)
#EEF0D3
(238,240,211)
#F1F2DA
(241,242,218)
#F4F4E1
(244,244,225)
#F7F6E8
(247,246,232)
#FAF8EF
(250,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCE4A9 color. Also use rgb(220,228,169) instead hex code.

Text Font Color

.myTextColor { color: #DCE4A9; }

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

This text font color is #DCE4A9.


Background Color

.myBgColor { background-color: #DCE4A9; }

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

This div background color is #DCE4A9.


Border color

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

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

This div border color is #DCE4A9.


Opacity

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

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

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

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

This text has shadow with #DCE4A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE4A9 on black background.


Color preview on white background

This text has color #DCE4A9 on white background.



Black color preview on #DCE4A9 background

This text has black color on #DCE4A9 background.


White color preview on #DCE4A9 background

This text has white color on #DCE4A9 background.