COLOR #DDABBF

HEX: #DDABBF
RGB: (221,171,191)

Color info

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

RGB color model

#DDABBF color RGB value is (221,171,191).

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

RGB channels and saturation

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

221
171
191

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

Portions of RGB colors in percentages

R + G + B =
221 + 171 + 191 = 583 (100%)
R 221 of 583 ~ 37.91%
G 171 of 583 ~ 29.33%
B 191 of 583 ~ 32.76%

%37.91
%29.33
%32.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.62%
  • 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
%22.62
%13.57
%13.33

Codes

Color #DDABBF in popluar color models

DDABBF
RGB221171191
HSL336°42.37%76.86%
HSB/HSV336°22.62%86.67%
CMYK0.00%22.62%13.57%
13.33%

Color #DDABBF in popluar number systems.

HEXDDABBF
Decimal221171191
Binary110111011010101110111111
Octal335253277

Shades and tints

Shades of #DDABBF

#DDABBF
(221,171,191)
#C99CAE
(201,156,174)
#B58D9D
(181,141,157)
#A17E8C
(161,126,140)
#8D6F7B
(141,111,123)
#79606A
(121,96,106)
#655159
(101,81,89)
#514248
(81,66,72)
#3D3337
(61,51,55)
#292426
(41,36,38)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #DDABBF

#DDABBF
(221,171,191)
#E0B2C4
(224,178,196)
#E3B9C9
(227,185,201)
#E6C0CE
(230,192,206)
#E9C7D3
(233,199,211)
#ECCED8
(236,206,216)
#EFD5DD
(239,213,221)
#F2DCE2
(242,220,226)
#F5E3E7
(245,227,231)
#F8EAEC
(248,234,236)
#FBF1F1
(251,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDABBF; }

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

This text font color is #DDABBF.


Background Color

.myBgColor { background-color: #DDABBF; }

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

This div background color is #DDABBF.


Border color

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

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

This div border color is #DDABBF.


Opacity

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

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

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

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

This text has shadow with #DDABBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDABBF on black background.


Color preview on white background

This text has color #DDABBF on white background.



Black color preview on #DDABBF background

This text has black color on #DDABBF background.


White color preview on #DDABBF background

This text has white color on #DDABBF background.