COLOR #DCED8A

HEX: #DCED8A
RGB: (220,237,138)

Color info

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

RGB color model

#DCED8A color RGB value is (220,237,138).

  • red value is 220;
  • green value is 237;
  • blue value is 138.
RGB:
(220,237,138)
(86%,93%,54%)

RGB channels and saturation

R 220 of 255 = 86%
G 237 of 255 = 93%
B 138 of 255 = 54%

220
237
138

R + G + B ~ 78%. #DCED8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 237 + 138 = 595 (100%)
R 220 of 595 ~ 36.97%
G 237 of 595 ~ 39.83%
B 138 of 595 ~ 23.19%

%36.97
%39.83
%23.19

CMYK color model

#DCED8A color CMYK value is (7,0,42,7).

  • cyan value is 7.17%
  • magenta value is 0.00%
  • yellow value is 41.77%
  • key color value is 7.06%
CMYK:
(7,0,42,7)
C7M0Y42K7 
(7%,0%,42%,7%)
(0.07/0.00/0.42/0.07)	

CMYK percentages

%7.17
%0
%41.77
%7.06

Codes

Color #DCED8A in popluar color models

DCED8A
RGB220237138
HSL70°73.33%73.53%
HSB/HSV70°41.77%92.94%
CMYK7.17%0.00%41.77%
7.06%

Color #DCED8A in popluar number systems.

HEXDCED8A
Decimal220237138
Binary110111001110110110001010
Octal334355212

Shades and tints

Shades of #DCED8A

#DCED8A
(220,237,138)
#C8D87E
(200,216,126)
#B4C372
(180,195,114)
#A0AE66
(160,174,102)
#8C995A
(140,153,90)
#78844E
(120,132,78)
#646F42
(100,111,66)
#505A36
(80,90,54)
#3C452A
(60,69,42)
#28301E
(40,48,30)
#141B12
(20,27,18)
#000000
(0,0,0)

Tints of #DCED8A

#DCED8A
(220,237,138)
#DFEE94
(223,238,148)
#E2EF9E
(226,239,158)
#E5F0A8
(229,240,168)
#E8F1B2
(232,241,178)
#EBF2BC
(235,242,188)
#EEF3C6
(238,243,198)
#F1F4D0
(241,244,208)
#F4F5DA
(244,245,218)
#F7F6E4
(247,246,228)
#FAF7EE
(250,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCED8A color. Also use rgb(220,237,138) instead hex code.

Text Font Color

.myTextColor { color: #DCED8A; }

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

This text font color is #DCED8A.


Background Color

.myBgColor { background-color: #DCED8A; }

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

This div background color is #DCED8A.


Border color

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

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

This div border color is #DCED8A.


Opacity

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

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

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

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

This text has shadow with #DCED8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCED8A on black background.


Color preview on white background

This text has color #DCED8A on white background.



Black color preview on #DCED8A background

This text has black color on #DCED8A background.


White color preview on #DCED8A background

This text has white color on #DCED8A background.