COLOR #DCF08F

HEX: #DCF08F
RGB: (220,240,143)

Color info

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

RGB color model

#DCF08F color RGB value is (220,240,143).

  • red value is 220;
  • green value is 240;
  • blue value is 143.
RGB:
(220,240,143)
(86%,94%,56%)

RGB channels and saturation

R 220 of 255 = 86%
G 240 of 255 = 94%
B 143 of 255 = 56%

220
240
143

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

Portions of RGB colors in percentages

R + G + B =
220 + 240 + 143 = 603 (100%)
R 220 of 603 ~ 36.48%
G 240 of 603 ~ 39.8%
B 143 of 603 ~ 23.71%

%36.48
%39.8
%23.71

CMYK color model

#DCF08F color CMYK value is (8,0,40,6).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 40.42%
  • key color value is 5.88%
CMYK:
(8,0,40,6)
C8M0Y40K6 
(8%,0%,40%,6%)
(0.08/0.00/0.40/0.06)	

CMYK percentages

%8.33
%0
%40.42
%5.88

Codes

Color #DCF08F in popluar color models

DCF08F
RGB220240143
HSL72°76.38%75.10%
HSB/HSV72°40.42%94.12%
CMYK8.33%0.00%40.42%
5.88%

Color #DCF08F in popluar number systems.

HEXDCF08F
Decimal220240143
Binary110111001111000010001111
Octal334360217

Shades and tints

Shades of #DCF08F

#DCF08F
(220,240,143)
#C8DB82
(200,219,130)
#B4C675
(180,198,117)
#A0B168
(160,177,104)
#8C9C5B
(140,156,91)
#78874E
(120,135,78)
#647241
(100,114,65)
#505D34
(80,93,52)
#3C4827
(60,72,39)
#28331A
(40,51,26)
#141E0D
(20,30,13)
#000000
(0,0,0)

Tints of #DCF08F

#DCF08F
(220,240,143)
#DFF199
(223,241,153)
#E2F2A3
(226,242,163)
#E5F3AD
(229,243,173)
#E8F4B7
(232,244,183)
#EBF5C1
(235,245,193)
#EEF6CB
(238,246,203)
#F1F7D5
(241,247,213)
#F4F8DF
(244,248,223)
#F7F9E9
(247,249,233)
#FAFAF3
(250,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCF08F color. Also use rgb(220,240,143) instead hex code.

Text Font Color

.myTextColor { color: #DCF08F; }

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

This text font color is #DCF08F.


Background Color

.myBgColor { background-color: #DCF08F; }

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

This div background color is #DCF08F.


Border color

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

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

This div border color is #DCF08F.


Opacity

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

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

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

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

This text has shadow with #DCF08F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF08F on black background.


Color preview on white background

This text has color #DCF08F on white background.



Black color preview on #DCF08F background

This text has black color on #DCF08F background.


White color preview on #DCF08F background

This text has white color on #DCF08F background.