COLOR #DDE4BE

HEX: #DDE4BE
RGB: (221,228,190)

Color info

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

RGB color model

#DDE4BE color RGB value is (221,228,190).

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

RGB channels and saturation

R 221 of 255 = 87%
G 228 of 255 = 89%
B 190 of 255 = 75%

221
228
190

R + G + B ~ 84%. #DDE4BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 228 + 190 = 639 (100%)
R 221 of 639 ~ 34.59%
G 228 of 639 ~ 35.68%
B 190 of 639 ~ 29.73%

%34.59
%35.68
%29.73

CMYK color model

#DDE4BE color CMYK value is (3,0,17,11).

  • cyan value is 3.07%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 10.59%
CMYK:
(3,0,17,11)
C3M0Y17K11 
(3%,0%,17%,11%)
(0.03/0.00/0.17/0.11)	

CMYK percentages

%3.07
%0
%16.67
%10.59

Codes

Color #DDE4BE in popluar color models

DDE4BE
RGB221228190
HSL71°41.30%81.96%
HSB/HSV71°16.67%89.41%
CMYK3.07%0.00%16.67%
10.59%

Color #DDE4BE in popluar number systems.

HEXDDE4BE
Decimal221228190
Binary110111011110010010111110
Octal335344276

Shades and tints

Shades of #DDE4BE

#DDE4BE
(221,228,190)
#C9D0AD
(201,208,173)
#B5BC9C
(181,188,156)
#A1A88B
(161,168,139)
#8D947A
(141,148,122)
#798069
(121,128,105)
#656C58
(101,108,88)
#515847
(81,88,71)
#3D4436
(61,68,54)
#293025
(41,48,37)
#151C14
(21,28,20)
#000000
(0,0,0)

Tints of #DDE4BE

#DDE4BE
(221,228,190)
#E0E6C3
(224,230,195)
#E3E8C8
(227,232,200)
#E6EACD
(230,234,205)
#E9ECD2
(233,236,210)
#ECEED7
(236,238,215)
#EFF0DC
(239,240,220)
#F2F2E1
(242,242,225)
#F5F4E6
(245,244,230)
#F8F6EB
(248,246,235)
#FBF8F0
(251,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE4BE; }

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

This text font color is #DDE4BE.


Background Color

.myBgColor { background-color: #DDE4BE; }

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

This div background color is #DDE4BE.


Border color

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

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

This div border color is #DDE4BE.


Opacity

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

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

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

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

This text has shadow with #DDE4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE4BE on black background.


Color preview on white background

This text has color #DDE4BE on white background.



Black color preview on #DDE4BE background

This text has black color on #DDE4BE background.


White color preview on #DDE4BE background

This text has white color on #DDE4BE background.