COLOR #DCFA8E

HEX: #DCFA8E RGB: (220,250,142)

Color info

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

RGB color model

#DCFA8E color RGB value is (220,250,142).

RGB: (220,250,142) (86%, 98%, 56%)

RGB channels and saturation

R 220 of 255 = 86%
G 250 of 255 = 98%
B 142 of 255 = 56%

220
250
142

R + G + B ~ 80%. #DCFA8E is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 250 + 142 = 612 (100%)
R 220 of 612 ~ 35.95%
G 250 of 612 ~ 40.85%
B 142 of 612 ~ 23.2'%

%35.95
%40.85
%23.2

CMYK color model

#DCFA8E color CMYK value is (12,0,43,2).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 43.20%
  • key color value is 1.96%

CMYK: (12,0,43,2)
C12M0Y43K2 (12%, 0%, 43%, 2%)
(0.12 / 0.00 / 0.43 / 0.02)

CMYK percentages

%12
%0
%43.2
%1.96

Codes

Color #DCFA8E in popluar color models

DC FA 8E
RGB 220 250 142
HSL 77° 91.53% 76.86%
HSB/HSV 77° 43.20% 98.04%
CMYK 12.00% 0.00% 43.20%
1.96%

Color #DCFA8E in popluar number systems.

HEX DC FA 8E
Decimal 220 250 142
Binary 11011100 11111010 10001110
Octal 334 372 216

Shades and tints

Shades of #DCFA8E

#DCFA8E
(220,250,142)
#C8E482
(200,228,130)
#B4CE76
(180,206,118)
#A0B86A
(160,184,106)
#8CA25E
(140,162,94)
#788C52
(120,140,82)
#647646
(100,118,70)
#50603A
(80,96,58)
#3C4A2E
(60,74,46)
#283422
(40,52,34)
#141E16
(20,30,22)
#000000
(0,0,0)

Tints of #DCFA8E

#DCFA8E
(220,250,142)
#DFFA98
(223,250,152)
#E2FAA2
(226,250,162)
#E5FAAC
(229,250,172)
#E8FAB6
(232,250,182)
#EBFAC0
(235,250,192)
#EEFACA
(238,250,202)
#F1FAD4
(241,250,212)
#F4FADE
(244,250,222)
#F7FAE8
(247,250,232)
#FAFAF2
(250,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCFA8E color. Also use rgb(220,250,142) instead hex code.

Text Font Color

.myTextColor { color: #DCFA8E; }

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

This text font color is #DCFA8E.

Background Color

.myBgColor { background-color: #DCFA8E; }

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

This div background color is #DCFA8E.

Border color

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

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

This div border color is #DCFA8E.

Opacity

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

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

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

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

This text has shadow with #DCFA8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCFA8E.

Preview

Color preview on black background

This text has color #DCFA8E on black background.


Color preview on white background

This text has color #DCFA8E on white background.


Black color preview on #DCFA8E background

This text has black color on #DCFA8E background.


White color preview on #DCFA8E background

This text has white color on #DCFA8E background.


Related colors

Complementary color

Complementary color for #hex is #230571.


I love getcolorcode.com

Triadic colors

1 #8EDCFA and #FA8EDC with #DCFA8E are triadic colors.

2 #8EFADC and #FADC8E with #DCFA8E are triadic colors.