COLOR #DDB9BF

HEX: #DDB9BF
RGB: (221,185,191)

Color info

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

RGB color model

#DDB9BF color RGB value is (221,185,191).

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

RGB channels and saturation

R 221 of 255 = 87%
G 185 of 255 = 73%
B 191 of 255 = 75%

221
185
191

R + G + B ~ 78%. #DDB9BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 185 + 191 = 597 (100%)
R 221 of 597 ~ 37.02%
G 185 of 597 ~ 30.99%
B 191 of 597 ~ 31.99%

%37.02
%30.99
%31.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.29%
  • yellow value is 13.57%
  • key color value is 13.33%
CMYK:
(0,16,14,13)
C0M16Y14K13 
(0%,16%,14%,13%)
(0.00/0.16/0.14/0.13)	

CMYK percentages

%0
%16.29
%13.57
%13.33

Codes

Color #DDB9BF in popluar color models

DDB9BF
RGB221185191
HSL350°34.62%79.61%
HSB/HSV350°16.29%86.67%
CMYK0.00%16.29%13.57%
13.33%

Color #DDB9BF in popluar number systems.

HEXDDB9BF
Decimal221185191
Binary110111011011100110111111
Octal335271277

Shades and tints

Shades of #DDB9BF

#DDB9BF
(221,185,191)
#C9A9AE
(201,169,174)
#B5999D
(181,153,157)
#A1898C
(161,137,140)
#8D797B
(141,121,123)
#79696A
(121,105,106)
#655959
(101,89,89)
#514948
(81,73,72)
#3D3937
(61,57,55)
#292926
(41,41,38)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #DDB9BF

#DDB9BF
(221,185,191)
#E0BFC4
(224,191,196)
#E3C5C9
(227,197,201)
#E6CBCE
(230,203,206)
#E9D1D3
(233,209,211)
#ECD7D8
(236,215,216)
#EFDDDD
(239,221,221)
#F2E3E2
(242,227,226)
#F5E9E7
(245,233,231)
#F8EFEC
(248,239,236)
#FBF5F1
(251,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB9BF; }

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

This text font color is #DDB9BF.


Background Color

.myBgColor { background-color: #DDB9BF; }

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

This div background color is #DDB9BF.


Border color

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

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

This div border color is #DDB9BF.


Opacity

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

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

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

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

This text has shadow with #DDB9BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB9BF on black background.


Color preview on white background

This text has color #DDB9BF on white background.



Black color preview on #DDB9BF background

This text has black color on #DDB9BF background.


White color preview on #DDB9BF background

This text has white color on #DDB9BF background.