COLOR #DCE286

HEX: #DCE286
RGB: (220,226,134)

Color info

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

RGB color model

#DCE286 color RGB value is (220,226,134).

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

RGB channels and saturation

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

220
226
134

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

Portions of RGB colors in percentages

R + G + B =
220 + 226 + 134 = 580 (100%)
R 220 of 580 ~ 37.93%
G 226 of 580 ~ 38.97%
B 134 of 580 ~ 23.1%

%37.93
%38.97
%23.1

CMYK color model

#DCE286 color CMYK value is (3,0,41,11).

  • cyan value is 2.65%
  • magenta value is 0.00%
  • yellow value is 40.71%
  • key color value is 11.37%
CMYK:
(3,0,41,11)
C3M0Y41K11 
(3%,0%,41%,11%)
(0.03/0.00/0.41/0.11)	

CMYK percentages

%2.65
%0
%40.71
%11.37

Codes

Color #DCE286 in popluar color models

DCE286
RGB220226134
HSL64°61.33%70.59%
HSB/HSV64°40.71%88.63%
CMYK2.65%0.00%40.71%
11.37%

Color #DCE286 in popluar number systems.

HEXDCE286
Decimal220226134
Binary110111001110001010000110
Octal334342206

Shades and tints

Shades of #DCE286

#DCE286
(220,226,134)
#C8CE7A
(200,206,122)
#B4BA6E
(180,186,110)
#A0A662
(160,166,98)
#8C9256
(140,146,86)
#787E4A
(120,126,74)
#646A3E
(100,106,62)
#505632
(80,86,50)
#3C4226
(60,66,38)
#282E1A
(40,46,26)
#141A0E
(20,26,14)
#000000
(0,0,0)

Tints of #DCE286

#DCE286
(220,226,134)
#DFE491
(223,228,145)
#E2E69C
(226,230,156)
#E5E8A7
(229,232,167)
#E8EAB2
(232,234,178)
#EBECBD
(235,236,189)
#EEEEC8
(238,238,200)
#F1F0D3
(241,240,211)
#F4F2DE
(244,242,222)
#F7F4E9
(247,244,233)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE286; }

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

This text font color is #DCE286.


Background Color

.myBgColor { background-color: #DCE286; }

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

This div background color is #DCE286.


Border color

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

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

This div border color is #DCE286.


Opacity

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

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

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

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

This text has shadow with #DCE286 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE286 on black background.


Color preview on white background

This text has color #DCE286 on white background.



Black color preview on #DCE286 background

This text has black color on #DCE286 background.


White color preview on #DCE286 background

This text has white color on #DCE286 background.