COLOR #DCFCC1

HEX: #DCFCC1
RGB: (220,252,193)

Color info

#DCFCC1 contains red, green and blue colors in about the same proportion. Web safe color of #DCFCC1 is #CCFFCC (or #CFC).

RGB color model

#DCFCC1 color RGB value is (220,252,193).

  • red value is 220;
  • green value is 252;
  • blue value is 193.
RGB:
(220,252,193)
(86%,99%,76%)

RGB channels and saturation

R 220 of 255 = 86%
G 252 of 255 = 99%
B 193 of 255 = 76%

220
252
193

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

Portions of RGB colors in percentages

R + G + B =
220 + 252 + 193 = 665 (100%)
R 220 of 665 ~ 33.08%
G 252 of 665 ~ 37.89%
B 193 of 665 ~ 29.02%

%33.08
%37.89
%29.02

CMYK color model

#DCFCC1 color CMYK value is (13,0,23,1).

  • cyan value is 12.70%
  • magenta value is 0.00%
  • yellow value is 23.41%
  • key color value is 1.18%
CMYK:
(13,0,23,1)
C13M0Y23K1 
(13%,0%,23%,1%)
(0.13/0.00/0.23/0.01)	

CMYK percentages

%12.7
%0
%23.41
%1.18

Codes

Color #DCFCC1 in popluar color models

DCFCC1
RGB220252193
HSL93°90.77%87.25%
HSB/HSV93°23.41%98.82%
CMYK12.70%0.00%23.41%
1.18%

Color #DCFCC1 in popluar number systems.

HEXDCFCC1
Decimal220252193
Binary110111001111110011000001
Octal334374301

Shades and tints

Shades of #DCFCC1

#DCFCC1
(220,252,193)
#C8E6B0
(200,230,176)
#B4D09F
(180,208,159)
#A0BA8E
(160,186,142)
#8CA47D
(140,164,125)
#788E6C
(120,142,108)
#64785B
(100,120,91)
#50624A
(80,98,74)
#3C4C39
(60,76,57)
#283628
(40,54,40)
#142017
(20,32,23)
#000000
(0,0,0)

Tints of #DCFCC1

#DCFCC1
(220,252,193)
#DFFCC6
(223,252,198)
#E2FCCB
(226,252,203)
#E5FCD0
(229,252,208)
#E8FCD5
(232,252,213)
#EBFCDA
(235,252,218)
#EEFCDF
(238,252,223)
#F1FCE4
(241,252,228)
#F4FCE9
(244,252,233)
#F7FCEE
(247,252,238)
#FAFCF3
(250,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCFCC1 color. Also use rgb(220,252,193) instead hex code.

Text Font Color

.myTextColor { color: #DCFCC1; }

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

This text font color is #DCFCC1.


Background Color

.myBgColor { background-color: #DCFCC1; }

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

This div background color is #DCFCC1.


Border color

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

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

This div border color is #DCFCC1.


Opacity

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

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

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

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

This text has shadow with #DCFCC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCFCC1 on black background.


Color preview on white background

This text has color #DCFCC1 on white background.



Black color preview on #DCFCC1 background

This text has black color on #DCFCC1 background.


White color preview on #DCFCC1 background

This text has white color on #DCFCC1 background.