COLOR #DCE177

HEX: #DCE177
RGB: (220,225,119)

Color info

#DCE177 contains mainly red and green colors. Web safe color of #DCE177 is #CCCC66 (or #CC6).

RGB color model

#DCE177 color RGB value is (220,225,119).

  • red value is 220;
  • green value is 225;
  • blue value is 119.
RGB:
(220,225,119)
(86%,88%,47%)

RGB channels and saturation

R 220 of 255 = 86%
G 225 of 255 = 88%
B 119 of 255 = 47%

220
225
119

R + G + B ~ 74%. #DCE177 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 225 + 119 = 564 (100%)
R 220 of 564 ~ 39.01%
G 225 of 564 ~ 39.89%
B 119 of 564 ~ 21.1%

%39.01
%39.89
%21.1

CMYK color model

#DCE177 color CMYK value is (2,0,47,12).

  • cyan value is 2.22%
  • magenta value is 0.00%
  • yellow value is 47.11%
  • key color value is 11.76%
CMYK:
(2,0,47,12)
C2M0Y47K12 
(2%,0%,47%,12%)
(0.02/0.00/0.47/0.12)	

CMYK percentages

%2.22
%0
%47.11
%11.76

Codes

Color #DCE177 in popluar color models

DCE177
RGB220225119
HSL63°63.86%67.45%
HSB/HSV63°47.11%88.24%
CMYK2.22%0.00%47.11%
11.76%

Color #DCE177 in popluar number systems.

HEXDCE177
Decimal220225119
Binary11011100111000011110111
Octal334341167

Shades and tints

Shades of #DCE177

#DCE177
(220,225,119)
#C8CD6D
(200,205,109)
#B4B963
(180,185,99)
#A0A559
(160,165,89)
#8C914F
(140,145,79)
#787D45
(120,125,69)
#64693B
(100,105,59)
#505531
(80,85,49)
#3C4127
(60,65,39)
#282D1D
(40,45,29)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #DCE177

#DCE177
(220,225,119)
#DFE383
(223,227,131)
#E2E58F
(226,229,143)
#E5E79B
(229,231,155)
#E8E9A7
(232,233,167)
#EBEBB3
(235,235,179)
#EEEDBF
(238,237,191)
#F1EFCB
(241,239,203)
#F4F1D7
(244,241,215)
#F7F3E3
(247,243,227)
#FAF5EF
(250,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCE177 color. Also use rgb(220,225,119) instead hex code.

Text Font Color

.myTextColor { color: #DCE177; }

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

This text font color is #DCE177.


Background Color

.myBgColor { background-color: #DCE177; }

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

This div background color is #DCE177.


Border color

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

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

This div border color is #DCE177.


Opacity

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

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

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

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

This text has shadow with #DCE177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE177 on black background.


Color preview on white background

This text has color #DCE177 on white background.



Black color preview on #DCE177 background

This text has black color on #DCE177 background.


White color preview on #DCE177 background

This text has white color on #DCE177 background.