COLOR #DDA3B8

HEX: #DDA3B8
RGB: (221,163,184)

Color info

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

RGB color model

#DDA3B8 color RGB value is (221,163,184).

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

RGB channels and saturation

R 221 of 255 = 87%
G 163 of 255 = 64%
B 184 of 255 = 72%

221
163
184

R + G + B ~ 74%. #DDA3B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 163 + 184 = 568 (100%)
R 221 of 568 ~ 38.91%
G 163 of 568 ~ 28.7%
B 184 of 568 ~ 32.39%

%38.91
%28.7
%32.39

CMYK color model

#DDA3B8 color CMYK value is (0,26,17,13).

  • cyan value is 0.00%
  • magenta value is 26.24%
  • yellow value is 16.74%
  • key color value is 13.33%
CMYK:
(0,26,17,13)
C0M26Y17K13 
(0%,26%,17%,13%)
(0.00/0.26/0.17/0.13)	

CMYK percentages

%0
%26.24
%16.74
%13.33

Codes

Color #DDA3B8 in popluar color models

DDA3B8
RGB221163184
HSL338°46.03%75.29%
HSB/HSV338°26.24%86.67%
CMYK0.00%26.24%16.74%
13.33%

Color #DDA3B8 in popluar number systems.

HEXDDA3B8
Decimal221163184
Binary110111011010001110111000
Octal335243270

Shades and tints

Shades of #DDA3B8

#DDA3B8
(221,163,184)
#C995A8
(201,149,168)
#B58798
(181,135,152)
#A17988
(161,121,136)
#8D6B78
(141,107,120)
#795D68
(121,93,104)
#654F58
(101,79,88)
#514148
(81,65,72)
#3D3338
(61,51,56)
#292528
(41,37,40)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #DDA3B8

#DDA3B8
(221,163,184)
#E0ABBE
(224,171,190)
#E3B3C4
(227,179,196)
#E6BBCA
(230,187,202)
#E9C3D0
(233,195,208)
#ECCBD6
(236,203,214)
#EFD3DC
(239,211,220)
#F2DBE2
(242,219,226)
#F5E3E8
(245,227,232)
#F8EBEE
(248,235,238)
#FBF3F4
(251,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDA3B8; }

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

This text font color is #DDA3B8.


Background Color

.myBgColor { background-color: #DDA3B8; }

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

This div background color is #DDA3B8.


Border color

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

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

This div border color is #DDA3B8.


Opacity

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

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

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

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

This text has shadow with #DDA3B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA3B8 on black background.


Color preview on white background

This text has color #DDA3B8 on white background.



Black color preview on #DDA3B8 background

This text has black color on #DDA3B8 background.


White color preview on #DDA3B8 background

This text has white color on #DDA3B8 background.