COLOR #DC9DAE

HEX: #DC9DAE RGB: (220,157,174)

Color info

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

RGB color model

#DC9DAE color RGB value is (220,157,174).

RGB: (220,157,174) (86%, 62%, 68%)

RGB channels and saturation

R 220 of 255 = 86%
G 157 of 255 = 62%
B 174 of 255 = 68%

220
157
174

R + G + B ~ 72%. #DC9DAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 157 + 174 = 551 (100%)
R 220 of 551 ~ 39.93%
G 157 of 551 ~ 28.49%
B 174 of 551 ~ 31.58'%

%39.93
%28.49
%31.58

CMYK color model

#DC9DAE color CMYK value is (0,29,21,14).

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

CMYK: (0,29,21,14)
C0M29Y21K14 (0%, 29%, 21%, 14%)
(0.00 / 0.29 / 0.21 / 0.14)

CMYK percentages

%0
%28.64
%20.91
%13.73

Codes

Color #DC9DAE in popluar color models

DC 9D AE
RGB 220 157 174
HSL 344° 47.37% 73.92%
HSB/HSV 344° 28.64% 86.27%
CMYK 0.00% 28.64% 20.91%
13.73%

Color #DC9DAE in popluar number systems.

HEX DC 9D AE
Decimal 220 157 174
Binary 11011100 10011101 10101110
Octal 334 235 256

Shades and tints

Shades of #DC9DAE

#DC9DAE
(220,157,174)
#C88F9F
(200,143,159)
#B48190
(180,129,144)
#A07381
(160,115,129)
#8C6572
(140,101,114)
#785763
(120,87,99)
#644954
(100,73,84)
#503B45
(80,59,69)
#3C2D36
(60,45,54)
#281F27
(40,31,39)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #DC9DAE

#DC9DAE
(220,157,174)
#DFA5B5
(223,165,181)
#E2ADBC
(226,173,188)
#E5B5C3
(229,181,195)
#E8BDCA
(232,189,202)
#EBC5D1
(235,197,209)
#EECDD8
(238,205,216)
#F1D5DF
(241,213,223)
#F4DDE6
(244,221,230)
#F7E5ED
(247,229,237)
#FAEDF4
(250,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC9DAE; }

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

This text font color is #DC9DAE.

Background Color

.myBgColor { background-color: #DC9DAE; }

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

This div background color is #DC9DAE.

Border color

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

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

This div border color is #DC9DAE.

Opacity

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

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

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

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

This text has shadow with #DC9DAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC9DAE.

Preview

Color preview on black background

This text has color #DC9DAE on black background.


Color preview on white background

This text has color #DC9DAE on white background.


Black color preview on #DC9DAE background

This text has black color on #DC9DAE background.


White color preview on #DC9DAE background

This text has white color on #DC9DAE background.


Related colors

Complementary color

Complementary color for #hex is #236251.


I love getcolorcode.com

Triadic colors

1 #AEDC9D and #9DAEDC with #DC9DAE are triadic colors.

2 #AE9DDC and #9DDCAE with #DC9DAE are triadic colors.