COLOR #DF696D

HEX: #DF696D RGB: (223,105,109)

Color info

#DF696D contains mainly red color. Web safe color of #DF696D is #CC6666 (or #C66).

RGB color model

#DF696D color RGB value is (223,105,109).

RGB: (223,105,109) (87%, 41%, 43%)

RGB channels and saturation

R 223 of 255 = 87%
G 105 of 255 = 41%
B 109 of 255 = 43%

223
105
109

R + G + B ~ 57%. #DF696D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 223 + 105 + 109 = 437 (100%)
R 223 of 437 ~ 51.03%
G 105 of 437 ~ 24.03%
B 109 of 437 ~ 24.94'%

%51.03
%24.03
%24.94

CMYK color model

#DF696D color CMYK value is (0,53,51,13).

  • cyan value is 0.00%
  • magenta value is 52.91%
  • yellow value is 51.12%
  • key color value is 12.55%

CMYK: (0,53,51,13)
C0M53Y51K13 (0%, 53%, 51%, 13%)
(0.00 / 0.53 / 0.51 / 0.13)

CMYK percentages

%0
%52.91
%51.12
%12.55

Codes

Color #DF696D in popluar color models

DF 69 6D
RGB 223 105 109
HSL 358° 64.84% 64.31%
HSB/HSV 358° 52.91% 87.45%
CMYK 0.00% 52.91% 51.12%
12.55%

Color #DF696D in popluar number systems.

HEX DF 69 6D
Decimal 223 105 109
Binary 11011111 1101001 1101101
Octal 337 151 155

Shades and tints

Shades of #DF696D

#DF696D
(223,105,109)
#CB6064
(203,96,100)
#B7575B
(183,87,91)
#A34E52
(163,78,82)
#8F4549
(143,69,73)
#7B3C40
(123,60,64)
#673337
(103,51,55)
#532A2E
(83,42,46)
#3F2125
(63,33,37)
#2B181C
(43,24,28)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #DF696D

#DF696D
(223,105,109)
#E1767A
(225,118,122)
#E38387
(227,131,135)
#E59094
(229,144,148)
#E79DA1
(231,157,161)
#E9AAAE
(233,170,174)
#EBB7BB
(235,183,187)
#EDC4C8
(237,196,200)
#EFD1D5
(239,209,213)
#F1DEE2
(241,222,226)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF696D color. Also use rgb(223,105,109) instead hex code.

Text Font Color

.myTextColor { color: #DF696D; }

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

This text font color is #DF696D.

Background Color

.myBgColor { background-color: #DF696D; }

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

This div background color is #DF696D.

Border color

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

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

This div border color is #DF696D.

Opacity

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

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

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

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

This text has shadow with #DF696D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF696D.

Preview

Color preview on black background

This text has color #DF696D on black background.


Color preview on white background

This text has color #DF696D on white background.


Black color preview on #DF696D background

This text has black color on #DF696D background.


White color preview on #DF696D background

This text has white color on #DF696D background.


Related colors

Complementary color

Complementary color for #hex is #209692.


I love getcolorcode.com

Triadic colors

1 #6DDF69 and #696DDF with #DF696D are triadic colors.

2 #6D69DF and #69DF6D with #DF696D are triadic colors.