COLOR #DDB6C6

HEX: #DDB6C6
RGB: (221,182,198)

Color info

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

RGB color model

#DDB6C6 color RGB value is (221,182,198).

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

RGB channels and saturation

R 221 of 255 = 87%
G 182 of 255 = 71%
B 198 of 255 = 78%

221
182
198

R + G + B ~ 79%. #DDB6C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 182 + 198 = 601 (100%)
R 221 of 601 ~ 36.77%
G 182 of 601 ~ 30.28%
B 198 of 601 ~ 32.95%

%36.77
%30.28
%32.95

CMYK color model

#DDB6C6 color CMYK value is (0,18,10,13).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 10.41%
  • key color value is 13.33%
CMYK:
(0,18,10,13)
C0M18Y10K13 
(0%,18%,10%,13%)
(0.00/0.18/0.10/0.13)	

CMYK percentages

%0
%17.65
%10.41
%13.33

Codes

Color #DDB6C6 in popluar color models

DDB6C6
RGB221182198
HSL335°36.45%79.02%
HSB/HSV335°17.65%86.67%
CMYK0.00%17.65%10.41%
13.33%

Color #DDB6C6 in popluar number systems.

HEXDDB6C6
Decimal221182198
Binary110111011011011011000110
Octal335266306

Shades and tints

Shades of #DDB6C6

#DDB6C6
(221,182,198)
#C9A6B4
(201,166,180)
#B596A2
(181,150,162)
#A18690
(161,134,144)
#8D767E
(141,118,126)
#79666C
(121,102,108)
#65565A
(101,86,90)
#514648
(81,70,72)
#3D3636
(61,54,54)
#292624
(41,38,36)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #DDB6C6

#DDB6C6
(221,182,198)
#E0BCCB
(224,188,203)
#E3C2D0
(227,194,208)
#E6C8D5
(230,200,213)
#E9CEDA
(233,206,218)
#ECD4DF
(236,212,223)
#EFDAE4
(239,218,228)
#F2E0E9
(242,224,233)
#F5E6EE
(245,230,238)
#F8ECF3
(248,236,243)
#FBF2F8
(251,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB6C6; }

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

This text font color is #DDB6C6.


Background Color

.myBgColor { background-color: #DDB6C6; }

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

This div background color is #DDB6C6.


Border color

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

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

This div border color is #DDB6C6.


Opacity

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

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

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

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

This text has shadow with #DDB6C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB6C6 on black background.


Color preview on white background

This text has color #DDB6C6 on white background.



Black color preview on #DDB6C6 background

This text has black color on #DDB6C6 background.


White color preview on #DDB6C6 background

This text has white color on #DDB6C6 background.