COLOR #DDC6B8

HEX: #DDC6B8
RGB: (221,198,184)

Color info

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

RGB color model

#DDC6B8 color RGB value is (221,198,184).

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

RGB channels and saturation

R 221 of 255 = 87%
G 198 of 255 = 78%
B 184 of 255 = 72%

221
198
184

R + G + B ~ 79%. #DDC6B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 198 + 184 = 603 (100%)
R 221 of 603 ~ 36.65%
G 198 of 603 ~ 32.84%
B 184 of 603 ~ 30.51%

%36.65
%32.84
%30.51

CMYK color model

#DDC6B8 color CMYK value is (0,10,17,13).

  • cyan value is 0.00%
  • magenta value is 10.41%
  • yellow value is 16.74%
  • key color value is 13.33%
CMYK:
(0,10,17,13)
C0M10Y17K13 
(0%,10%,17%,13%)
(0.00/0.10/0.17/0.13)	

CMYK percentages

%0
%10.41
%16.74
%13.33

Codes

Color #DDC6B8 in popluar color models

DDC6B8
RGB221198184
HSL23°35.24%79.41%
HSB/HSV23°16.74%86.67%
CMYK0.00%10.41%16.74%
13.33%

Color #DDC6B8 in popluar number systems.

HEXDDC6B8
Decimal221198184
Binary110111011100011010111000
Octal335306270

Shades and tints

Shades of #DDC6B8

#DDC6B8
(221,198,184)
#C9B4A8
(201,180,168)
#B5A298
(181,162,152)
#A19088
(161,144,136)
#8D7E78
(141,126,120)
#796C68
(121,108,104)
#655A58
(101,90,88)
#514848
(81,72,72)
#3D3638
(61,54,56)
#292428
(41,36,40)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #DDC6B8

#DDC6B8
(221,198,184)
#E0CBBE
(224,203,190)
#E3D0C4
(227,208,196)
#E6D5CA
(230,213,202)
#E9DAD0
(233,218,208)
#ECDFD6
(236,223,214)
#EFE4DC
(239,228,220)
#F2E9E2
(242,233,226)
#F5EEE8
(245,238,232)
#F8F3EE
(248,243,238)
#FBF8F4
(251,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC6B8; }

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

This text font color is #DDC6B8.


Background Color

.myBgColor { background-color: #DDC6B8; }

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

This div background color is #DDC6B8.


Border color

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

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

This div border color is #DDC6B8.


Opacity

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

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

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

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

This text has shadow with #DDC6B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC6B8 on black background.


Color preview on white background

This text has color #DDC6B8 on white background.



Black color preview on #DDC6B8 background

This text has black color on #DDC6B8 background.


White color preview on #DDC6B8 background

This text has white color on #DDC6B8 background.