COLOR #DDE9CB

HEX: #DDE9CB
RGB: (221,233,203)

Color info

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

RGB color model

#DDE9CB color RGB value is (221,233,203).

  • red value is 221;
  • green value is 233;
  • blue value is 203.
RGB: (221,233,203) (87%,91%,80%)

RGB channels and saturation

R 221 of 255 = 87%
G 233 of 255 = 91%
B 203 of 255 = 80%

221
233
203

R + G + B ~ 86%. #DDE9CB is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 233 + 203 = 657 (100%)
R 221 of 657 ~ 33.64%
G 233 of 657 ~ 35.46%
B 203 of 657 ~ 30.9%

%33.64
%35.46
%30.9

CMYK color model

#DDE9CB color CMYK value is (5,0,13,9).

  • cyan value is 5.15%
  • magenta value is 0.00%
  • yellow value is 12.88%
  • key color value is 8.63%
CMYK: (5,0,13,9) C5M0Y13K9 (5%,0%,13%,9%) (0.05/0.00/0.13/0.09)

CMYK percentages

%5.15
%0
%12.88
%8.63

Codes

Color #DDE9CB in popluar color models

DDE9CB
RGB221233203
HSL84°40.54%85.49%
HSB/HSV84°12.88%91.37%
CMYK5.15%0.00%12.88%
8.63%

Color #DDE9CB in popluar number systems.

HEXDDE9CB
Decimal221233203
Binary110111011110100111001011
Octal335351313

Shades and tints

Shades of #DDE9CB

#DDE9CB
(221,233,203)
#C9D4B9
(201,212,185)
#B5BFA7
(181,191,167)
#A1AA95
(161,170,149)
#8D9583
(141,149,131)
#798071
(121,128,113)
#656B5F
(101,107,95)
#51564D
(81,86,77)
#3D413B
(61,65,59)
#292C29
(41,44,41)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #DDE9CB

#DDE9CB
(221,233,203)
#E0EBCF
(224,235,207)
#E3EDD3
(227,237,211)
#E6EFD7
(230,239,215)
#E9F1DB
(233,241,219)
#ECF3DF
(236,243,223)
#EFF5E3
(239,245,227)
#F2F7E7
(242,247,231)
#F5F9EB
(245,249,235)
#F8FBEF
(248,251,239)
#FBFDF3
(251,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE9CB color. Also use rgb(221,233,203) instead hex code.

Text Font Color

.myTextColor { color: #DDE9CB; }

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

This text font color is #DDE9CB.


Background Color

.myBgColor { background-color: #DDE9CB; }

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

This div background color is #DDE9CB.


Border color

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

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

This div border color is #DDE9CB.


Opacity

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

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

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

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

This text has shadow with #DDE9CB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DDE9CB on black background.


Color preview on white background

This text has color #DDE9CB on white background.



Black color preview on #DDE9CB background

This text has black color on #DDE9CB background.


White color preview on #DDE9CB background

This text has white color on #DDE9CB background.