COLOR #DCE486

HEX: #DCE486
RGB: (220,228,134)

Color info

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

RGB color model

#DCE486 color RGB value is (220,228,134).

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

RGB channels and saturation

R 220 of 255 = 86%
G 228 of 255 = 89%
B 134 of 255 = 53%

220
228
134

R + G + B ~ 76%. #DCE486 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 228 + 134 = 582 (100%)
R 220 of 582 ~ 37.8%
G 228 of 582 ~ 39.18%
B 134 of 582 ~ 23.02%

%37.8
%39.18
%23.02

CMYK color model

#DCE486 color CMYK value is (4,0,41,11).

  • cyan value is 3.51%
  • magenta value is 0.00%
  • yellow value is 41.23%
  • key color value is 10.59%
CMYK:
(4,0,41,11)
C4M0Y41K11 
(4%,0%,41%,11%)
(0.04/0.00/0.41/0.11)	

CMYK percentages

%3.51
%0
%41.23
%10.59

Codes

Color #DCE486 in popluar color models

DCE486
RGB220228134
HSL65°63.51%70.98%
HSB/HSV65°41.23%89.41%
CMYK3.51%0.00%41.23%
10.59%

Color #DCE486 in popluar number systems.

HEXDCE486
Decimal220228134
Binary110111001110010010000110
Octal334344206

Shades and tints

Shades of #DCE486

#DCE486
(220,228,134)
#C8D07A
(200,208,122)
#B4BC6E
(180,188,110)
#A0A862
(160,168,98)
#8C9456
(140,148,86)
#78804A
(120,128,74)
#646C3E
(100,108,62)
#505832
(80,88,50)
#3C4426
(60,68,38)
#28301A
(40,48,26)
#141C0E
(20,28,14)
#000000
(0,0,0)

Tints of #DCE486

#DCE486
(220,228,134)
#DFE691
(223,230,145)
#E2E89C
(226,232,156)
#E5EAA7
(229,234,167)
#E8ECB2
(232,236,178)
#EBEEBD
(235,238,189)
#EEF0C8
(238,240,200)
#F1F2D3
(241,242,211)
#F4F4DE
(244,244,222)
#F7F6E9
(247,246,233)
#FAF8F4
(250,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE486; }

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

This text font color is #DCE486.


Background Color

.myBgColor { background-color: #DCE486; }

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

This div background color is #DCE486.


Border color

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

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

This div border color is #DCE486.


Opacity

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

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

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

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

This text has shadow with #DCE486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE486 on black background.


Color preview on white background

This text has color #DCE486 on white background.



Black color preview on #DCE486 background

This text has black color on #DCE486 background.


White color preview on #DCE486 background

This text has white color on #DCE486 background.