COLOR #DF9DAD

HEX: #DF9DAD RGB: (223,157,173)

Color info

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

RGB color model

#DF9DAD color RGB value is (223,157,173).

RGB: (223,157,173) (87%, 62%, 68%)

RGB channels and saturation

R 223 of 255 = 87%
G 157 of 255 = 62%
B 173 of 255 = 68%

223
157
173

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

Portions of RGB colors in percentages

R + G + B = 223 + 157 + 173 = 553 (100%)
R 223 of 553 ~ 40.33%
G 157 of 553 ~ 28.39%
B 173 of 553 ~ 31.28'%

%40.33
%28.39
%31.28

CMYK color model

#DF9DAD color CMYK value is (0,30,22,13).

  • cyan value is 0.00%
  • magenta value is 29.60%
  • yellow value is 22.42%
  • key color value is 12.55%

CMYK: (0,30,22,13)
C0M30Y22K13 (0%, 30%, 22%, 13%)
(0.00 / 0.30 / 0.22 / 0.13)

CMYK percentages

%0
%29.6
%22.42
%12.55

Codes

Color #DF9DAD in popluar color models

DF 9D AD
RGB 223 157 173
HSL 345° 50.77% 74.51%
HSB/HSV 345° 29.60% 87.45%
CMYK 0.00% 29.60% 22.42%
12.55%

Color #DF9DAD in popluar number systems.

HEX DF 9D AD
Decimal 223 157 173
Binary 11011111 10011101 10101101
Octal 337 235 255

Shades and tints

Shades of #DF9DAD

#DF9DAD
(223,157,173)
#CB8F9E
(203,143,158)
#B7818F
(183,129,143)
#A37380
(163,115,128)
#8F6571
(143,101,113)
#7B5762
(123,87,98)
#674953
(103,73,83)
#533B44
(83,59,68)
#3F2D35
(63,45,53)
#2B1F26
(43,31,38)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #DF9DAD

#DF9DAD
(223,157,173)
#E1A5B4
(225,165,180)
#E3ADBB
(227,173,187)
#E5B5C2
(229,181,194)
#E7BDC9
(231,189,201)
#E9C5D0
(233,197,208)
#EBCDD7
(235,205,215)
#EDD5DE
(237,213,222)
#EFDDE5
(239,221,229)
#F1E5EC
(241,229,236)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF9DAD color. Also use rgb(223,157,173) instead hex code.

Text Font Color

.myTextColor { color: #DF9DAD; }

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

This text font color is #DF9DAD.

Background Color

.myBgColor { background-color: #DF9DAD; }

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

This div background color is #DF9DAD.

Border color

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

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

This div border color is #DF9DAD.

Opacity

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

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

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

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

This text has shadow with #DF9DAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF9DAD.

Preview

Color preview on black background

This text has color #DF9DAD on black background.


Color preview on white background

This text has color #DF9DAD on white background.


Black color preview on #DF9DAD background

This text has black color on #DF9DAD background.


White color preview on #DF9DAD background

This text has white color on #DF9DAD background.


Related colors

Complementary color

Complementary color for #hex is #206252.


I love getcolorcode.com

Triadic colors

1 #ADDF9D and #9DADDF with #DF9DAD are triadic colors.

2 #AD9DDF and #9DDFAD with #DF9DAD are triadic colors.