COLOR #DDABC6

HEX: #DDABC6
RGB: (221,171,198)

Color info

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

RGB color model

#DDABC6 color RGB value is (221,171,198).

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

RGB channels and saturation

R 221 of 255 = 87%
G 171 of 255 = 67%
B 198 of 255 = 78%

221
171
198

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

Portions of RGB colors in percentages

R + G + B =
221 + 171 + 198 = 590 (100%)
R 221 of 590 ~ 37.46%
G 171 of 590 ~ 28.98%
B 198 of 590 ~ 33.56%

%37.46
%28.98
%33.56

CMYK color model

#DDABC6 color CMYK value is (0,23,10,13).

  • cyan value is 0.00%
  • magenta value is 22.62%
  • yellow value is 10.41%
  • key color value is 13.33%
CMYK:
(0,23,10,13)
C0M23Y10K13 
(0%,23%,10%,13%)
(0.00/0.23/0.10/0.13)	

CMYK percentages

%0
%22.62
%10.41
%13.33

Codes

Color #DDABC6 in popluar color models

DDABC6
RGB221171198
HSL328°42.37%76.86%
HSB/HSV328°22.62%86.67%
CMYK0.00%22.62%10.41%
13.33%

Color #DDABC6 in popluar number systems.

HEXDDABC6
Decimal221171198
Binary110111011010101111000110
Octal335253306

Shades and tints

Shades of #DDABC6

#DDABC6
(221,171,198)
#C99CB4
(201,156,180)
#B58DA2
(181,141,162)
#A17E90
(161,126,144)
#8D6F7E
(141,111,126)
#79606C
(121,96,108)
#65515A
(101,81,90)
#514248
(81,66,72)
#3D3336
(61,51,54)
#292424
(41,36,36)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #DDABC6

#DDABC6
(221,171,198)
#E0B2CB
(224,178,203)
#E3B9D0
(227,185,208)
#E6C0D5
(230,192,213)
#E9C7DA
(233,199,218)
#ECCEDF
(236,206,223)
#EFD5E4
(239,213,228)
#F2DCE9
(242,220,233)
#F5E3EE
(245,227,238)
#F8EAF3
(248,234,243)
#FBF1F8
(251,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDABC6; }

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

This text font color is #DDABC6.


Background Color

.myBgColor { background-color: #DDABC6; }

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

This div background color is #DDABC6.


Border color

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

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

This div border color is #DDABC6.


Opacity

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

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

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

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

This text has shadow with #DDABC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDABC6 on black background.


Color preview on white background

This text has color #DDABC6 on white background.



Black color preview on #DDABC6 background

This text has black color on #DDABC6 background.


White color preview on #DDABC6 background

This text has white color on #DDABC6 background.