COLOR #DDB4B6

HEX: #DDB4B6
RGB: (221,180,182)

Color info

#DDB4B6 contains red, green and blue colors in about the same proportion. Web safe color of #DDB4B6 is #CCCCCC (or #CCC).

RGB color model

#DDB4B6 color RGB value is (221,180,182).

  • red value is 221;
  • green value is 180;
  • blue value is 182.
RGB:
(221,180,182)
(87%,71%,71%)

RGB channels and saturation

R 221 of 255 = 87%
G 180 of 255 = 71%
B 182 of 255 = 71%

221
180
182

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

Portions of RGB colors in percentages

R + G + B =
221 + 180 + 182 = 583 (100%)
R 221 of 583 ~ 37.91%
G 180 of 583 ~ 30.87%
B 182 of 583 ~ 31.22%

%37.91
%30.87
%31.22

CMYK color model

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

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

CMYK percentages

%0
%18.55
%17.65
%13.33

Codes

Color #DDB4B6 in popluar color models

DDB4B6
RGB221180182
HSL357°37.61%78.63%
HSB/HSV357°18.55%86.67%
CMYK0.00%18.55%17.65%
13.33%

Color #DDB4B6 in popluar number systems.

HEXDDB4B6
Decimal221180182
Binary110111011011010010110110
Octal335264266

Shades and tints

Shades of #DDB4B6

#DDB4B6
(221,180,182)
#C9A4A6
(201,164,166)
#B59496
(181,148,150)
#A18486
(161,132,134)
#8D7476
(141,116,118)
#796466
(121,100,102)
#655456
(101,84,86)
#514446
(81,68,70)
#3D3436
(61,52,54)
#292426
(41,36,38)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #DDB4B6

#DDB4B6
(221,180,182)
#E0BABC
(224,186,188)
#E3C0C2
(227,192,194)
#E6C6C8
(230,198,200)
#E9CCCE
(233,204,206)
#ECD2D4
(236,210,212)
#EFD8DA
(239,216,218)
#F2DEE0
(242,222,224)
#F5E4E6
(245,228,230)
#F8EAEC
(248,234,236)
#FBF0F2
(251,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB4B6 color. Also use rgb(221,180,182) instead hex code.

Text Font Color

.myTextColor { color: #DDB4B6; }

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

This text font color is #DDB4B6.


Background Color

.myBgColor { background-color: #DDB4B6; }

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

This div background color is #DDB4B6.


Border color

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

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

This div border color is #DDB4B6.


Opacity

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

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

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

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

This text has shadow with #DDB4B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB4B6 on black background.


Color preview on white background

This text has color #DDB4B6 on white background.



Black color preview on #DDB4B6 background

This text has black color on #DDB4B6 background.


White color preview on #DDB4B6 background

This text has white color on #DDB4B6 background.