COLOR #DDB9BB

HEX: #DDB9BB
RGB: (221,185,187)

Color info

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

RGB color model

#DDB9BB color RGB value is (221,185,187).

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

RGB channels and saturation

R 221 of 255 = 87%
G 185 of 255 = 73%
B 187 of 255 = 73%

221
185
187

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

Portions of RGB colors in percentages

R + G + B =
221 + 185 + 187 = 593 (100%)
R 221 of 593 ~ 37.27%
G 185 of 593 ~ 31.2%
B 187 of 593 ~ 31.53%

%37.27
%31.2
%31.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.29%
  • yellow value is 15.38%
  • key color value is 13.33%
CMYK:
(0,16,15,13)
C0M16Y15K13 
(0%,16%,15%,13%)
(0.00/0.16/0.15/0.13)	

CMYK percentages

%0
%16.29
%15.38
%13.33

Codes

Color #DDB9BB in popluar color models

DDB9BB
RGB221185187
HSL357°34.62%79.61%
HSB/HSV357°16.29%86.67%
CMYK0.00%16.29%15.38%
13.33%

Color #DDB9BB in popluar number systems.

HEXDDB9BB
Decimal221185187
Binary110111011011100110111011
Octal335271273

Shades and tints

Shades of #DDB9BB

#DDB9BB
(221,185,187)
#C9A9AA
(201,169,170)
#B59999
(181,153,153)
#A18988
(161,137,136)
#8D7977
(141,121,119)
#796966
(121,105,102)
#655955
(101,89,85)
#514944
(81,73,68)
#3D3933
(61,57,51)
#292922
(41,41,34)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #DDB9BB

#DDB9BB
(221,185,187)
#E0BFC1
(224,191,193)
#E3C5C7
(227,197,199)
#E6CBCD
(230,203,205)
#E9D1D3
(233,209,211)
#ECD7D9
(236,215,217)
#EFDDDF
(239,221,223)
#F2E3E5
(242,227,229)
#F5E9EB
(245,233,235)
#F8EFF1
(248,239,241)
#FBF5F7
(251,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB9BB; }

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

This text font color is #DDB9BB.


Background Color

.myBgColor { background-color: #DDB9BB; }

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

This div background color is #DDB9BB.


Border color

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

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

This div border color is #DDB9BB.


Opacity

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

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

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

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

This text has shadow with #DDB9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB9BB on black background.


Color preview on white background

This text has color #DDB9BB on white background.



Black color preview on #DDB9BB background

This text has black color on #DDB9BB background.


White color preview on #DDB9BB background

This text has white color on #DDB9BB background.