COLOR #DDBAB0

HEX: #DDBAB0 RGB: (221,186,176)

Color info

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

RGB color model

#DDBAB0 color RGB value is (221,186,176).

RGB: (221,186,176) (87%, 73%, 69%)

RGB channels and saturation

R 221 of 255 = 87%
G 186 of 255 = 73%
B 176 of 255 = 69%

221
186
176

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

Portions of RGB colors in percentages

R + G + B = 221 + 186 + 176 = 583 (100%)
R 221 of 583 ~ 37.91%
G 186 of 583 ~ 31.9%
B 176 of 583 ~ 30.19'%

%37.91
%31.9
%30.19

CMYK color model

#DDBAB0 color CMYK value is (0,16,20,13).

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

CMYK: (0,16,20,13)
C0M16Y20K13 (0%, 16%, 20%, 13%)
(0.00 / 0.16 / 0.20 / 0.13)

CMYK percentages

%0
%15.84
%20.36
%13.33

Codes

Color #DDBAB0 in popluar color models

DD BA B0
RGB 221 186 176
HSL 13° 39.82% 77.84%
HSB/HSV 13° 20.36% 86.67%
CMYK 0.00% 15.84% 20.36%
13.33%

Color #DDBAB0 in popluar number systems.

HEX DD BA B0
Decimal 221 186 176
Binary 11011101 10111010 10110000
Octal 335 272 260

Shades and tints

Shades of #DDBAB0

#DDBAB0
(221,186,176)
#C9AAA0
(201,170,160)
#B59A90
(181,154,144)
#A18A80
(161,138,128)
#8D7A70
(141,122,112)
#796A60
(121,106,96)
#655A50
(101,90,80)
#514A40
(81,74,64)
#3D3A30
(61,58,48)
#292A20
(41,42,32)
#151A10
(21,26,16)
#000000
(0,0,0)

Tints of #DDBAB0

#DDBAB0
(221,186,176)
#E0C0B7
(224,192,183)
#E3C6BE
(227,198,190)
#E6CCC5
(230,204,197)
#E9D2CC
(233,210,204)
#ECD8D3
(236,216,211)
#EFDEDA
(239,222,218)
#F2E4E1
(242,228,225)
#F5EAE8
(245,234,232)
#F8F0EF
(248,240,239)
#FBF6F6
(251,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBAB0; }

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

This text font color is #DDBAB0.

Background Color

.myBgColor { background-color: #DDBAB0; }

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

This div background color is #DDBAB0.

Border color

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

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

This div border color is #DDBAB0.

Opacity

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

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

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

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

This text has shadow with #DDBAB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBAB0.

Preview

Color preview on black background

This text has color #DDBAB0 on black background.


Color preview on white background

This text has color #DDBAB0 on white background.


Black color preview on #DDBAB0 background

This text has black color on #DDBAB0 background.


White color preview on #DDBAB0 background

This text has white color on #DDBAB0 background.


Related colors

Complementary color

Complementary color for #hex is #22454F.


I love getcolorcode.com

Triadic colors

1 #B0DDBA and #BAB0DD with #DDBAB0 are triadic colors.

2 #B0BADD and #BADDB0 with #DDBAB0 are triadic colors.