COLOR #DCEF93

HEX: #DCEF93
RGB: (220,239,147)

Color info

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

RGB color model

#DCEF93 color RGB value is (220,239,147).

  • red value is 220;
  • green value is 239;
  • blue value is 147.
RGB:
(220,239,147)
(86%,94%,58%)

RGB channels and saturation

R 220 of 255 = 86%
G 239 of 255 = 94%
B 147 of 255 = 58%

220
239
147

R + G + B ~ 79%. #DCEF93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 239 + 147 = 606 (100%)
R 220 of 606 ~ 36.3%
G 239 of 606 ~ 39.44%
B 147 of 606 ~ 24.26%

%36.3
%39.44
%24.26

CMYK color model

#DCEF93 color CMYK value is (8,0,38,6).

  • cyan value is 7.95%
  • magenta value is 0.00%
  • yellow value is 38.49%
  • key color value is 6.27%
CMYK:
(8,0,38,6)
C8M0Y38K6 
(8%,0%,38%,6%)
(0.08/0.00/0.38/0.06)	

CMYK percentages

%7.95
%0
%38.49
%6.27

Codes

Color #DCEF93 in popluar color models

DCEF93
RGB220239147
HSL72°74.19%75.69%
HSB/HSV72°38.49%93.73%
CMYK7.95%0.00%38.49%
6.27%

Color #DCEF93 in popluar number systems.

HEXDCEF93
Decimal220239147
Binary110111001110111110010011
Octal334357223

Shades and tints

Shades of #DCEF93

#DCEF93
(220,239,147)
#C8DA86
(200,218,134)
#B4C579
(180,197,121)
#A0B06C
(160,176,108)
#8C9B5F
(140,155,95)
#788652
(120,134,82)
#647145
(100,113,69)
#505C38
(80,92,56)
#3C472B
(60,71,43)
#28321E
(40,50,30)
#141D11
(20,29,17)
#000000
(0,0,0)

Tints of #DCEF93

#DCEF93
(220,239,147)
#DFF09C
(223,240,156)
#E2F1A5
(226,241,165)
#E5F2AE
(229,242,174)
#E8F3B7
(232,243,183)
#EBF4C0
(235,244,192)
#EEF5C9
(238,245,201)
#F1F6D2
(241,246,210)
#F4F7DB
(244,247,219)
#F7F8E4
(247,248,228)
#FAF9ED
(250,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCEF93 color. Also use rgb(220,239,147) instead hex code.

Text Font Color

.myTextColor { color: #DCEF93; }

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

This text font color is #DCEF93.


Background Color

.myBgColor { background-color: #DCEF93; }

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

This div background color is #DCEF93.


Border color

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

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

This div border color is #DCEF93.


Opacity

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

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

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

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

This text has shadow with #DCEF93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCEF93 on black background.


Color preview on white background

This text has color #DCEF93 on white background.



Black color preview on #DCEF93 background

This text has black color on #DCEF93 background.


White color preview on #DCEF93 background

This text has white color on #DCEF93 background.