COLOR #DDBCAD

HEX: #DDBCAD
RGB: (221,188,173)

Color info

#DDBCAD contains red, green and blue colors in about the same proportion. Web safe color of #DDBCAD is #CCCC99 (or #CC9).

RGB color model

#DDBCAD color RGB value is (221,188,173).

  • red value is 221;
  • green value is 188;
  • blue value is 173.
RGB:
(221,188,173)
(87%,74%,68%)

RGB channels and saturation

R 221 of 255 = 87%
G 188 of 255 = 74%
B 173 of 255 = 68%

221
188
173

R + G + B ~ 76%. #DDBCAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 188 + 173 = 582 (100%)
R 221 of 582 ~ 37.97%
G 188 of 582 ~ 32.3%
B 173 of 582 ~ 29.73%

%37.97
%32.3
%29.73

CMYK color model

#DDBCAD color CMYK value is (0,15,22,13).

  • cyan value is 0.00%
  • magenta value is 14.93%
  • yellow value is 21.72%
  • key color value is 13.33%
CMYK:
(0,15,22,13)
C0M15Y22K13 
(0%,15%,22%,13%)
(0.00/0.15/0.22/0.13)	

CMYK percentages

%0
%14.93
%21.72
%13.33

Codes

Color #DDBCAD in popluar color models

DDBCAD
RGB221188173
HSL19°41.38%77.25%
HSB/HSV19°21.72%86.67%
CMYK0.00%14.93%21.72%
13.33%

Color #DDBCAD in popluar number systems.

HEXDDBCAD
Decimal221188173
Binary110111011011110010101101
Octal335274255

Shades and tints

Shades of #DDBCAD

#DDBCAD
(221,188,173)
#C9AB9E
(201,171,158)
#B59A8F
(181,154,143)
#A18980
(161,137,128)
#8D7871
(141,120,113)
#796762
(121,103,98)
#655653
(101,86,83)
#514544
(81,69,68)
#3D3435
(61,52,53)
#292326
(41,35,38)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #DDBCAD

#DDBCAD
(221,188,173)
#E0C2B4
(224,194,180)
#E3C8BB
(227,200,187)
#E6CEC2
(230,206,194)
#E9D4C9
(233,212,201)
#ECDAD0
(236,218,208)
#EFE0D7
(239,224,215)
#F2E6DE
(242,230,222)
#F5ECE5
(245,236,229)
#F8F2EC
(248,242,236)
#FBF8F3
(251,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDBCAD color. Also use rgb(221,188,173) instead hex code.

Text Font Color

.myTextColor { color: #DDBCAD; }

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

This text font color is #DDBCAD.


Background Color

.myBgColor { background-color: #DDBCAD; }

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

This div background color is #DDBCAD.


Border color

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

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

This div border color is #DDBCAD.


Opacity

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

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

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

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

This text has shadow with #DDBCAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDBCAD on black background.


Color preview on white background

This text has color #DDBCAD on white background.



Black color preview on #DDBCAD background

This text has black color on #DDBCAD background.


White color preview on #DDBCAD background

This text has white color on #DDBCAD background.