COLOR #DDB3B5

HEX: #DDB3B5
RGB: (221,179,181)

Color info

#DDB3B5 contains red, green and blue colors in about the same proportion. Web safe color of #DDB3B5 is #CC99CC (or #C9C).

RGB color model

#DDB3B5 color RGB value is (221,179,181).

  • red value is 221;
  • green value is 179;
  • blue value is 181.
RGB:
(221,179,181)
(87%,70%,71%)

RGB channels and saturation

R 221 of 255 = 87%
G 179 of 255 = 70%
B 181 of 255 = 71%

221
179
181

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

Portions of RGB colors in percentages

R + G + B =
221 + 179 + 181 = 581 (100%)
R 221 of 581 ~ 38.04%
G 179 of 581 ~ 30.81%
B 181 of 581 ~ 31.15%

%38.04
%30.81
%31.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.00%
  • yellow value is 18.10%
  • 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
%19
%18.1
%13.33

Codes

Color #DDB3B5 in popluar color models

DDB3B5
RGB221179181
HSL357°38.18%78.43%
HSB/HSV357°19.00%86.67%
CMYK0.00%19.00%18.10%
13.33%

Color #DDB3B5 in popluar number systems.

HEXDDB3B5
Decimal221179181
Binary110111011011001110110101
Octal335263265

Shades and tints

Shades of #DDB3B5

#DDB3B5
(221,179,181)
#C9A3A5
(201,163,165)
#B59395
(181,147,149)
#A18385
(161,131,133)
#8D7375
(141,115,117)
#796365
(121,99,101)
#655355
(101,83,85)
#514345
(81,67,69)
#3D3335
(61,51,53)
#292325
(41,35,37)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #DDB3B5

#DDB3B5
(221,179,181)
#E0B9BB
(224,185,187)
#E3BFC1
(227,191,193)
#E6C5C7
(230,197,199)
#E9CBCD
(233,203,205)
#ECD1D3
(236,209,211)
#EFD7D9
(239,215,217)
#F2DDDF
(242,221,223)
#F5E3E5
(245,227,229)
#F8E9EB
(248,233,235)
#FBEFF1
(251,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB3B5; }

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

This text font color is #DDB3B5.


Background Color

.myBgColor { background-color: #DDB3B5; }

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

This div background color is #DDB3B5.


Border color

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

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

This div border color is #DDB3B5.


Opacity

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

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

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

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

This text has shadow with #DDB3B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB3B5 on black background.


Color preview on white background

This text has color #DDB3B5 on white background.



Black color preview on #DDB3B5 background

This text has black color on #DDB3B5 background.


White color preview on #DDB3B5 background

This text has white color on #DDB3B5 background.