COLOR #DDE3B8

HEX: #DDE3B8
RGB: (221,227,184)

Color info

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

RGB color model

#DDE3B8 color RGB value is (221,227,184).

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

RGB channels and saturation

R 221 of 255 = 87%
G 227 of 255 = 89%
B 184 of 255 = 72%

221
227
184

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

Portions of RGB colors in percentages

R + G + B =
221 + 227 + 184 = 632 (100%)
R 221 of 632 ~ 34.97%
G 227 of 632 ~ 35.92%
B 184 of 632 ~ 29.11%

%34.97
%35.92
%29.11

CMYK color model

#DDE3B8 color CMYK value is (3,0,19,11).

  • cyan value is 2.64%
  • magenta value is 0.00%
  • yellow value is 18.94%
  • key color value is 10.98%
CMYK: (3,0,19,11) C3M0Y19K11 (3%,0%,19%,11%) (0.03/0.00/0.19/0.11)

CMYK percentages

%2.64
%0
%18.94
%10.98

Codes

Color #DDE3B8 in popluar color models

DDE3B8
RGB221227184
HSL68°43.43%80.59%
HSB/HSV68°18.94%89.02%
CMYK2.64%0.00%18.94%
10.98%

Color #DDE3B8 in popluar number systems.

HEXDDE3B8
Decimal221227184
Binary110111011110001110111000
Octal335343270

Shades and tints

Shades of #DDE3B8

#DDE3B8
(221,227,184)
#C9CFA8
(201,207,168)
#B5BB98
(181,187,152)
#A1A788
(161,167,136)
#8D9378
(141,147,120)
#797F68
(121,127,104)
#656B58
(101,107,88)
#515748
(81,87,72)
#3D4338
(61,67,56)
#292F28
(41,47,40)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #DDE3B8

#DDE3B8
(221,227,184)
#E0E5BE
(224,229,190)
#E3E7C4
(227,231,196)
#E6E9CA
(230,233,202)
#E9EBD0
(233,235,208)
#ECEDD6
(236,237,214)
#EFEFDC
(239,239,220)
#F2F1E2
(242,241,226)
#F5F3E8
(245,243,232)
#F8F5EE
(248,245,238)
#FBF7F4
(251,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE3B8; }

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

This text font color is #DDE3B8.


Background Color

.myBgColor { background-color: #DDE3B8; }

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

This div background color is #DDE3B8.


Border color

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

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

This div border color is #DDE3B8.


Opacity

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

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

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

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

This text has shadow with #DDE3B8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DDE3B8 on black background.


Color preview on white background

This text has color #DDE3B8 on white background.



Black color preview on #DDE3B8 background

This text has black color on #DDE3B8 background.


White color preview on #DDE3B8 background

This text has white color on #DDE3B8 background.