COLOR #DDB9C1

HEX: #DDB9C1
RGB: (221,185,193)

Color info

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

RGB color model

#DDB9C1 color RGB value is (221,185,193).

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

RGB channels and saturation

R 221 of 255 = 87%
G 185 of 255 = 73%
B 193 of 255 = 76%

221
185
193

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

Portions of RGB colors in percentages

R + G + B =
221 + 185 + 193 = 599 (100%)
R 221 of 599 ~ 36.89%
G 185 of 599 ~ 30.88%
B 193 of 599 ~ 32.22%

%36.89
%30.88
%32.22

CMYK color model

#DDB9C1 color CMYK value is (0,16,13,13).

  • cyan value is 0.00%
  • magenta value is 16.29%
  • yellow value is 12.67%
  • key color value is 13.33%
CMYK:
(0,16,13,13)
C0M16Y13K13 
(0%,16%,13%,13%)
(0.00/0.16/0.13/0.13)	

CMYK percentages

%0
%16.29
%12.67
%13.33

Codes

Color #DDB9C1 in popluar color models

DDB9C1
RGB221185193
HSL347°34.62%79.61%
HSB/HSV347°16.29%86.67%
CMYK0.00%16.29%12.67%
13.33%

Color #DDB9C1 in popluar number systems.

HEXDDB9C1
Decimal221185193
Binary110111011011100111000001
Octal335271301

Shades and tints

Shades of #DDB9C1

#DDB9C1
(221,185,193)
#C9A9B0
(201,169,176)
#B5999F
(181,153,159)
#A1898E
(161,137,142)
#8D797D
(141,121,125)
#79696C
(121,105,108)
#65595B
(101,89,91)
#51494A
(81,73,74)
#3D3939
(61,57,57)
#292928
(41,41,40)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #DDB9C1

#DDB9C1
(221,185,193)
#E0BFC6
(224,191,198)
#E3C5CB
(227,197,203)
#E6CBD0
(230,203,208)
#E9D1D5
(233,209,213)
#ECD7DA
(236,215,218)
#EFDDDF
(239,221,223)
#F2E3E4
(242,227,228)
#F5E9E9
(245,233,233)
#F8EFEE
(248,239,238)
#FBF5F3
(251,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB9C1 color. Also use rgb(221,185,193) instead hex code.

Text Font Color

.myTextColor { color: #DDB9C1; }

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

This text font color is #DDB9C1.


Background Color

.myBgColor { background-color: #DDB9C1; }

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

This div background color is #DDB9C1.


Border color

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

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

This div border color is #DDB9C1.


Opacity

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

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

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

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

This text has shadow with #DDB9C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB9C1 on black background.


Color preview on white background

This text has color #DDB9C1 on white background.



Black color preview on #DDB9C1 background

This text has black color on #DDB9C1 background.


White color preview on #DDB9C1 background

This text has white color on #DDB9C1 background.