COLOR #DFB9B7

HEX: #DFB9B7
RGB: (223,185,183)

Color info

#DFB9B7 contains red, green and blue colors in about the same proportion. Web safe color of #DFB9B7 is #CCCCCC (or #CCC).

RGB color model

#DFB9B7 color RGB value is (223,185,183).

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

RGB channels and saturation

R 223 of 255 = 87%
G 185 of 255 = 73%
B 183 of 255 = 72%

223
185
183

R + G + B ~ 77%. #DFB9B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 185 + 183 = 591 (100%)
R 223 of 591 ~ 37.73%
G 185 of 591 ~ 31.3%
B 183 of 591 ~ 30.96%

%37.73
%31.3
%30.96

CMYK color model

#DFB9B7 color CMYK value is (0,17,18,13).

  • cyan value is 0.00%
  • magenta value is 17.04%
  • yellow value is 17.94%
  • key color value is 12.55%
CMYK:
(0,17,18,13)
C0M17Y18K13 
(0%,17%,18%,13%)
(0.00/0.17/0.18/0.13)	

CMYK percentages

%0
%17.04
%17.94
%12.55

Codes

Color #DFB9B7 in popluar color models

DFB9B7
RGB223185183
HSL38.46%79.61%
HSB/HSV17.94%87.45%
CMYK0.00%17.04%17.94%
12.55%

Color #DFB9B7 in popluar number systems.

HEXDFB9B7
Decimal223185183
Binary110111111011100110110111
Octal337271267

Shades and tints

Shades of #DFB9B7

#DFB9B7
(223,185,183)
#CBA9A7
(203,169,167)
#B79997
(183,153,151)
#A38987
(163,137,135)
#8F7977
(143,121,119)
#7B6967
(123,105,103)
#675957
(103,89,87)
#534947
(83,73,71)
#3F3937
(63,57,55)
#2B2927
(43,41,39)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #DFB9B7

#DFB9B7
(223,185,183)
#E1BFBD
(225,191,189)
#E3C5C3
(227,197,195)
#E5CBC9
(229,203,201)
#E7D1CF
(231,209,207)
#E9D7D5
(233,215,213)
#EBDDDB
(235,221,219)
#EDE3E1
(237,227,225)
#EFE9E7
(239,233,231)
#F1EFED
(241,239,237)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFB9B7; }

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

This text font color is #DFB9B7.


Background Color

.myBgColor { background-color: #DFB9B7; }

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

This div background color is #DFB9B7.


Border color

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

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

This div border color is #DFB9B7.


Opacity

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

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

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

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

This text has shadow with #DFB9B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB9B7 on black background.


Color preview on white background

This text has color #DFB9B7 on white background.



Black color preview on #DFB9B7 background

This text has black color on #DFB9B7 background.


White color preview on #DFB9B7 background

This text has white color on #DFB9B7 background.