COLOR #DDBBA8

HEX: #DDBBA8 RGB: (221,187,168)

Color info

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

RGB color model

#DDBBA8 color RGB value is (221,187,168).

RGB: (221,187,168) (87%, 73%, 66%)

RGB channels and saturation

R 221 of 255 = 87%
G 187 of 255 = 73%
B 168 of 255 = 66%

221
187
168

R + G + B ~ 75%. #DDBBA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 187 + 168 = 576 (100%)
R 221 of 576 ~ 38.37%
G 187 of 576 ~ 32.47%
B 168 of 576 ~ 29.17'%

%38.37
%32.47
%29.17

CMYK color model

#DDBBA8 color CMYK value is (0,15,24,13).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 23.98%
  • key color value is 13.33%

CMYK: (0,15,24,13)
C0M15Y24K13 (0%, 15%, 24%, 13%)
(0.00 / 0.15 / 0.24 / 0.13)

CMYK percentages

%0
%15.38
%23.98
%13.33

Codes

Color #DDBBA8 in popluar color models

DD BB A8
RGB 221 187 168
HSL 22° 43.80% 76.27%
HSB/HSV 22° 23.98% 86.67%
CMYK 0.00% 15.38% 23.98%
13.33%

Color #DDBBA8 in popluar number systems.

HEX DD BB A8
Decimal 221 187 168
Binary 11011101 10111011 10101000
Octal 335 273 250

Shades and tints

Shades of #DDBBA8

#DDBBA8
(221,187,168)
#C9AA99
(201,170,153)
#B5998A
(181,153,138)
#A1887B
(161,136,123)
#8D776C
(141,119,108)
#79665D
(121,102,93)
#65554E
(101,85,78)
#51443F
(81,68,63)
#3D3330
(61,51,48)
#292221
(41,34,33)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #DDBBA8

#DDBBA8
(221,187,168)
#E0C1AF
(224,193,175)
#E3C7B6
(227,199,182)
#E6CDBD
(230,205,189)
#E9D3C4
(233,211,196)
#ECD9CB
(236,217,203)
#EFDFD2
(239,223,210)
#F2E5D9
(242,229,217)
#F5EBE0
(245,235,224)
#F8F1E7
(248,241,231)
#FBF7EE
(251,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDBBA8 color. Also use rgb(221,187,168) instead hex code.

Text Font Color

.myTextColor { color: #DDBBA8; }

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

This text font color is #DDBBA8.

Background Color

.myBgColor { background-color: #DDBBA8; }

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

This div background color is #DDBBA8.

Border color

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

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

This div border color is #DDBBA8.

Opacity

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

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

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

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

This text has shadow with #DDBBA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBBA8.

Preview

Color preview on black background

This text has color #DDBBA8 on black background.


Color preview on white background

This text has color #DDBBA8 on white background.


Black color preview on #DDBBA8 background

This text has black color on #DDBBA8 background.


White color preview on #DDBBA8 background

This text has white color on #DDBBA8 background.


Related colors

Complementary color

Complementary color for #hex is #224457.


I love getcolorcode.com

Triadic colors

1 #A8DDBB and #BBA8DD with #DDBBA8 are triadic colors.

2 #A8BBDD and #BBDDA8 with #DDBBA8 are triadic colors.