COLOR #DCF5DD

HEX: #DCF5DD
RGB: (220,245,221)

Color info

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

RGB color model

#DCF5DD color RGB value is (220,245,221).

  • red value is 220;
  • green value is 245;
  • blue value is 221.
RGB:
(220,245,221)
(86%,96%,87%)

RGB channels and saturation

R 220 of 255 = 86%
G 245 of 255 = 96%
B 221 of 255 = 87%

220
245
221

R + G + B ~ 90%. #DCF5DD is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 245 + 221 = 686 (100%)
R 220 of 686 ~ 32.07%
G 245 of 686 ~ 35.71%
B 221 of 686 ~ 32.22%

%32.07
%35.71
%32.22

CMYK color model

#DCF5DD color CMYK value is (10,0,10,4).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 3.92%
CMYK:
(10,0,10,4)
C10M0Y10K4 
(10%,0%,10%,4%)
(0.10/0.00/0.10/0.04)	

CMYK percentages

%10.2
%0
%9.8
%3.92

Codes

Color #DCF5DD in popluar color models

DCF5DD
RGB220245221
HSL122°55.56%91.18%
HSB/HSV122°10.20%96.08%
CMYK10.20%0.00%9.80%
3.92%

Color #DCF5DD in popluar number systems.

HEXDCF5DD
Decimal220245221
Binary110111001111010111011101
Octal334365335

Shades and tints

Shades of #DCF5DD

#DCF5DD
(220,245,221)
#C8DFC9
(200,223,201)
#B4C9B5
(180,201,181)
#A0B3A1
(160,179,161)
#8C9D8D
(140,157,141)
#788779
(120,135,121)
#647165
(100,113,101)
#505B51
(80,91,81)
#3C453D
(60,69,61)
#282F29
(40,47,41)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #DCF5DD

#DCF5DD
(220,245,221)
#DFF5E0
(223,245,224)
#E2F5E3
(226,245,227)
#E5F5E6
(229,245,230)
#E8F5E9
(232,245,233)
#EBF5EC
(235,245,236)
#EEF5EF
(238,245,239)
#F1F5F2
(241,245,242)
#F4F5F5
(244,245,245)
#F7F5F8
(247,245,248)
#FAF5FB
(250,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCF5DD color. Also use rgb(220,245,221) instead hex code.

Text Font Color

.myTextColor { color: #DCF5DD; }

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

This text font color is #DCF5DD.


Background Color

.myBgColor { background-color: #DCF5DD; }

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

This div background color is #DCF5DD.


Border color

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

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

This div border color is #DCF5DD.


Opacity

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

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

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

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

This text has shadow with #DCF5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF5DD on black background.


Color preview on white background

This text has color #DCF5DD on white background.



Black color preview on #DCF5DD background

This text has black color on #DCF5DD background.


White color preview on #DCF5DD background

This text has white color on #DCF5DD background.