COLOR #DDD6C8

HEX: #DDD6C8
RGB: (221,214,200)

Color info

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

RGB color model

#DDD6C8 color RGB value is (221,214,200).

  • red value is 221;
  • green value is 214;
  • blue value is 200.
RGB:
(221,214,200)
(87%,84%,78%)

RGB channels and saturation

R 221 of 255 = 87%
G 214 of 255 = 84%
B 200 of 255 = 78%

221
214
200

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

Portions of RGB colors in percentages

R + G + B =
221 + 214 + 200 = 635 (100%)
R 221 of 635 ~ 34.8%
G 214 of 635 ~ 33.7%
B 200 of 635 ~ 31.5%

%34.8
%33.7
%31.5

CMYK color model

#DDD6C8 color CMYK value is (0,3,10,13).

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 9.50%
  • key color value is 13.33%
CMYK:
(0,3,10,13)
C0M3Y10K13 
(0%,3%,10%,13%)
(0.00/0.03/0.10/0.13)	

CMYK percentages

%0
%3.17
%9.5
%13.33

Codes

Color #DDD6C8 in popluar color models

DDD6C8
RGB221214200
HSL40°23.60%82.55%
HSB/HSV40°9.50%86.67%
CMYK0.00%3.17%9.50%
13.33%

Color #DDD6C8 in popluar number systems.

HEXDDD6C8
Decimal221214200
Binary110111011101011011001000
Octal335326310

Shades and tints

Shades of #DDD6C8

#DDD6C8
(221,214,200)
#C9C3B6
(201,195,182)
#B5B0A4
(181,176,164)
#A19D92
(161,157,146)
#8D8A80
(141,138,128)
#79776E
(121,119,110)
#65645C
(101,100,92)
#51514A
(81,81,74)
#3D3E38
(61,62,56)
#292B26
(41,43,38)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #DDD6C8

#DDD6C8
(221,214,200)
#E0D9CD
(224,217,205)
#E3DCD2
(227,220,210)
#E6DFD7
(230,223,215)
#E9E2DC
(233,226,220)
#ECE5E1
(236,229,225)
#EFE8E6
(239,232,230)
#F2EBEB
(242,235,235)
#F5EEF0
(245,238,240)
#F8F1F5
(248,241,245)
#FBF4FA
(251,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD6C8 color. Also use rgb(221,214,200) instead hex code.

Text Font Color

.myTextColor { color: #DDD6C8; }

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

This text font color is #DDD6C8.


Background Color

.myBgColor { background-color: #DDD6C8; }

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

This div background color is #DDD6C8.


Border color

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

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

This div border color is #DDD6C8.


Opacity

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

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

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

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

This text has shadow with #DDD6C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD6C8 on black background.


Color preview on white background

This text has color #DDD6C8 on white background.



Black color preview on #DDD6C8 background

This text has black color on #DDD6C8 background.


White color preview on #DDD6C8 background

This text has white color on #DDD6C8 background.