COLOR #DDE0BE

HEX: #DDE0BE
RGB: (221,224,190)

Color info

#DDE0BE contains red, green and blue colors in about the same proportion. Web safe color of #DDE0BE is #CCCCCC (or #CCC).

RGB color model

#DDE0BE color RGB value is (221,224,190).

  • red value is 221;
  • green value is 224;
  • blue value is 190.
RGB:
(221,224,190)
(87%,88%,75%)

RGB channels and saturation

R 221 of 255 = 87%
G 224 of 255 = 88%
B 190 of 255 = 75%

221
224
190

R + G + B ~ 83%. #DDE0BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 224 + 190 = 635 (100%)
R 221 of 635 ~ 34.8%
G 224 of 635 ~ 35.28%
B 190 of 635 ~ 29.92%

%34.8
%35.28
%29.92

CMYK color model

#DDE0BE color CMYK value is (1,0,15,12).

  • cyan value is 1.34%
  • magenta value is 0.00%
  • yellow value is 15.18%
  • key color value is 12.16%
CMYK:
(1,0,15,12)
C1M0Y15K12 
(1%,0%,15%,12%)
(0.01/0.00/0.15/0.12)	

CMYK percentages

%1.34
%0
%15.18
%12.16

Codes

Color #DDE0BE in popluar color models

DDE0BE
RGB221224190
HSL65°35.42%81.18%
HSB/HSV65°15.18%87.84%
CMYK1.34%0.00%15.18%
12.16%

Color #DDE0BE in popluar number systems.

HEXDDE0BE
Decimal221224190
Binary110111011110000010111110
Octal335340276

Shades and tints

Shades of #DDE0BE

#DDE0BE
(221,224,190)
#C9CCAD
(201,204,173)
#B5B89C
(181,184,156)
#A1A48B
(161,164,139)
#8D907A
(141,144,122)
#797C69
(121,124,105)
#656858
(101,104,88)
#515447
(81,84,71)
#3D4036
(61,64,54)
#292C25
(41,44,37)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #DDE0BE

#DDE0BE
(221,224,190)
#E0E2C3
(224,226,195)
#E3E4C8
(227,228,200)
#E6E6CD
(230,230,205)
#E9E8D2
(233,232,210)
#ECEAD7
(236,234,215)
#EFECDC
(239,236,220)
#F2EEE1
(242,238,225)
#F5F0E6
(245,240,230)
#F8F2EB
(248,242,235)
#FBF4F0
(251,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE0BE color. Also use rgb(221,224,190) instead hex code.

Text Font Color

.myTextColor { color: #DDE0BE; }

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

This text font color is #DDE0BE.


Background Color

.myBgColor { background-color: #DDE0BE; }

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

This div background color is #DDE0BE.


Border color

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

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

This div border color is #DDE0BE.


Opacity

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

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

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

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

This text has shadow with #DDE0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE0BE on black background.


Color preview on white background

This text has color #DDE0BE on white background.



Black color preview on #DDE0BE background

This text has black color on #DDE0BE background.


White color preview on #DDE0BE background

This text has white color on #DDE0BE background.