COLOR #DC9EAD

HEX: #DC9EAD RGB: (220,158,173)

Color info

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

RGB color model

#DC9EAD color RGB value is (220,158,173).

RGB: (220,158,173) (86%, 62%, 68%)

RGB channels and saturation

R 220 of 255 = 86%
G 158 of 255 = 62%
B 173 of 255 = 68%

220
158
173

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

Portions of RGB colors in percentages

R + G + B = 220 + 158 + 173 = 551 (100%)
R 220 of 551 ~ 39.93%
G 158 of 551 ~ 28.68%
B 173 of 551 ~ 31.4'%

%39.93
%28.68
%31.4

CMYK color model

#DC9EAD color CMYK value is (0,28,21,14).

  • cyan value is 0.00%
  • magenta value is 28.18%
  • yellow value is 21.36%
  • key color value is 13.73%

CMYK: (0,28,21,14)
C0M28Y21K14 (0%, 28%, 21%, 14%)
(0.00 / 0.28 / 0.21 / 0.14)

CMYK percentages

%0
%28.18
%21.36
%13.73

Codes

Color #DC9EAD in popluar color models

DC 9E AD
RGB 220 158 173
HSL 345° 46.97% 74.12%
HSB/HSV 345° 28.18% 86.27%
CMYK 0.00% 28.18% 21.36%
13.73%

Color #DC9EAD in popluar number systems.

HEX DC 9E AD
Decimal 220 158 173
Binary 11011100 10011110 10101101
Octal 334 236 255

Shades and tints

Shades of #DC9EAD

#DC9EAD
(220,158,173)
#C8909E
(200,144,158)
#B4828F
(180,130,143)
#A07480
(160,116,128)
#8C6671
(140,102,113)
#785862
(120,88,98)
#644A53
(100,74,83)
#503C44
(80,60,68)
#3C2E35
(60,46,53)
#282026
(40,32,38)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #DC9EAD

#DC9EAD
(220,158,173)
#DFA6B4
(223,166,180)
#E2AEBB
(226,174,187)
#E5B6C2
(229,182,194)
#E8BEC9
(232,190,201)
#EBC6D0
(235,198,208)
#EECED7
(238,206,215)
#F1D6DE
(241,214,222)
#F4DEE5
(244,222,229)
#F7E6EC
(247,230,236)
#FAEEF3
(250,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC9EAD color. Also use rgb(220,158,173) instead hex code.

Text Font Color

.myTextColor { color: #DC9EAD; }

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

This text font color is #DC9EAD.

Background Color

.myBgColor { background-color: #DC9EAD; }

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

This div background color is #DC9EAD.

Border color

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

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

This div border color is #DC9EAD.

Opacity

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

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

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

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

This text has shadow with #DC9EAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC9EAD.

Preview

Color preview on black background

This text has color #DC9EAD on black background.


Color preview on white background

This text has color #DC9EAD on white background.


Black color preview on #DC9EAD background

This text has black color on #DC9EAD background.


White color preview on #DC9EAD background

This text has white color on #DC9EAD background.


Related colors

Complementary color

Complementary color for #hex is #236152.


I love getcolorcode.com

Triadic colors

1 #ADDC9E and #9EADDC with #DC9EAD are triadic colors.

2 #AD9EDC and #9EDCAD with #DC9EAD are triadic colors.