COLOR #DFBD9C

HEX: #DFBD9C
RGB: (223,189,156)

Color info

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

RGB color model

#DFBD9C color RGB value is (223,189,156).

  • red value is 223;
  • green value is 189;
  • blue value is 156.
RGB:
(223,189,156)
(87%,74%,61%)

RGB channels and saturation

R 223 of 255 = 87%
G 189 of 255 = 74%
B 156 of 255 = 61%

223
189
156

R + G + B ~ 74%. #DFBD9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 189 + 156 = 568 (100%)
R 223 of 568 ~ 39.26%
G 189 of 568 ~ 33.27%
B 156 of 568 ~ 27.46%

%39.26
%33.27
%27.46

CMYK color model

#DFBD9C color CMYK value is (0,15,30,13).

  • cyan value is 0.00%
  • magenta value is 15.25%
  • yellow value is 30.04%
  • key color value is 12.55%
CMYK:
(0,15,30,13)
C0M15Y30K13 
(0%,15%,30%,13%)
(0.00/0.15/0.30/0.13)	

CMYK percentages

%0
%15.25
%30.04
%12.55

Codes

Color #DFBD9C in popluar color models

DFBD9C
RGB223189156
HSL30°51.15%74.31%
HSB/HSV30°30.04%87.45%
CMYK0.00%15.25%30.04%
12.55%

Color #DFBD9C in popluar number systems.

HEXDFBD9C
Decimal223189156
Binary110111111011110110011100
Octal337275234

Shades and tints

Shades of #DFBD9C

#DFBD9C
(223,189,156)
#CBAC8E
(203,172,142)
#B79B80
(183,155,128)
#A38A72
(163,138,114)
#8F7964
(143,121,100)
#7B6856
(123,104,86)
#675748
(103,87,72)
#53463A
(83,70,58)
#3F352C
(63,53,44)
#2B241E
(43,36,30)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #DFBD9C

#DFBD9C
(223,189,156)
#E1C3A5
(225,195,165)
#E3C9AE
(227,201,174)
#E5CFB7
(229,207,183)
#E7D5C0
(231,213,192)
#E9DBC9
(233,219,201)
#EBE1D2
(235,225,210)
#EDE7DB
(237,231,219)
#EFEDE4
(239,237,228)
#F1F3ED
(241,243,237)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFBD9C color. Also use rgb(223,189,156) instead hex code.

Text Font Color

.myTextColor { color: #DFBD9C; }

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

This text font color is #DFBD9C.


Background Color

.myBgColor { background-color: #DFBD9C; }

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

This div background color is #DFBD9C.


Border color

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

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

This div border color is #DFBD9C.


Opacity

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

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

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

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

This text has shadow with #DFBD9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFBD9C on black background.


Color preview on white background

This text has color #DFBD9C on white background.



Black color preview on #DFBD9C background

This text has black color on #DFBD9C background.


White color preview on #DFBD9C background

This text has white color on #DFBD9C background.