COLOR #DDC3BB

HEX: #DDC3BB
RGB: (221,195,187)

Color info

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

RGB color model

#DDC3BB color RGB value is (221,195,187).

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

RGB channels and saturation

R 221 of 255 = 87%
G 195 of 255 = 76%
B 187 of 255 = 73%

221
195
187

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

Portions of RGB colors in percentages

R + G + B =
221 + 195 + 187 = 603 (100%)
R 221 of 603 ~ 36.65%
G 195 of 603 ~ 32.34%
B 187 of 603 ~ 31.01%

%36.65
%32.34
%31.01

CMYK color model

#DDC3BB color CMYK value is (0,12,15,13).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 15.38%
  • key color value is 13.33%
CMYK:
(0,12,15,13)
C0M12Y15K13 
(0%,12%,15%,13%)
(0.00/0.12/0.15/0.13)	

CMYK percentages

%0
%11.76
%15.38
%13.33

Codes

Color #DDC3BB in popluar color models

DDC3BB
RGB221195187
HSL14°33.33%80.00%
HSB/HSV14°15.38%86.67%
CMYK0.00%11.76%15.38%
13.33%

Color #DDC3BB in popluar number systems.

HEXDDC3BB
Decimal221195187
Binary110111011100001110111011
Octal335303273

Shades and tints

Shades of #DDC3BB

#DDC3BB
(221,195,187)
#C9B2AA
(201,178,170)
#B5A199
(181,161,153)
#A19088
(161,144,136)
#8D7F77
(141,127,119)
#796E66
(121,110,102)
#655D55
(101,93,85)
#514C44
(81,76,68)
#3D3B33
(61,59,51)
#292A22
(41,42,34)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #DDC3BB

#DDC3BB
(221,195,187)
#E0C8C1
(224,200,193)
#E3CDC7
(227,205,199)
#E6D2CD
(230,210,205)
#E9D7D3
(233,215,211)
#ECDCD9
(236,220,217)
#EFE1DF
(239,225,223)
#F2E6E5
(242,230,229)
#F5EBEB
(245,235,235)
#F8F0F1
(248,240,241)
#FBF5F7
(251,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC3BB; }

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

This text font color is #DDC3BB.


Background Color

.myBgColor { background-color: #DDC3BB; }

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

This div background color is #DDC3BB.


Border color

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

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

This div border color is #DDC3BB.


Opacity

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

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

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

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

This text has shadow with #DDC3BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC3BB on black background.


Color preview on white background

This text has color #DDC3BB on white background.



Black color preview on #DDC3BB background

This text has black color on #DDC3BB background.


White color preview on #DDC3BB background

This text has white color on #DDC3BB background.