COLOR #DF998F

HEX: #DF998F RGB: (223,153,143)

Color info

#DF998F contains mainly red color. Web safe color of #DF998F is #CC9999 (or #C99).

RGB color model

#DF998F color RGB value is (223,153,143).

RGB: (223,153,143) (87%, 60%, 56%)

RGB channels and saturation

R 223 of 255 = 87%
G 153 of 255 = 60%
B 143 of 255 = 56%

223
153
143

R + G + B ~ 68%. #DF998F is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 153 + 143 = 519 (100%)
R 223 of 519 ~ 42.97%
G 153 of 519 ~ 29.48%
B 143 of 519 ~ 27.55'%

%42.97
%29.48
%27.55

CMYK color model

#DF998F color CMYK value is (0,31,36,13).

  • cyan value is 0.00%
  • magenta value is 31.39%
  • yellow value is 35.87%
  • key color value is 12.55%
CMYK: (0,31,36,13) C0M31Y36K13 (0%,31%,36%,13%) (0.00/0.31/0.36/0.13) 

CMYK percentages

%0
%31.39
%35.87
%12.55

Codes

Color #DF998F in popluar color models

DF 99 8F
RGB 223 153 143
HSL 55.56% 71.76%
HSB/HSV 35.87% 87.45%
CMYK 0.00% 31.39% 35.87%
12.55%

Color #DF998F in popluar number systems.

HEX DF 99 8F
Decimal 223 153 143
Binary 11011111 10011001 10001111
Octal 337 231 217

Shades and tints

Shades of #DF998F

#DF998F
(223,153,143)
#CB8C82
(203,140,130)
#B77F75
(183,127,117)
#A37268
(163,114,104)
#8F655B
(143,101,91)
#7B584E
(123,88,78)
#674B41
(103,75,65)
#533E34
(83,62,52)
#3F3127
(63,49,39)
#2B241A
(43,36,26)
#17170D
(23,23,13)
#000000
(0,0,0)

Tints of #DF998F

#DF998F
(223,153,143)
#E1A299
(225,162,153)
#E3ABA3
(227,171,163)
#E5B4AD
(229,180,173)
#E7BDB7
(231,189,183)
#E9C6C1
(233,198,193)
#EBCFCB
(235,207,203)
#EDD8D5
(237,216,213)
#EFE1DF
(239,225,223)
#F1EAE9
(241,234,233)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF998F; }

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

This text font color is #DF998F.

Background Color

.myBgColor { background-color: #DF998F; }

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

This div background color is #DF998F.

Border color

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

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

This div border color is #DF998F.

Opacity

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

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

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

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

This text has shadow with #DF998F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF998F.

Preview

Color preview on black background

This text has color #DF998F on black background.


Color preview on white background

This text has color #DF998F on white background.


Black color preview on #DF998F background

This text has black color on #DF998F background.


White color preview on #DF998F background

This text has white color on #DF998F background.


Related colors

Complementary color

Complementary color for #hex is #206670.


I love getcolorcode.com

Triadic colors

1 #8FDF99 and #998FDF with #DF998F are triadic colors.

2 #8F99DF and #99DF8F with #DF998F are triadic colors.