COLOR #DCE68A

HEX: #DCE68A RGB: (220,230,138)

Color info

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

RGB color model

#DCE68A color RGB value is (220,230,138).

RGB: (220,230,138) (86%, 90%, 54%)

RGB channels and saturation

R 220 of 255 = 86%
G 230 of 255 = 90%
B 138 of 255 = 54%

220
230
138

R + G + B ~ 77%. #DCE68A is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 230 + 138 = 588 (100%)
R 220 of 588 ~ 37.41%
G 230 of 588 ~ 39.12%
B 138 of 588 ~ 23.47'%

%37.41
%39.12
%23.47

CMYK color model

#DCE68A color CMYK value is (4,0,40,10).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 9.80%
CMYK: (4,0,40,10) C4M0Y40K10 (4%,0%,40%,10%) (0.04/0.00/0.40/0.10) 

CMYK percentages

%4.35
%0
%40
%9.8

Codes

Color #DCE68A in popluar color models

DC E6 8A
RGB 220 230 138
HSL 67° 64.79% 72.16%
HSB/HSV 67° 40.00% 90.20%
CMYK 4.35% 0.00% 40.00%
9.80%

Color #DCE68A in popluar number systems.

HEX DC E6 8A
Decimal 220 230 138
Binary 11011100 11100110 10001010
Octal 334 346 212

Shades and tints

Shades of #DCE68A

#DCE68A
(220,230,138)
#C8D27E
(200,210,126)
#B4BE72
(180,190,114)
#A0AA66
(160,170,102)
#8C965A
(140,150,90)
#78824E
(120,130,78)
#646E42
(100,110,66)
#505A36
(80,90,54)
#3C462A
(60,70,42)
#28321E
(40,50,30)
#141E12
(20,30,18)
#000000
(0,0,0)

Tints of #DCE68A

#DCE68A
(220,230,138)
#DFE894
(223,232,148)
#E2EA9E
(226,234,158)
#E5ECA8
(229,236,168)
#E8EEB2
(232,238,178)
#EBF0BC
(235,240,188)
#EEF2C6
(238,242,198)
#F1F4D0
(241,244,208)
#F4F6DA
(244,246,218)
#F7F8E4
(247,248,228)
#FAFAEE
(250,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE68A; }

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

This text font color is #DCE68A.

Background Color

.myBgColor { background-color: #DCE68A; }

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

This div background color is #DCE68A.

Border color

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

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

This div border color is #DCE68A.

Opacity

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

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

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

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

This text has shadow with #DCE68A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE68A.

Preview

Color preview on black background

This text has color #DCE68A on black background.


Color preview on white background

This text has color #DCE68A on white background.


Black color preview on #DCE68A background

This text has black color on #DCE68A background.


White color preview on #DCE68A background

This text has white color on #DCE68A background.


Related colors

Complementary color

Complementary color for #hex is #231975.


I love getcolorcode.com

Triadic colors

1 #8ADCE6 and #E68ADC with #DCE68A are triadic colors.

2 #8AE6DC and #E6DC8A with #DCE68A are triadic colors.