COLOR #DDA7C7

HEX: #DDA7C7 RGB: (221,167,199)

Color info

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

RGB color model

#DDA7C7 color RGB value is (221,167,199).

RGB: (221,167,199) (87%, 65%, 78%)

RGB channels and saturation

R 221 of 255 = 87%
G 167 of 255 = 65%
B 199 of 255 = 78%

221
167
199

R + G + B ~ 77%. #DDA7C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 167 + 199 = 587 (100%)
R 221 of 587 ~ 37.65%
G 167 of 587 ~ 28.45%
B 199 of 587 ~ 33.9'%

%37.65
%28.45
%33.9

CMYK color model

#DDA7C7 color CMYK value is (0,24,10,13).

  • cyan value is 0.00%
  • magenta value is 24.43%
  • yellow value is 9.95%
  • key color value is 13.33%

CMYK: (0,24,10,13)
C0M24Y10K13 (0%, 24%, 10%, 13%)
(0.00 / 0.24 / 0.10 / 0.13)

CMYK percentages

%0
%24.43
%9.95
%13.33

Codes

Color #DDA7C7 in popluar color models

DD A7 C7
RGB 221 167 199
HSL 324° 44.26% 76.08%
HSB/HSV 324° 24.43% 86.67%
CMYK 0.00% 24.43% 9.95%
13.33%

Color #DDA7C7 in popluar number systems.

HEX DD A7 C7
Decimal 221 167 199
Binary 11011101 10100111 11000111
Octal 335 247 307

Shades and tints

Shades of #DDA7C7

#DDA7C7
(221,167,199)
#C998B5
(201,152,181)
#B589A3
(181,137,163)
#A17A91
(161,122,145)
#8D6B7F
(141,107,127)
#795C6D
(121,92,109)
#654D5B
(101,77,91)
#513E49
(81,62,73)
#3D2F37
(61,47,55)
#292025
(41,32,37)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #DDA7C7

#DDA7C7
(221,167,199)
#E0AFCC
(224,175,204)
#E3B7D1
(227,183,209)
#E6BFD6
(230,191,214)
#E9C7DB
(233,199,219)
#ECCFE0
(236,207,224)
#EFD7E5
(239,215,229)
#F2DFEA
(242,223,234)
#F5E7EF
(245,231,239)
#F8EFF4
(248,239,244)
#FBF7F9
(251,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDA7C7 color. Also use rgb(221,167,199) instead hex code.

Text Font Color

.myTextColor { color: #DDA7C7; }

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

This text font color is #DDA7C7.

Background Color

.myBgColor { background-color: #DDA7C7; }

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

This div background color is #DDA7C7.

Border color

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

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

This div border color is #DDA7C7.

Opacity

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

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

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

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

This text has shadow with #DDA7C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDA7C7.

Preview

Color preview on black background

This text has color #DDA7C7 on black background.


Color preview on white background

This text has color #DDA7C7 on white background.


Black color preview on #DDA7C7 background

This text has black color on #DDA7C7 background.


White color preview on #DDA7C7 background

This text has white color on #DDA7C7 background.


Related colors

Complementary color

Complementary color for #hex is #225838.


I love getcolorcode.com

Triadic colors

1 #C7DDA7 and #A7C7DD with #DDA7C7 are triadic colors.

2 #C7A7DD and #A7DDC7 with #DDA7C7 are triadic colors.