COLOR #DDB6B7

HEX: #DDB6B7
RGB: (221,182,183)

Color info

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

RGB color model

#DDB6B7 color RGB value is (221,182,183).

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

RGB channels and saturation

R 221 of 255 = 87%
G 182 of 255 = 71%
B 183 of 255 = 72%

221
182
183

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

Portions of RGB colors in percentages

R + G + B =
221 + 182 + 183 = 586 (100%)
R 221 of 586 ~ 37.71%
G 182 of 586 ~ 31.06%
B 183 of 586 ~ 31.23%

%37.71
%31.06
%31.23

CMYK color model

#DDB6B7 color CMYK value is (0,18,17,13).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 17.19%
  • key color value is 13.33%
CMYK:
(0,18,17,13)
C0M18Y17K13 
(0%,18%,17%,13%)
(0.00/0.18/0.17/0.13)	

CMYK percentages

%0
%17.65
%17.19
%13.33

Codes

Color #DDB6B7 in popluar color models

DDB6B7
RGB221182183
HSL358°36.45%79.02%
HSB/HSV358°17.65%86.67%
CMYK0.00%17.65%17.19%
13.33%

Color #DDB6B7 in popluar number systems.

HEXDDB6B7
Decimal221182183
Binary110111011011011010110111
Octal335266267

Shades and tints

Shades of #DDB6B7

#DDB6B7
(221,182,183)
#C9A6A7
(201,166,167)
#B59697
(181,150,151)
#A18687
(161,134,135)
#8D7677
(141,118,119)
#796667
(121,102,103)
#655657
(101,86,87)
#514647
(81,70,71)
#3D3637
(61,54,55)
#292627
(41,38,39)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #DDB6B7

#DDB6B7
(221,182,183)
#E0BCBD
(224,188,189)
#E3C2C3
(227,194,195)
#E6C8C9
(230,200,201)
#E9CECF
(233,206,207)
#ECD4D5
(236,212,213)
#EFDADB
(239,218,219)
#F2E0E1
(242,224,225)
#F5E6E7
(245,230,231)
#F8ECED
(248,236,237)
#FBF2F3
(251,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB6B7; }

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

This text font color is #DDB6B7.


Background Color

.myBgColor { background-color: #DDB6B7; }

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

This div background color is #DDB6B7.


Border color

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

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

This div border color is #DDB6B7.


Opacity

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

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

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

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

This text has shadow with #DDB6B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB6B7 on black background.


Color preview on white background

This text has color #DDB6B7 on white background.



Black color preview on #DDB6B7 background

This text has black color on #DDB6B7 background.


White color preview on #DDB6B7 background

This text has white color on #DDB6B7 background.