COLOR #DDB4BB

HEX: #DDB4BB
RGB: (221,180,187)

Color info

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

RGB color model

#DDB4BB color RGB value is (221,180,187).

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

RGB channels and saturation

R 221 of 255 = 87%
G 180 of 255 = 71%
B 187 of 255 = 73%

221
180
187

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

Portions of RGB colors in percentages

R + G + B =
221 + 180 + 187 = 588 (100%)
R 221 of 588 ~ 37.59%
G 180 of 588 ~ 30.61%
B 187 of 588 ~ 31.8%

%37.59
%30.61
%31.8

CMYK color model

#DDB4BB color CMYK value is (0,19,15,13).

  • cyan value is 0.00%
  • magenta value is 18.55%
  • yellow value is 15.38%
  • key color value is 13.33%
CMYK:
(0,19,15,13)
C0M19Y15K13 
(0%,19%,15%,13%)
(0.00/0.19/0.15/0.13)	

CMYK percentages

%0
%18.55
%15.38
%13.33

Codes

Color #DDB4BB in popluar color models

DDB4BB
RGB221180187
HSL350°37.61%78.63%
HSB/HSV350°18.55%86.67%
CMYK0.00%18.55%15.38%
13.33%

Color #DDB4BB in popluar number systems.

HEXDDB4BB
Decimal221180187
Binary110111011011010010111011
Octal335264273

Shades and tints

Shades of #DDB4BB

#DDB4BB
(221,180,187)
#C9A4AA
(201,164,170)
#B59499
(181,148,153)
#A18488
(161,132,136)
#8D7477
(141,116,119)
#796466
(121,100,102)
#655455
(101,84,85)
#514444
(81,68,68)
#3D3433
(61,52,51)
#292422
(41,36,34)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #DDB4BB

#DDB4BB
(221,180,187)
#E0BAC1
(224,186,193)
#E3C0C7
(227,192,199)
#E6C6CD
(230,198,205)
#E9CCD3
(233,204,211)
#ECD2D9
(236,210,217)
#EFD8DF
(239,216,223)
#F2DEE5
(242,222,229)
#F5E4EB
(245,228,235)
#F8EAF1
(248,234,241)
#FBF0F7
(251,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB4BB; }

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

This text font color is #DDB4BB.


Background Color

.myBgColor { background-color: #DDB4BB; }

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

This div background color is #DDB4BB.


Border color

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

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

This div border color is #DDB4BB.


Opacity

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

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

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

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

This text has shadow with #DDB4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB4BB on black background.


Color preview on white background

This text has color #DDB4BB on white background.



Black color preview on #DDB4BB background

This text has black color on #DDB4BB background.


White color preview on #DDB4BB background

This text has white color on #DDB4BB background.