COLOR #DDB4BD

HEX: #DDB4BD
RGB: (221,180,189)

Color info

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

RGB color model

#DDB4BD color RGB value is (221,180,189).

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

RGB channels and saturation

R 221 of 255 = 87%
G 180 of 255 = 71%
B 189 of 255 = 74%

221
180
189

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

Portions of RGB colors in percentages

R + G + B =
221 + 180 + 189 = 590 (100%)
R 221 of 590 ~ 37.46%
G 180 of 590 ~ 30.51%
B 189 of 590 ~ 32.03%

%37.46
%30.51
%32.03

CMYK color model

#DDB4BD color CMYK value is (0,19,14,13).

  • cyan value is 0.00%
  • magenta value is 18.55%
  • yellow value is 14.48%
  • key color value is 13.33%
CMYK:
(0,19,14,13)
C0M19Y14K13 
(0%,19%,14%,13%)
(0.00/0.19/0.14/0.13)	

CMYK percentages

%0
%18.55
%14.48
%13.33

Codes

Color #DDB4BD in popluar color models

DDB4BD
RGB221180189
HSL347°37.61%78.63%
HSB/HSV347°18.55%86.67%
CMYK0.00%18.55%14.48%
13.33%

Color #DDB4BD in popluar number systems.

HEXDDB4BD
Decimal221180189
Binary110111011011010010111101
Octal335264275

Shades and tints

Shades of #DDB4BD

#DDB4BD
(221,180,189)
#C9A4AC
(201,164,172)
#B5949B
(181,148,155)
#A1848A
(161,132,138)
#8D7479
(141,116,121)
#796468
(121,100,104)
#655457
(101,84,87)
#514446
(81,68,70)
#3D3435
(61,52,53)
#292424
(41,36,36)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #DDB4BD

#DDB4BD
(221,180,189)
#E0BAC3
(224,186,195)
#E3C0C9
(227,192,201)
#E6C6CF
(230,198,207)
#E9CCD5
(233,204,213)
#ECD2DB
(236,210,219)
#EFD8E1
(239,216,225)
#F2DEE7
(242,222,231)
#F5E4ED
(245,228,237)
#F8EAF3
(248,234,243)
#FBF0F9
(251,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB4BD; }

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

This text font color is #DDB4BD.


Background Color

.myBgColor { background-color: #DDB4BD; }

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

This div background color is #DDB4BD.


Border color

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

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

This div border color is #DDB4BD.


Opacity

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

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

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

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

This text has shadow with #DDB4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB4BD on black background.


Color preview on white background

This text has color #DDB4BD on white background.



Black color preview on #DDB4BD background

This text has black color on #DDB4BD background.


White color preview on #DDB4BD background

This text has white color on #DDB4BD background.