COLOR #DF9685

HEX: #DF9685
RGB: (223,150,133)

Color info

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

RGB color model

#DF9685 color RGB value is (223,150,133).

  • red value is 223;
  • green value is 150;
  • blue value is 133.
RGB:
(223,150,133)
(87%,59%,52%)

RGB channels and saturation

R 223 of 255 = 87%
G 150 of 255 = 59%
B 133 of 255 = 52%

223
150
133

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

Portions of RGB colors in percentages

R + G + B =
223 + 150 + 133 = 506 (100%)
R 223 of 506 ~ 44.07%
G 150 of 506 ~ 29.64%
B 133 of 506 ~ 26.28%

%44.07
%29.64
%26.28

CMYK color model

#DF9685 color CMYK value is (0,33,40,13).

  • cyan value is 0.00%
  • magenta value is 32.74%
  • yellow value is 40.36%
  • key color value is 12.55%
CMYK:
(0,33,40,13)
C0M33Y40K13 
(0%,33%,40%,13%)
(0.00/0.33/0.40/0.13)	

CMYK percentages

%0
%32.74
%40.36
%12.55

Codes

Color #DF9685 in popluar color models

DF9685
RGB223150133
HSL11°58.44%69.80%
HSB/HSV11°40.36%87.45%
CMYK0.00%32.74%40.36%
12.55%

Color #DF9685 in popluar number systems.

HEXDF9685
Decimal223150133
Binary110111111001011010000101
Octal337226205

Shades and tints

Shades of #DF9685

#DF9685
(223,150,133)
#CB8979
(203,137,121)
#B77C6D
(183,124,109)
#A36F61
(163,111,97)
#8F6255
(143,98,85)
#7B5549
(123,85,73)
#67483D
(103,72,61)
#533B31
(83,59,49)
#3F2E25
(63,46,37)
#2B2119
(43,33,25)
#17140D
(23,20,13)
#000000
(0,0,0)

Tints of #DF9685

#DF9685
(223,150,133)
#E19F90
(225,159,144)
#E3A89B
(227,168,155)
#E5B1A6
(229,177,166)
#E7BAB1
(231,186,177)
#E9C3BC
(233,195,188)
#EBCCC7
(235,204,199)
#EDD5D2
(237,213,210)
#EFDEDD
(239,222,221)
#F1E7E8
(241,231,232)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF9685 color. Also use rgb(223,150,133) instead hex code.

Text Font Color

.myTextColor { color: #DF9685; }

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

This text font color is #DF9685.


Background Color

.myBgColor { background-color: #DF9685; }

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

This div background color is #DF9685.


Border color

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

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

This div border color is #DF9685.


Opacity

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

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

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

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

This text has shadow with #DF9685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF9685 on black background.


Color preview on white background

This text has color #DF9685 on white background.



Black color preview on #DF9685 background

This text has black color on #DF9685 background.


White color preview on #DF9685 background

This text has white color on #DF9685 background.