COLOR #DDB7B9

HEX: #DDB7B9
RGB: (221,183,185)

Color info

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

RGB color model

#DDB7B9 color RGB value is (221,183,185).

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

RGB channels and saturation

R 221 of 255 = 87%
G 183 of 255 = 72%
B 185 of 255 = 73%

221
183
185

R + G + B ~ 77%. #DDB7B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 183 + 185 = 589 (100%)
R 221 of 589 ~ 37.52%
G 183 of 589 ~ 31.07%
B 185 of 589 ~ 31.41%

%37.52
%31.07
%31.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.19%
  • yellow value is 16.29%
  • key color value is 13.33%
CMYK:
(0,17,16,13)
C0M17Y16K13 
(0%,17%,16%,13%)
(0.00/0.17/0.16/0.13)	

CMYK percentages

%0
%17.19
%16.29
%13.33

Codes

Color #DDB7B9 in popluar color models

DDB7B9
RGB221183185
HSL357°35.85%79.22%
HSB/HSV357°17.19%86.67%
CMYK0.00%17.19%16.29%
13.33%

Color #DDB7B9 in popluar number systems.

HEXDDB7B9
Decimal221183185
Binary110111011011011110111001
Octal335267271

Shades and tints

Shades of #DDB7B9

#DDB7B9
(221,183,185)
#C9A7A9
(201,167,169)
#B59799
(181,151,153)
#A18789
(161,135,137)
#8D7779
(141,119,121)
#796769
(121,103,105)
#655759
(101,87,89)
#514749
(81,71,73)
#3D3739
(61,55,57)
#292729
(41,39,41)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #DDB7B9

#DDB7B9
(221,183,185)
#E0BDBF
(224,189,191)
#E3C3C5
(227,195,197)
#E6C9CB
(230,201,203)
#E9CFD1
(233,207,209)
#ECD5D7
(236,213,215)
#EFDBDD
(239,219,221)
#F2E1E3
(242,225,227)
#F5E7E9
(245,231,233)
#F8EDEF
(248,237,239)
#FBF3F5
(251,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB7B9; }

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

This text font color is #DDB7B9.


Background Color

.myBgColor { background-color: #DDB7B9; }

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

This div background color is #DDB7B9.


Border color

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

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

This div border color is #DDB7B9.


Opacity

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

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

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

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

This text has shadow with #DDB7B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB7B9 on black background.


Color preview on white background

This text has color #DDB7B9 on white background.



Black color preview on #DDB7B9 background

This text has black color on #DDB7B9 background.


White color preview on #DDB7B9 background

This text has white color on #DDB7B9 background.