COLOR #DDACB7

HEX: #DDACB7
RGB: (221,172,183)

Color info

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

RGB color model

#DDACB7 color RGB value is (221,172,183).

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

RGB channels and saturation

R 221 of 255 = 87%
G 172 of 255 = 67%
B 183 of 255 = 72%

221
172
183

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

Portions of RGB colors in percentages

R + G + B =
221 + 172 + 183 = 576 (100%)
R 221 of 576 ~ 38.37%
G 172 of 576 ~ 29.86%
B 183 of 576 ~ 31.77%

%38.37
%29.86
%31.77

CMYK color model

#DDACB7 color CMYK value is (0,22,17,13).

  • cyan value is 0.00%
  • magenta value is 22.17%
  • yellow value is 17.19%
  • key color value is 13.33%
CMYK:
(0,22,17,13)
C0M22Y17K13 
(0%,22%,17%,13%)
(0.00/0.22/0.17/0.13)	

CMYK percentages

%0
%22.17
%17.19
%13.33

Codes

Color #DDACB7 in popluar color models

DDACB7
RGB221172183
HSL347°41.88%77.06%
HSB/HSV347°22.17%86.67%
CMYK0.00%22.17%17.19%
13.33%

Color #DDACB7 in popluar number systems.

HEXDDACB7
Decimal221172183
Binary110111011010110010110111
Octal335254267

Shades and tints

Shades of #DDACB7

#DDACB7
(221,172,183)
#C99DA7
(201,157,167)
#B58E97
(181,142,151)
#A17F87
(161,127,135)
#8D7077
(141,112,119)
#796167
(121,97,103)
#655257
(101,82,87)
#514347
(81,67,71)
#3D3437
(61,52,55)
#292527
(41,37,39)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #DDACB7

#DDACB7
(221,172,183)
#E0B3BD
(224,179,189)
#E3BAC3
(227,186,195)
#E6C1C9
(230,193,201)
#E9C8CF
(233,200,207)
#ECCFD5
(236,207,213)
#EFD6DB
(239,214,219)
#F2DDE1
(242,221,225)
#F5E4E7
(245,228,231)
#F8EBED
(248,235,237)
#FBF2F3
(251,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDACB7; }

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

This text font color is #DDACB7.


Background Color

.myBgColor { background-color: #DDACB7; }

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

This div background color is #DDACB7.


Border color

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

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

This div border color is #DDACB7.


Opacity

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

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

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

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

This text has shadow with #DDACB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDACB7 on black background.


Color preview on white background

This text has color #DDACB7 on white background.



Black color preview on #DDACB7 background

This text has black color on #DDACB7 background.


White color preview on #DDACB7 background

This text has white color on #DDACB7 background.