COLOR #DC9DA4

HEX: #DC9DA4 RGB: (220,157,164)

Color info

#DC9DA4 contains mainly red and blue colors. Web safe color of #DC9DA4 is #CC9999 (or #C99).

RGB color model

#DC9DA4 color RGB value is (220,157,164).

RGB: (220,157,164) (86%, 62%, 64%)

RGB channels and saturation

R 220 of 255 = 86%
G 157 of 255 = 62%
B 164 of 255 = 64%

220
157
164

R + G + B ~ 71%. #DC9DA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 157 + 164 = 541 (100%)
R 220 of 541 ~ 40.67%
G 157 of 541 ~ 29.02%
B 164 of 541 ~ 30.31'%

%40.67
%29.02
%30.31

CMYK color model

#DC9DA4 color CMYK value is (0,29,25,14).

  • cyan value is 0.00%
  • magenta value is 28.64%
  • yellow value is 25.45%
  • key color value is 13.73%

CMYK: (0,29,25,14)
C0M29Y25K14 (0%, 29%, 25%, 14%)
(0.00 / 0.29 / 0.25 / 0.14)

CMYK percentages

%0
%28.64
%25.45
%13.73

Codes

Color #DC9DA4 in popluar color models

DC 9D A4
RGB 220 157 164
HSL 353° 47.37% 73.92%
HSB/HSV 353° 28.64% 86.27%
CMYK 0.00% 28.64% 25.45%
13.73%

Color #DC9DA4 in popluar number systems.

HEX DC 9D A4
Decimal 220 157 164
Binary 11011100 10011101 10100100
Octal 334 235 244

Shades and tints

Shades of #DC9DA4

#DC9DA4
(220,157,164)
#C88F96
(200,143,150)
#B48188
(180,129,136)
#A0737A
(160,115,122)
#8C656C
(140,101,108)
#78575E
(120,87,94)
#644950
(100,73,80)
#503B42
(80,59,66)
#3C2D34
(60,45,52)
#281F26
(40,31,38)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #DC9DA4

#DC9DA4
(220,157,164)
#DFA5AC
(223,165,172)
#E2ADB4
(226,173,180)
#E5B5BC
(229,181,188)
#E8BDC4
(232,189,196)
#EBC5CC
(235,197,204)
#EECDD4
(238,205,212)
#F1D5DC
(241,213,220)
#F4DDE4
(244,221,228)
#F7E5EC
(247,229,236)
#FAEDF4
(250,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC9DA4 color. Also use rgb(220,157,164) instead hex code.

Text Font Color

.myTextColor { color: #DC9DA4; }

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

This text font color is #DC9DA4.

Background Color

.myBgColor { background-color: #DC9DA4; }

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

This div background color is #DC9DA4.

Border color

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

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

This div border color is #DC9DA4.

Opacity

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

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

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

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

This text has shadow with #DC9DA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC9DA4.

Preview

Color preview on black background

This text has color #DC9DA4 on black background.


Color preview on white background

This text has color #DC9DA4 on white background.


Black color preview on #DC9DA4 background

This text has black color on #DC9DA4 background.


White color preview on #DC9DA4 background

This text has white color on #DC9DA4 background.


Related colors

Complementary color

Complementary color for #hex is #23625B.


I love getcolorcode.com

Triadic colors

1 #A4DC9D and #9DA4DC with #DC9DA4 are triadic colors.

2 #A49DDC and #9DDCA4 with #DC9DA4 are triadic colors.