COLOR #DDEFCF

HEX: #DDEFCF
RGB: (221,239,207)

Color info

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

RGB color model

#DDEFCF color RGB value is (221,239,207).

  • red value is 221;
  • green value is 239;
  • blue value is 207.
RGB:
(221,239,207)
(87%,94%,81%)

RGB channels and saturation

R 221 of 255 = 87%
G 239 of 255 = 94%
B 207 of 255 = 81%

221
239
207

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

Portions of RGB colors in percentages

R + G + B =
221 + 239 + 207 = 667 (100%)
R 221 of 667 ~ 33.13%
G 239 of 667 ~ 35.83%
B 207 of 667 ~ 31.03%

%33.13
%35.83
%31.03

CMYK color model

#DDEFCF color CMYK value is (8,0,13,6).

  • cyan value is 7.53%
  • magenta value is 0.00%
  • yellow value is 13.39%
  • key color value is 6.27%
CMYK:
(8,0,13,6)
C8M0Y13K6 
(8%,0%,13%,6%)
(0.08/0.00/0.13/0.06)	

CMYK percentages

%7.53
%0
%13.39
%6.27

Codes

Color #DDEFCF in popluar color models

DDEFCF
RGB221239207
HSL94°50.00%87.45%
HSB/HSV94°13.39%93.73%
CMYK7.53%0.00%13.39%
6.27%

Color #DDEFCF in popluar number systems.

HEXDDEFCF
Decimal221239207
Binary110111011110111111001111
Octal335357317

Shades and tints

Shades of #DDEFCF

#DDEFCF
(221,239,207)
#C9DABD
(201,218,189)
#B5C5AB
(181,197,171)
#A1B099
(161,176,153)
#8D9B87
(141,155,135)
#798675
(121,134,117)
#657163
(101,113,99)
#515C51
(81,92,81)
#3D473F
(61,71,63)
#29322D
(41,50,45)
#151D1B
(21,29,27)
#000000
(0,0,0)

Tints of #DDEFCF

#DDEFCF
(221,239,207)
#E0F0D3
(224,240,211)
#E3F1D7
(227,241,215)
#E6F2DB
(230,242,219)
#E9F3DF
(233,243,223)
#ECF4E3
(236,244,227)
#EFF5E7
(239,245,231)
#F2F6EB
(242,246,235)
#F5F7EF
(245,247,239)
#F8F8F3
(248,248,243)
#FBF9F7
(251,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDEFCF color. Also use rgb(221,239,207) instead hex code.

Text Font Color

.myTextColor { color: #DDEFCF; }

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

This text font color is #DDEFCF.


Background Color

.myBgColor { background-color: #DDEFCF; }

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

This div background color is #DDEFCF.


Border color

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

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

This div border color is #DDEFCF.


Opacity

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

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

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

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

This text has shadow with #DDEFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEFCF on black background.


Color preview on white background

This text has color #DDEFCF on white background.



Black color preview on #DDEFCF background

This text has black color on #DDEFCF background.


White color preview on #DDEFCF background

This text has white color on #DDEFCF background.