COLOR #DDA3BC

HEX: #DDA3BC
RGB: (221,163,188)

Color info

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

RGB color model

#DDA3BC color RGB value is (221,163,188).

  • red value is 221;
  • green value is 163;
  • blue value is 188.
RGB:
(221,163,188)
(87%,64%,74%)

RGB channels and saturation

R 221 of 255 = 87%
G 163 of 255 = 64%
B 188 of 255 = 74%

221
163
188

R + G + B ~ 75%. #DDA3BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 163 + 188 = 572 (100%)
R 221 of 572 ~ 38.64%
G 163 of 572 ~ 28.5%
B 188 of 572 ~ 32.87%

%38.64
%28.5
%32.87

CMYK color model

#DDA3BC color CMYK value is (0,26,15,13).

  • cyan value is 0.00%
  • magenta value is 26.24%
  • yellow value is 14.93%
  • key color value is 13.33%
CMYK:
(0,26,15,13)
C0M26Y15K13 
(0%,26%,15%,13%)
(0.00/0.26/0.15/0.13)	

CMYK percentages

%0
%26.24
%14.93
%13.33

Codes

Color #DDA3BC in popluar color models

DDA3BC
RGB221163188
HSL334°46.03%75.29%
HSB/HSV334°26.24%86.67%
CMYK0.00%26.24%14.93%
13.33%

Color #DDA3BC in popluar number systems.

HEXDDA3BC
Decimal221163188
Binary110111011010001110111100
Octal335243274

Shades and tints

Shades of #DDA3BC

#DDA3BC
(221,163,188)
#C995AB
(201,149,171)
#B5879A
(181,135,154)
#A17989
(161,121,137)
#8D6B78
(141,107,120)
#795D67
(121,93,103)
#654F56
(101,79,86)
#514145
(81,65,69)
#3D3334
(61,51,52)
#292523
(41,37,35)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #DDA3BC

#DDA3BC
(221,163,188)
#E0ABC2
(224,171,194)
#E3B3C8
(227,179,200)
#E6BBCE
(230,187,206)
#E9C3D4
(233,195,212)
#ECCBDA
(236,203,218)
#EFD3E0
(239,211,224)
#F2DBE6
(242,219,230)
#F5E3EC
(245,227,236)
#F8EBF2
(248,235,242)
#FBF3F8
(251,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDA3BC; }

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

This text font color is #DDA3BC.


Background Color

.myBgColor { background-color: #DDA3BC; }

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

This div background color is #DDA3BC.


Border color

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

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

This div border color is #DDA3BC.


Opacity

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

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

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

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

This text has shadow with #DDA3BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA3BC on black background.


Color preview on white background

This text has color #DDA3BC on white background.



Black color preview on #DDA3BC background

This text has black color on #DDA3BC background.


White color preview on #DDA3BC background

This text has white color on #DDA3BC background.