COLOR #DDBAB3

HEX: #DDBAB3 RGB: (221,186,179)

Color info

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

RGB color model

#DDBAB3 color RGB value is (221,186,179).

RGB: (221,186,179) (87%, 73%, 70%)

RGB channels and saturation

R 221 of 255 = 87%
G 186 of 255 = 73%
B 179 of 255 = 70%

221
186
179

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

Portions of RGB colors in percentages

R + G + B = 221 + 186 + 179 = 586 (100%)
R 221 of 586 ~ 37.71%
G 186 of 586 ~ 31.74%
B 179 of 586 ~ 30.55'%

%37.71
%31.74
%30.55

CMYK color model

#DDBAB3 color CMYK value is (0,16,19,13).

  • cyan value is 0.00%
  • magenta value is 15.84%
  • yellow value is 19.00%
  • key color value is 13.33%
CMYK: (0,16,19,13) C0M16Y19K13 (0%,16%,19%,13%) (0.00/0.16/0.19/0.13) 

CMYK percentages

%0
%15.84
%19
%13.33

Codes

Color #DDBAB3 in popluar color models

DD BA B3
RGB 221 186 179
HSL 10° 38.18% 78.43%
HSB/HSV 10° 19.00% 86.67%
CMYK 0.00% 15.84% 19.00%
13.33%

Color #DDBAB3 in popluar number systems.

HEX DD BA B3
Decimal 221 186 179
Binary 11011101 10111010 10110011
Octal 335 272 263

Shades and tints

Shades of #DDBAB3

#DDBAB3
(221,186,179)
#C9AAA3
(201,170,163)
#B59A93
(181,154,147)
#A18A83
(161,138,131)
#8D7A73
(141,122,115)
#796A63
(121,106,99)
#655A53
(101,90,83)
#514A43
(81,74,67)
#3D3A33
(61,58,51)
#292A23
(41,42,35)
#151A13
(21,26,19)
#000000
(0,0,0)

Tints of #DDBAB3

#DDBAB3
(221,186,179)
#E0C0B9
(224,192,185)
#E3C6BF
(227,198,191)
#E6CCC5
(230,204,197)
#E9D2CB
(233,210,203)
#ECD8D1
(236,216,209)
#EFDED7
(239,222,215)
#F2E4DD
(242,228,221)
#F5EAE3
(245,234,227)
#F8F0E9
(248,240,233)
#FBF6EF
(251,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBAB3; }

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

This text font color is #DDBAB3.

Background Color

.myBgColor { background-color: #DDBAB3; }

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

This div background color is #DDBAB3.

Border color

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

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

This div border color is #DDBAB3.

Opacity

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

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

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

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

This text has shadow with #DDBAB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBAB3.

Preview

Color preview on black background

This text has color #DDBAB3 on black background.


Color preview on white background

This text has color #DDBAB3 on white background.


Black color preview on #DDBAB3 background

This text has black color on #DDBAB3 background.


White color preview on #DDBAB3 background

This text has white color on #DDBAB3 background.


Related colors

Complementary color

Complementary color for #hex is #22454C.


I love getcolorcode.com

Triadic colors

1 #B3DDBA and #BAB3DD with #DDBAB3 are triadic colors.

2 #B3BADD and #BADDB3 with #DDBAB3 are triadic colors.