COLOR #DDB5B3

HEX: #DDB5B3
RGB: (221,181,179)

Color info

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

RGB color model

#DDB5B3 color RGB value is (221,181,179).

  • red value is 221;
  • green value is 181;
  • blue value is 179.
RGB:
(221,181,179)
(87%,71%,70%)

RGB channels and saturation

R 221 of 255 = 87%
G 181 of 255 = 71%
B 179 of 255 = 70%

221
181
179

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

Portions of RGB colors in percentages

R + G + B =
221 + 181 + 179 = 581 (100%)
R 221 of 581 ~ 38.04%
G 181 of 581 ~ 31.15%
B 179 of 581 ~ 30.81%

%38.04
%31.15
%30.81

CMYK color model

#DDB5B3 color CMYK value is (0,18,19,13).

  • cyan value is 0.00%
  • magenta value is 18.10%
  • yellow value is 19.00%
  • key color value is 13.33%
CMYK:
(0,18,19,13)
C0M18Y19K13 
(0%,18%,19%,13%)
(0.00/0.18/0.19/0.13)	

CMYK percentages

%0
%18.1
%19
%13.33

Codes

Color #DDB5B3 in popluar color models

DDB5B3
RGB221181179
HSL38.18%78.43%
HSB/HSV19.00%86.67%
CMYK0.00%18.10%19.00%
13.33%

Color #DDB5B3 in popluar number systems.

HEXDDB5B3
Decimal221181179
Binary110111011011010110110011
Octal335265263

Shades and tints

Shades of #DDB5B3

#DDB5B3
(221,181,179)
#C9A5A3
(201,165,163)
#B59593
(181,149,147)
#A18583
(161,133,131)
#8D7573
(141,117,115)
#796563
(121,101,99)
#655553
(101,85,83)
#514543
(81,69,67)
#3D3533
(61,53,51)
#292523
(41,37,35)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #DDB5B3

#DDB5B3
(221,181,179)
#E0BBB9
(224,187,185)
#E3C1BF
(227,193,191)
#E6C7C5
(230,199,197)
#E9CDCB
(233,205,203)
#ECD3D1
(236,211,209)
#EFD9D7
(239,217,215)
#F2DFDD
(242,223,221)
#F5E5E3
(245,229,227)
#F8EBE9
(248,235,233)
#FBF1EF
(251,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB5B3 color. Also use rgb(221,181,179) instead hex code.

Text Font Color

.myTextColor { color: #DDB5B3; }

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

This text font color is #DDB5B3.


Background Color

.myBgColor { background-color: #DDB5B3; }

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

This div background color is #DDB5B3.


Border color

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

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

This div border color is #DDB5B3.


Opacity

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

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

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

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

This text has shadow with #DDB5B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB5B3 on black background.


Color preview on white background

This text has color #DDB5B3 on white background.



Black color preview on #DDB5B3 background

This text has black color on #DDB5B3 background.


White color preview on #DDB5B3 background

This text has white color on #DDB5B3 background.