COLOR #DFBE8E

HEX: #DFBE8E RGB: (223,190,142)

Color info

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

RGB color model

#DFBE8E color RGB value is (223,190,142).

RGB: (223,190,142) (87%, 75%, 56%)

RGB channels and saturation

R 223 of 255 = 87%
G 190 of 255 = 75%
B 142 of 255 = 56%

223
190
142

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

Portions of RGB colors in percentages

R + G + B = 223 + 190 + 142 = 555 (100%)
R 223 of 555 ~ 40.18%
G 190 of 555 ~ 34.23%
B 142 of 555 ~ 25.59'%

%40.18
%34.23
%25.59

CMYK color model

#DFBE8E color CMYK value is (0,15,36,13).

  • cyan value is 0.00%
  • magenta value is 14.80%
  • yellow value is 36.32%
  • key color value is 12.55%

CMYK: (0,15,36,13)
C0M15Y36K13 (0%, 15%, 36%, 13%)
(0.00 / 0.15 / 0.36 / 0.13)

CMYK percentages

%0
%14.8
%36.32
%12.55

Codes

Color #DFBE8E in popluar color models

DF BE 8E
RGB 223 190 142
HSL 36° 55.86% 71.57%
HSB/HSV 36° 36.32% 87.45%
CMYK 0.00% 14.80% 36.32%
12.55%

Color #DFBE8E in popluar number systems.

HEX DF BE 8E
Decimal 223 190 142
Binary 11011111 10111110 10001110
Octal 337 276 216

Shades and tints

Shades of #DFBE8E

#DFBE8E
(223,190,142)
#CBAD82
(203,173,130)
#B79C76
(183,156,118)
#A38B6A
(163,139,106)
#8F7A5E
(143,122,94)
#7B6952
(123,105,82)
#675846
(103,88,70)
#53473A
(83,71,58)
#3F362E
(63,54,46)
#2B2522
(43,37,34)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #DFBE8E

#DFBE8E
(223,190,142)
#E1C398
(225,195,152)
#E3C8A2
(227,200,162)
#E5CDAC
(229,205,172)
#E7D2B6
(231,210,182)
#E9D7C0
(233,215,192)
#EBDCCA
(235,220,202)
#EDE1D4
(237,225,212)
#EFE6DE
(239,230,222)
#F1EBE8
(241,235,232)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFBE8E color. Also use rgb(223,190,142) instead hex code.

Text Font Color

.myTextColor { color: #DFBE8E; }

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

This text font color is #DFBE8E.

Background Color

.myBgColor { background-color: #DFBE8E; }

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

This div background color is #DFBE8E.

Border color

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

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

This div border color is #DFBE8E.

Opacity

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

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

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

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

This text has shadow with #DFBE8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFBE8E.

Preview

Color preview on black background

This text has color #DFBE8E on black background.


Color preview on white background

This text has color #DFBE8E on white background.


Black color preview on #DFBE8E background

This text has black color on #DFBE8E background.


White color preview on #DFBE8E background

This text has white color on #DFBE8E background.


Related colors

Complementary color

Complementary color for #hex is #204171.


I love getcolorcode.com

Triadic colors

1 #8EDFBE and #BE8EDF with #DFBE8E are triadic colors.

2 #8EBEDF and #BEDF8E with #DFBE8E are triadic colors.