COLOR #DDB6BC

HEX: #DDB6BC RGB: (221,182,188)

Color info

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

RGB color model

#DDB6BC color RGB value is (221,182,188).

RGB: (221,182,188) (87%, 71%, 74%)

RGB channels and saturation

R 221 of 255 = 87%
G 182 of 255 = 71%
B 188 of 255 = 74%

221
182
188

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

Portions of RGB colors in percentages

R + G + B = 221 + 182 + 188 = 591 (100%)
R 221 of 591 ~ 37.39%
G 182 of 591 ~ 30.8%
B 188 of 591 ~ 31.81'%

%37.39
%30.8
%31.81

CMYK color model

#DDB6BC color CMYK value is (0,18,15,13).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 14.93%
  • key color value is 13.33%
CMYK: (0,18,15,13) C0M18Y15K13 (0%,18%,15%,13%) (0.00/0.18/0.15/0.13) 

CMYK percentages

%0
%17.65
%14.93
%13.33

Codes

Color #DDB6BC in popluar color models

DD B6 BC
RGB 221 182 188
HSL 351° 36.45% 79.02%
HSB/HSV 351° 17.65% 86.67%
CMYK 0.00% 17.65% 14.93%
13.33%

Color #DDB6BC in popluar number systems.

HEX DD B6 BC
Decimal 221 182 188
Binary 11011101 10110110 10111100
Octal 335 266 274

Shades and tints

Shades of #DDB6BC

#DDB6BC
(221,182,188)
#C9A6AB
(201,166,171)
#B5969A
(181,150,154)
#A18689
(161,134,137)
#8D7678
(141,118,120)
#796667
(121,102,103)
#655656
(101,86,86)
#514645
(81,70,69)
#3D3634
(61,54,52)
#292623
(41,38,35)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #DDB6BC

#DDB6BC
(221,182,188)
#E0BCC2
(224,188,194)
#E3C2C8
(227,194,200)
#E6C8CE
(230,200,206)
#E9CED4
(233,206,212)
#ECD4DA
(236,212,218)
#EFDAE0
(239,218,224)
#F2E0E6
(242,224,230)
#F5E6EC
(245,230,236)
#F8ECF2
(248,236,242)
#FBF2F8
(251,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB6BC; }

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

This text font color is #DDB6BC.

Background Color

.myBgColor { background-color: #DDB6BC; }

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

This div background color is #DDB6BC.

Border color

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

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

This div border color is #DDB6BC.

Opacity

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

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

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

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

This text has shadow with #DDB6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB6BC.

Preview

Color preview on black background

This text has color #DDB6BC on black background.


Color preview on white background

This text has color #DDB6BC on white background.


Black color preview on #DDB6BC background

This text has black color on #DDB6BC background.


White color preview on #DDB6BC background

This text has white color on #DDB6BC background.


Related colors

Complementary color

Complementary color for #hex is #224943.


I love getcolorcode.com

Triadic colors

1 #BCDDB6 and #B6BCDD with #DDB6BC are triadic colors.

2 #BCB6DD and #B6DDBC with #DDB6BC are triadic colors.