COLOR #DCFA8D

HEX: #DCFA8D
RGB: (220,250,141)

Color info

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

RGB color model

#DCFA8D color RGB value is (220,250,141).

  • red value is 220;
  • green value is 250;
  • blue value is 141.
RGB:
(220,250,141)
(86%,98%,55%)

RGB channels and saturation

R 220 of 255 = 86%
G 250 of 255 = 98%
B 141 of 255 = 55%

220
250
141

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

Portions of RGB colors in percentages

R + G + B =
220 + 250 + 141 = 611 (100%)
R 220 of 611 ~ 36.01%
G 250 of 611 ~ 40.92%
B 141 of 611 ~ 23.08%

%36.01
%40.92
%23.08

CMYK color model

#DCFA8D color CMYK value is (12,0,44,2).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 43.60%
  • key color value is 1.96%
CMYK:
(12,0,44,2)
C12M0Y44K2 
(12%,0%,44%,2%)
(0.12/0.00/0.44/0.02)	

CMYK percentages

%12
%0
%43.6
%1.96

Codes

Color #DCFA8D in popluar color models

DCFA8D
RGB220250141
HSL77°91.60%76.67%
HSB/HSV77°43.60%98.04%
CMYK12.00%0.00%43.60%
1.96%

Color #DCFA8D in popluar number systems.

HEXDCFA8D
Decimal220250141
Binary110111001111101010001101
Octal334372215

Shades and tints

Shades of #DCFA8D

#DCFA8D
(220,250,141)
#C8E481
(200,228,129)
#B4CE75
(180,206,117)
#A0B869
(160,184,105)
#8CA25D
(140,162,93)
#788C51
(120,140,81)
#647645
(100,118,69)
#506039
(80,96,57)
#3C4A2D
(60,74,45)
#283421
(40,52,33)
#141E15
(20,30,21)
#000000
(0,0,0)

Tints of #DCFA8D

#DCFA8D
(220,250,141)
#DFFA97
(223,250,151)
#E2FAA1
(226,250,161)
#E5FAAB
(229,250,171)
#E8FAB5
(232,250,181)
#EBFABF
(235,250,191)
#EEFAC9
(238,250,201)
#F1FAD3
(241,250,211)
#F4FADD
(244,250,221)
#F7FAE7
(247,250,231)
#FAFAF1
(250,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCFA8D; }

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

This text font color is #DCFA8D.


Background Color

.myBgColor { background-color: #DCFA8D; }

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

This div background color is #DCFA8D.


Border color

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

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

This div border color is #DCFA8D.


Opacity

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

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

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

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

This text has shadow with #DCFA8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCFA8D on black background.


Color preview on white background

This text has color #DCFA8D on white background.



Black color preview on #DCFA8D background

This text has black color on #DCFA8D background.


White color preview on #DCFA8D background

This text has white color on #DCFA8D background.