COLOR #DCFCC9

HEX: #DCFCC9
RGB: (220,252,201)

Color info

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

RGB color model

#DCFCC9 color RGB value is (220,252,201).

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

RGB channels and saturation

R 220 of 255 = 86%
G 252 of 255 = 99%
B 201 of 255 = 79%

220
252
201

R + G + B ~ 88%. #DCFCC9 is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 252 + 201 = 673 (100%)
R 220 of 673 ~ 32.69%
G 252 of 673 ~ 37.44%
B 201 of 673 ~ 29.87%

%32.69
%37.44
%29.87

CMYK color model

#DCFCC9 color CMYK value is (13,0,20,1).

  • cyan value is 12.70%
  • magenta value is 0.00%
  • yellow value is 20.24%
  • key color value is 1.18%
CMYK:
(13,0,20,1)
C13M0Y20K1 
(13%,0%,20%,1%)
(0.13/0.00/0.20/0.01)	

CMYK percentages

%12.7
%0
%20.24
%1.18

Codes

Color #DCFCC9 in popluar color models

DCFCC9
RGB220252201
HSL98°89.47%88.82%
HSB/HSV98°20.24%98.82%
CMYK12.70%0.00%20.24%
1.18%

Color #DCFCC9 in popluar number systems.

HEXDCFCC9
Decimal220252201
Binary110111001111110011001001
Octal334374311

Shades and tints

Shades of #DCFCC9

#DCFCC9
(220,252,201)
#C8E6B7
(200,230,183)
#B4D0A5
(180,208,165)
#A0BA93
(160,186,147)
#8CA481
(140,164,129)
#788E6F
(120,142,111)
#64785D
(100,120,93)
#50624B
(80,98,75)
#3C4C39
(60,76,57)
#283627
(40,54,39)
#142015
(20,32,21)
#000000
(0,0,0)

Tints of #DCFCC9

#DCFCC9
(220,252,201)
#DFFCCD
(223,252,205)
#E2FCD1
(226,252,209)
#E5FCD5
(229,252,213)
#E8FCD9
(232,252,217)
#EBFCDD
(235,252,221)
#EEFCE1
(238,252,225)
#F1FCE5
(241,252,229)
#F4FCE9
(244,252,233)
#F7FCED
(247,252,237)
#FAFCF1
(250,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCFCC9; }

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

This text font color is #DCFCC9.


Background Color

.myBgColor { background-color: #DCFCC9; }

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

This div background color is #DCFCC9.


Border color

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

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

This div border color is #DCFCC9.


Opacity

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

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

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

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

This text has shadow with #DCFCC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCFCC9 on black background.


Color preview on white background

This text has color #DCFCC9 on white background.



Black color preview on #DCFCC9 background

This text has black color on #DCFCC9 background.


White color preview on #DCFCC9 background

This text has white color on #DCFCC9 background.