COLOR #DDACB4

HEX: #DDACB4
RGB: (221,172,180)

Color info

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

RGB color model

#DDACB4 color RGB value is (221,172,180).

  • red value is 221;
  • green value is 172;
  • blue value is 180.
RGB:
(221,172,180)
(87%,67%,71%)

RGB channels and saturation

R 221 of 255 = 87%
G 172 of 255 = 67%
B 180 of 255 = 71%

221
172
180

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

Portions of RGB colors in percentages

R + G + B =
221 + 172 + 180 = 573 (100%)
R 221 of 573 ~ 38.57%
G 172 of 573 ~ 30.02%
B 180 of 573 ~ 31.41%

%38.57
%30.02
%31.41

CMYK color model

#DDACB4 color CMYK value is (0,22,19,13).

  • cyan value is 0.00%
  • magenta value is 22.17%
  • yellow value is 18.55%
  • key color value is 13.33%
CMYK:
(0,22,19,13)
C0M22Y19K13 
(0%,22%,19%,13%)
(0.00/0.22/0.19/0.13)	

CMYK percentages

%0
%22.17
%18.55
%13.33

Codes

Color #DDACB4 in popluar color models

DDACB4
RGB221172180
HSL350°41.88%77.06%
HSB/HSV350°22.17%86.67%
CMYK0.00%22.17%18.55%
13.33%

Color #DDACB4 in popluar number systems.

HEXDDACB4
Decimal221172180
Binary110111011010110010110100
Octal335254264

Shades and tints

Shades of #DDACB4

#DDACB4
(221,172,180)
#C99DA4
(201,157,164)
#B58E94
(181,142,148)
#A17F84
(161,127,132)
#8D7074
(141,112,116)
#796164
(121,97,100)
#655254
(101,82,84)
#514344
(81,67,68)
#3D3434
(61,52,52)
#292524
(41,37,36)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #DDACB4

#DDACB4
(221,172,180)
#E0B3BA
(224,179,186)
#E3BAC0
(227,186,192)
#E6C1C6
(230,193,198)
#E9C8CC
(233,200,204)
#ECCFD2
(236,207,210)
#EFD6D8
(239,214,216)
#F2DDDE
(242,221,222)
#F5E4E4
(245,228,228)
#F8EBEA
(248,235,234)
#FBF2F0
(251,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDACB4 color. Also use rgb(221,172,180) instead hex code.

Text Font Color

.myTextColor { color: #DDACB4; }

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

This text font color is #DDACB4.


Background Color

.myBgColor { background-color: #DDACB4; }

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

This div background color is #DDACB4.


Border color

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

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

This div border color is #DDACB4.


Opacity

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

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

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

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

This text has shadow with #DDACB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDACB4 on black background.


Color preview on white background

This text has color #DDACB4 on white background.



Black color preview on #DDACB4 background

This text has black color on #DDACB4 background.


White color preview on #DDACB4 background

This text has white color on #DDACB4 background.