COLOR #DDE3BE

HEX: #DDE3BE
RGB: (221,227,190)

Color info

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

RGB color model

#DDE3BE color RGB value is (221,227,190).

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

RGB channels and saturation

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

221
227
190

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

Portions of RGB colors in percentages

R + G + B =
221 + 227 + 190 = 638 (100%)
R 221 of 638 ~ 34.64%
G 227 of 638 ~ 35.58%
B 190 of 638 ~ 29.78%

%34.64
%35.58
%29.78

CMYK color model

#DDE3BE color CMYK value is (3,0,16,11).

  • cyan value is 2.64%
  • magenta value is 0.00%
  • yellow value is 16.30%
  • key color value is 10.98%
CMYK: (3,0,16,11) C3M0Y16K11 (3%,0%,16%,11%) (0.03/0.00/0.16/0.11)

CMYK percentages

%2.64
%0
%16.3
%10.98

Codes

Color #DDE3BE in popluar color models

DDE3BE
RGB221227190
HSL70°39.78%81.76%
HSB/HSV70°16.30%89.02%
CMYK2.64%0.00%16.30%
10.98%

Color #DDE3BE in popluar number systems.

HEXDDE3BE
Decimal221227190
Binary110111011110001110111110
Octal335343276

Shades and tints

Shades of #DDE3BE

#DDE3BE
(221,227,190)
#C9CFAD
(201,207,173)
#B5BB9C
(181,187,156)
#A1A78B
(161,167,139)
#8D937A
(141,147,122)
#797F69
(121,127,105)
#656B58
(101,107,88)
#515747
(81,87,71)
#3D4336
(61,67,54)
#292F25
(41,47,37)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #DDE3BE

#DDE3BE
(221,227,190)
#E0E5C3
(224,229,195)
#E3E7C8
(227,231,200)
#E6E9CD
(230,233,205)
#E9EBD2
(233,235,210)
#ECEDD7
(236,237,215)
#EFEFDC
(239,239,220)
#F2F1E1
(242,241,225)
#F5F3E6
(245,243,230)
#F8F5EB
(248,245,235)
#FBF7F0
(251,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE3BE; }

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

This text font color is #DDE3BE.


Background Color

.myBgColor { background-color: #DDE3BE; }

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

This div background color is #DDE3BE.


Border color

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

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

This div border color is #DDE3BE.


Opacity

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

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

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

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

This text has shadow with #DDE3BE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DDE3BE on black background.


Color preview on white background

This text has color #DDE3BE on white background.



Black color preview on #DDE3BE background

This text has black color on #DDE3BE background.


White color preview on #DDE3BE background

This text has white color on #DDE3BE background.