COLOR #DDBDB0

HEX: #DDBDB0 RGB: (221,189,176)

Color info

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

RGB color model

#DDBDB0 color RGB value is (221,189,176).

RGB: (221,189,176) (87%, 74%, 69%)

RGB channels and saturation

R 221 of 255 = 87%
G 189 of 255 = 74%
B 176 of 255 = 69%

221
189
176

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

Portions of RGB colors in percentages

R + G + B = 221 + 189 + 176 = 586 (100%)
R 221 of 586 ~ 37.71%
G 189 of 586 ~ 32.25%
B 176 of 586 ~ 30.03'%

%37.71
%32.25
%30.03

CMYK color model

#DDBDB0 color CMYK value is (0,14,20,13).

  • cyan value is 0.00%
  • magenta value is 14.48%
  • yellow value is 20.36%
  • key color value is 13.33%

CMYK: (0,14,20,13)
C0M14Y20K13 (0%, 14%, 20%, 13%)
(0.00 / 0.14 / 0.20 / 0.13)

CMYK percentages

%0
%14.48
%20.36
%13.33

Codes

Color #DDBDB0 in popluar color models

DD BD B0
RGB 221 189 176
HSL 17° 39.82% 77.84%
HSB/HSV 17° 20.36% 86.67%
CMYK 0.00% 14.48% 20.36%
13.33%

Color #DDBDB0 in popluar number systems.

HEX DD BD B0
Decimal 221 189 176
Binary 11011101 10111101 10110000
Octal 335 275 260

Shades and tints

Shades of #DDBDB0

#DDBDB0
(221,189,176)
#C9ACA0
(201,172,160)
#B59B90
(181,155,144)
#A18A80
(161,138,128)
#8D7970
(141,121,112)
#796860
(121,104,96)
#655750
(101,87,80)
#514640
(81,70,64)
#3D3530
(61,53,48)
#292420
(41,36,32)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #DDBDB0

#DDBDB0
(221,189,176)
#E0C3B7
(224,195,183)
#E3C9BE
(227,201,190)
#E6CFC5
(230,207,197)
#E9D5CC
(233,213,204)
#ECDBD3
(236,219,211)
#EFE1DA
(239,225,218)
#F2E7E1
(242,231,225)
#F5EDE8
(245,237,232)
#F8F3EF
(248,243,239)
#FBF9F6
(251,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDBDB0 color. Also use rgb(221,189,176) instead hex code.

Text Font Color

.myTextColor { color: #DDBDB0; }

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

This text font color is #DDBDB0.

Background Color

.myBgColor { background-color: #DDBDB0; }

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

This div background color is #DDBDB0.

Border color

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

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

This div border color is #DDBDB0.

Opacity

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

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

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

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

This text has shadow with #DDBDB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBDB0.

Preview

Color preview on black background

This text has color #DDBDB0 on black background.


Color preview on white background

This text has color #DDBDB0 on white background.


Black color preview on #DDBDB0 background

This text has black color on #DDBDB0 background.


White color preview on #DDBDB0 background

This text has white color on #DDBDB0 background.


Related colors

Complementary color

Complementary color for #hex is #22424F.


I love getcolorcode.com

Triadic colors

1 #B0DDBD and #BDB0DD with #DDBDB0 are triadic colors.

2 #B0BDDD and #BDDDB0 with #DDBDB0 are triadic colors.