COLOR #DCE991

HEX: #DCE991
RGB: (220,233,145)

Color info

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

RGB color model

#DCE991 color RGB value is (220,233,145).

  • red value is 220;
  • green value is 233;
  • blue value is 145.
RGB:
(220,233,145)
(86%,91%,57%)

RGB channels and saturation

R 220 of 255 = 86%
G 233 of 255 = 91%
B 145 of 255 = 57%

220
233
145

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

Portions of RGB colors in percentages

R + G + B =
220 + 233 + 145 = 598 (100%)
R 220 of 598 ~ 36.79%
G 233 of 598 ~ 38.96%
B 145 of 598 ~ 24.25%

%36.79
%38.96
%24.25

CMYK color model

#DCE991 color CMYK value is (6,0,38,9).

  • cyan value is 5.58%
  • magenta value is 0.00%
  • yellow value is 37.77%
  • key color value is 8.63%
CMYK:
(6,0,38,9)
C6M0Y38K9 
(6%,0%,38%,9%)
(0.06/0.00/0.38/0.09)	

CMYK percentages

%5.58
%0
%37.77
%8.63

Codes

Color #DCE991 in popluar color models

DCE991
RGB220233145
HSL69°66.67%74.12%
HSB/HSV69°37.77%91.37%
CMYK5.58%0.00%37.77%
8.63%

Color #DCE991 in popluar number systems.

HEXDCE991
Decimal220233145
Binary110111001110100110010001
Octal334351221

Shades and tints

Shades of #DCE991

#DCE991
(220,233,145)
#C8D484
(200,212,132)
#B4BF77
(180,191,119)
#A0AA6A
(160,170,106)
#8C955D
(140,149,93)
#788050
(120,128,80)
#646B43
(100,107,67)
#505636
(80,86,54)
#3C4129
(60,65,41)
#282C1C
(40,44,28)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #DCE991

#DCE991
(220,233,145)
#DFEB9B
(223,235,155)
#E2EDA5
(226,237,165)
#E5EFAF
(229,239,175)
#E8F1B9
(232,241,185)
#EBF3C3
(235,243,195)
#EEF5CD
(238,245,205)
#F1F7D7
(241,247,215)
#F4F9E1
(244,249,225)
#F7FBEB
(247,251,235)
#FAFDF5
(250,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCE991 color. Also use rgb(220,233,145) instead hex code.

Text Font Color

.myTextColor { color: #DCE991; }

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

This text font color is #DCE991.


Background Color

.myBgColor { background-color: #DCE991; }

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

This div background color is #DCE991.


Border color

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

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

This div border color is #DCE991.


Opacity

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

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

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

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

This text has shadow with #DCE991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE991 on black background.


Color preview on white background

This text has color #DCE991 on white background.



Black color preview on #DCE991 background

This text has black color on #DCE991 background.


White color preview on #DCE991 background

This text has white color on #DCE991 background.