COLOR #DDAABF

HEX: #DDAABF
RGB: (221,170,191)

Color info

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

RGB color model

#DDAABF color RGB value is (221,170,191).

  • red value is 221;
  • green value is 170;
  • blue value is 191.
RGB:
(221,170,191)
(87%,67%,75%)

RGB channels and saturation

R 221 of 255 = 87%
G 170 of 255 = 67%
B 191 of 255 = 75%

221
170
191

R + G + B ~ 76%. #DDAABF is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 170 + 191 = 582 (100%)
R 221 of 582 ~ 37.97%
G 170 of 582 ~ 29.21%
B 191 of 582 ~ 32.82%

%37.97
%29.21
%32.82

CMYK color model

#DDAABF color CMYK value is (0,23,14,13).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 13.57%
  • key color value is 13.33%
CMYK:
(0,23,14,13)
C0M23Y14K13 
(0%,23%,14%,13%)
(0.00/0.23/0.14/0.13)	

CMYK percentages

%0
%23.08
%13.57
%13.33

Codes

Color #DDAABF in popluar color models

DDAABF
RGB221170191
HSL335°42.86%76.67%
HSB/HSV335°23.08%86.67%
CMYK0.00%23.08%13.57%
13.33%

Color #DDAABF in popluar number systems.

HEXDDAABF
Decimal221170191
Binary110111011010101010111111
Octal335252277

Shades and tints

Shades of #DDAABF

#DDAABF
(221,170,191)
#C99BAE
(201,155,174)
#B58C9D
(181,140,157)
#A17D8C
(161,125,140)
#8D6E7B
(141,110,123)
#795F6A
(121,95,106)
#655059
(101,80,89)
#514148
(81,65,72)
#3D3237
(61,50,55)
#292326
(41,35,38)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #DDAABF

#DDAABF
(221,170,191)
#E0B1C4
(224,177,196)
#E3B8C9
(227,184,201)
#E6BFCE
(230,191,206)
#E9C6D3
(233,198,211)
#ECCDD8
(236,205,216)
#EFD4DD
(239,212,221)
#F2DBE2
(242,219,226)
#F5E2E7
(245,226,231)
#F8E9EC
(248,233,236)
#FBF0F1
(251,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDAABF color. Also use rgb(221,170,191) instead hex code.

Text Font Color

.myTextColor { color: #DDAABF; }

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

This text font color is #DDAABF.


Background Color

.myBgColor { background-color: #DDAABF; }

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

This div background color is #DDAABF.


Border color

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

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

This div border color is #DDAABF.


Opacity

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

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

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

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

This text has shadow with #DDAABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDAABF on black background.


Color preview on white background

This text has color #DDAABF on white background.



Black color preview on #DDAABF background

This text has black color on #DDAABF background.


White color preview on #DDAABF background

This text has white color on #DDAABF background.