COLOR #DFB9BE

HEX: #DFB9BE
RGB: (223,185,190)

Color info

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

RGB color model

#DFB9BE color RGB value is (223,185,190).

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

RGB channels and saturation

R 223 of 255 = 87%
G 185 of 255 = 73%
B 190 of 255 = 75%

223
185
190

R + G + B ~ 78%. #DFB9BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 185 + 190 = 598 (100%)
R 223 of 598 ~ 37.29%
G 185 of 598 ~ 30.94%
B 190 of 598 ~ 31.77%

%37.29
%30.94
%31.77

CMYK color model

#DFB9BE color CMYK value is (0,17,15,13).

  • cyan value is 0.00%
  • magenta value is 17.04%
  • yellow value is 14.80%
  • key color value is 12.55%
CMYK:
(0,17,15,13)
C0M17Y15K13 
(0%,17%,15%,13%)
(0.00/0.17/0.15/0.13)	

CMYK percentages

%0
%17.04
%14.8
%12.55

Codes

Color #DFB9BE in popluar color models

DFB9BE
RGB223185190
HSL352°37.25%80.00%
HSB/HSV352°17.04%87.45%
CMYK0.00%17.04%14.80%
12.55%

Color #DFB9BE in popluar number systems.

HEXDFB9BE
Decimal223185190
Binary110111111011100110111110
Octal337271276

Shades and tints

Shades of #DFB9BE

#DFB9BE
(223,185,190)
#CBA9AD
(203,169,173)
#B7999C
(183,153,156)
#A3898B
(163,137,139)
#8F797A
(143,121,122)
#7B6969
(123,105,105)
#675958
(103,89,88)
#534947
(83,73,71)
#3F3936
(63,57,54)
#2B2925
(43,41,37)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #DFB9BE

#DFB9BE
(223,185,190)
#E1BFC3
(225,191,195)
#E3C5C8
(227,197,200)
#E5CBCD
(229,203,205)
#E7D1D2
(231,209,210)
#E9D7D7
(233,215,215)
#EBDDDC
(235,221,220)
#EDE3E1
(237,227,225)
#EFE9E6
(239,233,230)
#F1EFEB
(241,239,235)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFB9BE; }

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

This text font color is #DFB9BE.


Background Color

.myBgColor { background-color: #DFB9BE; }

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

This div background color is #DFB9BE.


Border color

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

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

This div border color is #DFB9BE.


Opacity

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

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

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

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

This text has shadow with #DFB9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB9BE on black background.


Color preview on white background

This text has color #DFB9BE on white background.



Black color preview on #DFB9BE background

This text has black color on #DFB9BE background.


White color preview on #DFB9BE background

This text has white color on #DFB9BE background.