COLOR #DFB69E

HEX: #DFB69E
RGB: (223,182,158)

Color info

#DFB69E contains mainly red and green colors. Web safe color of #DFB69E is #CCCC99 (or #CC9).

RGB color model

#DFB69E color RGB value is (223,182,158).

  • red value is 223;
  • green value is 182;
  • blue value is 158.
RGB:
(223,182,158)
(87%,71%,62%)

RGB channels and saturation

R 223 of 255 = 87%
G 182 of 255 = 71%
B 158 of 255 = 62%

223
182
158

R + G + B ~ 73%. #DFB69E is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 182 + 158 = 563 (100%)
R 223 of 563 ~ 39.61%
G 182 of 563 ~ 32.33%
B 158 of 563 ~ 28.06%

%39.61
%32.33
%28.06

CMYK color model

#DFB69E color CMYK value is (0,18,29,13).

  • cyan value is 0.00%
  • magenta value is 18.39%
  • yellow value is 29.15%
  • key color value is 12.55%
CMYK:
(0,18,29,13)
C0M18Y29K13 
(0%,18%,29%,13%)
(0.00/0.18/0.29/0.13)	

CMYK percentages

%0
%18.39
%29.15
%12.55

Codes

Color #DFB69E in popluar color models

DFB69E
RGB223182158
HSL22°50.39%74.71%
HSB/HSV22°29.15%87.45%
CMYK0.00%18.39%29.15%
12.55%

Color #DFB69E in popluar number systems.

HEXDFB69E
Decimal223182158
Binary110111111011011010011110
Octal337266236

Shades and tints

Shades of #DFB69E

#DFB69E
(223,182,158)
#CBA690
(203,166,144)
#B79682
(183,150,130)
#A38674
(163,134,116)
#8F7666
(143,118,102)
#7B6658
(123,102,88)
#67564A
(103,86,74)
#53463C
(83,70,60)
#3F362E
(63,54,46)
#2B2620
(43,38,32)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #DFB69E

#DFB69E
(223,182,158)
#E1BCA6
(225,188,166)
#E3C2AE
(227,194,174)
#E5C8B6
(229,200,182)
#E7CEBE
(231,206,190)
#E9D4C6
(233,212,198)
#EBDACE
(235,218,206)
#EDE0D6
(237,224,214)
#EFE6DE
(239,230,222)
#F1ECE6
(241,236,230)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB69E color. Also use rgb(223,182,158) instead hex code.

Text Font Color

.myTextColor { color: #DFB69E; }

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

This text font color is #DFB69E.


Background Color

.myBgColor { background-color: #DFB69E; }

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

This div background color is #DFB69E.


Border color

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

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

This div border color is #DFB69E.


Opacity

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

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

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

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

This text has shadow with #DFB69E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB69E on black background.


Color preview on white background

This text has color #DFB69E on white background.



Black color preview on #DFB69E background

This text has black color on #DFB69E background.


White color preview on #DFB69E background

This text has white color on #DFB69E background.