COLOR #DDDEB7

HEX: #DDDEB7
RGB: (221,222,183)

Color info

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

RGB color model

#DDDEB7 color RGB value is (221,222,183).

  • red value is 221;
  • green value is 222;
  • blue value is 183.
RGB:
(221,222,183)
(87%,87%,72%)

RGB channels and saturation

R 221 of 255 = 87%
G 222 of 255 = 87%
B 183 of 255 = 72%

221
222
183

R + G + B ~ 82%. #DDDEB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 222 + 183 = 626 (100%)
R 221 of 626 ~ 35.3%
G 222 of 626 ~ 35.46%
B 183 of 626 ~ 29.23%

%35.3
%35.46
%29.23

CMYK color model

#DDDEB7 color CMYK value is (0,0,18,13).

  • cyan value is 0.45%
  • magenta value is 0.00%
  • yellow value is 17.57%
  • key color value is 12.94%
CMYK:
(0,0,18,13)
C0M0Y18K13 
(0%,0%,18%,13%)
(0.00/0.00/0.18/0.13)	

CMYK percentages

%0.45
%0
%17.57
%12.94

Codes

Color #DDDEB7 in popluar color models

DDDEB7
RGB221222183
HSL62°37.14%79.41%
HSB/HSV62°17.57%87.06%
CMYK0.45%0.00%17.57%
12.94%

Color #DDDEB7 in popluar number systems.

HEXDDDEB7
Decimal221222183
Binary110111011101111010110111
Octal335336267

Shades and tints

Shades of #DDDEB7

#DDDEB7
(221,222,183)
#C9CAA7
(201,202,167)
#B5B697
(181,182,151)
#A1A287
(161,162,135)
#8D8E77
(141,142,119)
#797A67
(121,122,103)
#656657
(101,102,87)
#515247
(81,82,71)
#3D3E37
(61,62,55)
#292A27
(41,42,39)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #DDDEB7

#DDDEB7
(221,222,183)
#E0E1BD
(224,225,189)
#E3E4C3
(227,228,195)
#E6E7C9
(230,231,201)
#E9EACF
(233,234,207)
#ECEDD5
(236,237,213)
#EFF0DB
(239,240,219)
#F2F3E1
(242,243,225)
#F5F6E7
(245,246,231)
#F8F9ED
(248,249,237)
#FBFCF3
(251,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDDEB7 color. Also use rgb(221,222,183) instead hex code.

Text Font Color

.myTextColor { color: #DDDEB7; }

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

This text font color is #DDDEB7.


Background Color

.myBgColor { background-color: #DDDEB7; }

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

This div background color is #DDDEB7.


Border color

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

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

This div border color is #DDDEB7.


Opacity

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

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

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

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

This text has shadow with #DDDEB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDEB7 on black background.


Color preview on white background

This text has color #DDDEB7 on white background.



Black color preview on #DDDEB7 background

This text has black color on #DDDEB7 background.


White color preview on #DDDEB7 background

This text has white color on #DDDEB7 background.