COLOR #DDC6BB

HEX: #DDC6BB
RGB: (221,198,187)

Color info

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

RGB color model

#DDC6BB color RGB value is (221,198,187).

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

RGB channels and saturation

R 221 of 255 = 87%
G 198 of 255 = 78%
B 187 of 255 = 73%

221
198
187

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

Portions of RGB colors in percentages

R + G + B =
221 + 198 + 187 = 606 (100%)
R 221 of 606 ~ 36.47%
G 198 of 606 ~ 32.67%
B 187 of 606 ~ 30.86%

%36.47
%32.67
%30.86

CMYK color model

#DDC6BB color CMYK value is (0,10,15,13).

  • cyan value is 0.00%
  • magenta value is 10.41%
  • yellow value is 15.38%
  • key color value is 13.33%
CMYK:
(0,10,15,13)
C0M10Y15K13 
(0%,10%,15%,13%)
(0.00/0.10/0.15/0.13)	

CMYK percentages

%0
%10.41
%15.38
%13.33

Codes

Color #DDC6BB in popluar color models

DDC6BB
RGB221198187
HSL19°33.33%80.00%
HSB/HSV19°15.38%86.67%
CMYK0.00%10.41%15.38%
13.33%

Color #DDC6BB in popluar number systems.

HEXDDC6BB
Decimal221198187
Binary110111011100011010111011
Octal335306273

Shades and tints

Shades of #DDC6BB

#DDC6BB
(221,198,187)
#C9B4AA
(201,180,170)
#B5A299
(181,162,153)
#A19088
(161,144,136)
#8D7E77
(141,126,119)
#796C66
(121,108,102)
#655A55
(101,90,85)
#514844
(81,72,68)
#3D3633
(61,54,51)
#292422
(41,36,34)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #DDC6BB

#DDC6BB
(221,198,187)
#E0CBC1
(224,203,193)
#E3D0C7
(227,208,199)
#E6D5CD
(230,213,205)
#E9DAD3
(233,218,211)
#ECDFD9
(236,223,217)
#EFE4DF
(239,228,223)
#F2E9E5
(242,233,229)
#F5EEEB
(245,238,235)
#F8F3F1
(248,243,241)
#FBF8F7
(251,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC6BB; }

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

This text font color is #DDC6BB.


Background Color

.myBgColor { background-color: #DDC6BB; }

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

This div background color is #DDC6BB.


Border color

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

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

This div border color is #DDC6BB.


Opacity

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

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

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

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

This text has shadow with #DDC6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC6BB on black background.


Color preview on white background

This text has color #DDC6BB on white background.



Black color preview on #DDC6BB background

This text has black color on #DDC6BB background.


White color preview on #DDC6BB background

This text has white color on #DDC6BB background.