COLOR #DF997F

HEX: #DF997F RGB: (223,153,127)

Color info

#DF997F contains mainly red color. Web safe color of #DF997F is #CC9966 (or #C96).

RGB color model

#DF997F color RGB value is (223,153,127).

RGB: (223,153,127) (87%, 60%, 50%)

RGB channels and saturation

R 223 of 255 = 87%
G 153 of 255 = 60%
B 127 of 255 = 50%

223
153
127

R + G + B ~ 66%. #DF997F is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 153 + 127 = 503 (100%)
R 223 of 503 ~ 44.33%
G 153 of 503 ~ 30.42%
B 127 of 503 ~ 25.25'%

%44.33
%30.42
%25.25

CMYK color model

#DF997F color CMYK value is (0,31,43,13).

  • cyan value is 0.00%
  • magenta value is 31.39%
  • yellow value is 43.05%
  • key color value is 12.55%

CMYK: (0,31,43,13)
C0M31Y43K13 (0%, 31%, 43%, 13%)
(0.00 / 0.31 / 0.43 / 0.13)

CMYK percentages

%0
%31.39
%43.05
%12.55

Codes

Color #DF997F in popluar color models

DF 99 7F
RGB 223 153 127
HSL 16° 60.00% 68.63%
HSB/HSV 16° 43.05% 87.45%
CMYK 0.00% 31.39% 43.05%
12.55%

Color #DF997F in popluar number systems.

HEX DF 99 7F
Decimal 223 153 127
Binary 11011111 10011001 1111111
Octal 337 231 177

Shades and tints

Shades of #DF997F

#DF997F
(223,153,127)
#CB8C74
(203,140,116)
#B77F69
(183,127,105)
#A3725E
(163,114,94)
#8F6553
(143,101,83)
#7B5848
(123,88,72)
#674B3D
(103,75,61)
#533E32
(83,62,50)
#3F3127
(63,49,39)
#2B241C
(43,36,28)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #DF997F

#DF997F
(223,153,127)
#E1A28A
(225,162,138)
#E3AB95
(227,171,149)
#E5B4A0
(229,180,160)
#E7BDAB
(231,189,171)
#E9C6B6
(233,198,182)
#EBCFC1
(235,207,193)
#EDD8CC
(237,216,204)
#EFE1D7
(239,225,215)
#F1EAE2
(241,234,226)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF997F color. Also use rgb(223,153,127) instead hex code.

Text Font Color

.myTextColor { color: #DF997F; }

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

This text font color is #DF997F.

Background Color

.myBgColor { background-color: #DF997F; }

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

This div background color is #DF997F.

Border color

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

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

This div border color is #DF997F.

Opacity

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

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

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

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

This text has shadow with #DF997F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF997F.

Preview

Color preview on black background

This text has color #DF997F on black background.


Color preview on white background

This text has color #DF997F on white background.


Black color preview on #DF997F background

This text has black color on #DF997F background.


White color preview on #DF997F background

This text has white color on #DF997F background.


Related colors

Complementary color

Complementary color for #hex is #206680.


I love getcolorcode.com

Triadic colors

1 #7FDF99 and #997FDF with #DF997F are triadic colors.

2 #7F99DF and #99DF7F with #DF997F are triadic colors.