COLOR #DFB9B0

HEX: #DFB9B0
RGB: (223,185,176)

Color info

#DFB9B0 contains red, green and blue colors in about the same proportion. Web safe color of #DFB9B0 is #CCCC99 (or #CC9).

RGB color model

#DFB9B0 color RGB value is (223,185,176).

  • red value is 223;
  • green value is 185;
  • blue value is 176.
RGB:
(223,185,176)
(87%,73%,69%)

RGB channels and saturation

R 223 of 255 = 87%
G 185 of 255 = 73%
B 176 of 255 = 69%

223
185
176

R + G + B ~ 76%. #DFB9B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 185 + 176 = 584 (100%)
R 223 of 584 ~ 38.18%
G 185 of 584 ~ 31.68%
B 176 of 584 ~ 30.14%

%38.18
%31.68
%30.14

CMYK color model

#DFB9B0 color CMYK value is (0,17,21,13).

  • cyan value is 0.00%
  • magenta value is 17.04%
  • yellow value is 21.08%
  • key color value is 12.55%
CMYK:
(0,17,21,13)
C0M17Y21K13 
(0%,17%,21%,13%)
(0.00/0.17/0.21/0.13)	

CMYK percentages

%0
%17.04
%21.08
%12.55

Codes

Color #DFB9B0 in popluar color models

DFB9B0
RGB223185176
HSL11°42.34%78.24%
HSB/HSV11°21.08%87.45%
CMYK0.00%17.04%21.08%
12.55%

Color #DFB9B0 in popluar number systems.

HEXDFB9B0
Decimal223185176
Binary110111111011100110110000
Octal337271260

Shades and tints

Shades of #DFB9B0

#DFB9B0
(223,185,176)
#CBA9A0
(203,169,160)
#B79990
(183,153,144)
#A38980
(163,137,128)
#8F7970
(143,121,112)
#7B6960
(123,105,96)
#675950
(103,89,80)
#534940
(83,73,64)
#3F3930
(63,57,48)
#2B2920
(43,41,32)
#171910
(23,25,16)
#000000
(0,0,0)

Tints of #DFB9B0

#DFB9B0
(223,185,176)
#E1BFB7
(225,191,183)
#E3C5BE
(227,197,190)
#E5CBC5
(229,203,197)
#E7D1CC
(231,209,204)
#E9D7D3
(233,215,211)
#EBDDDA
(235,221,218)
#EDE3E1
(237,227,225)
#EFE9E8
(239,233,232)
#F1EFEF
(241,239,239)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB9B0 color. Also use rgb(223,185,176) instead hex code.

Text Font Color

.myTextColor { color: #DFB9B0; }

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

This text font color is #DFB9B0.


Background Color

.myBgColor { background-color: #DFB9B0; }

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

This div background color is #DFB9B0.


Border color

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

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

This div border color is #DFB9B0.


Opacity

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

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

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

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

This text has shadow with #DFB9B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB9B0 on black background.


Color preview on white background

This text has color #DFB9B0 on white background.



Black color preview on #DFB9B0 background

This text has black color on #DFB9B0 background.


White color preview on #DFB9B0 background

This text has white color on #DFB9B0 background.