COLOR #DCFFC0

HEX: #DCFFC0
RGB: (220,255,192)

Color info

#DCFFC0 contains mainly red and green colors. Web safe color of #DCFFC0 is #CCFFCC (or #CFC).

RGB color model

#DCFFC0 color RGB value is (220,255,192).

  • red value is 220;
  • green value is 255;
  • blue value is 192.
RGB:
(220,255,192)
(86%,100%,75%)

RGB channels and saturation

R 220 of 255 = 86%
G 255 of 255 = 100%
B 192 of 255 = 75%

220
255
192

R + G + B ~ 87%. #DCFFC0 is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 255 + 192 = 667 (100%)
R 220 of 667 ~ 32.98%
G 255 of 667 ~ 38.23%
B 192 of 667 ~ 28.79%

%32.98
%38.23
%28.79

CMYK color model

#DCFFC0 color CMYK value is (14,0,25,0).

  • cyan value is 13.73%
  • magenta value is 0.00%
  • yellow value is 24.71%
  • key color value is 0.00%
CMYK:
(14,0,25,0)
C14M0Y25K0 
(14%,0%,25%,0%)
(0.14/0.00/0.25/0.00)	

CMYK percentages

%13.73
%0
%24.71
%0

Codes

Color #DCFFC0 in popluar color models

DCFFC0
RGB220255192
HSL93°100.00%87.65%
HSB/HSV93°24.71%100.00%
CMYK13.73%0.00%24.71%
0.00%

Color #DCFFC0 in popluar number systems.

HEXDCFFC0
Decimal220255192
Binary110111001111111111000000
Octal334377300

Shades and tints

Shades of #DCFFC0

#DCFFC0
(220,255,192)
#C8E8AF
(200,232,175)
#B4D19E
(180,209,158)
#A0BA8D
(160,186,141)
#8CA37C
(140,163,124)
#788C6B
(120,140,107)
#64755A
(100,117,90)
#505E49
(80,94,73)
#3C4738
(60,71,56)
#283027
(40,48,39)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #DCFFC0

#DCFFC0
(220,255,192)
#DFFFC5
(223,255,197)
#E2FFCA
(226,255,202)
#E5FFCF
(229,255,207)
#E8FFD4
(232,255,212)
#EBFFD9
(235,255,217)
#EEFFDE
(238,255,222)
#F1FFE3
(241,255,227)
#F4FFE8
(244,255,232)
#F7FFED
(247,255,237)
#FAFFF2
(250,255,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCFFC0 color. Also use rgb(220,255,192) instead hex code.

Text Font Color

.myTextColor { color: #DCFFC0; }

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

This text font color is #DCFFC0.


Background Color

.myBgColor { background-color: #DCFFC0; }

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

This div background color is #DCFFC0.


Border color

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

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

This div border color is #DCFFC0.


Opacity

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

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

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

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

This text has shadow with #DCFFC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCFFC0 on black background.


Color preview on white background

This text has color #DCFFC0 on white background.



Black color preview on #DCFFC0 background

This text has black color on #DCFFC0 background.


White color preview on #DCFFC0 background

This text has white color on #DCFFC0 background.