COLOR #DFBEB4

HEX: #DFBEB4
RGB: (223,190,180)

Color info

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

RGB color model

#DFBEB4 color RGB value is (223,190,180).

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

RGB channels and saturation

R 223 of 255 = 87%
G 190 of 255 = 75%
B 180 of 255 = 71%

223
190
180

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

Portions of RGB colors in percentages

R + G + B =
223 + 190 + 180 = 593 (100%)
R 223 of 593 ~ 37.61%
G 190 of 593 ~ 32.04%
B 180 of 593 ~ 30.35%

%37.61
%32.04
%30.35

CMYK color model

#DFBEB4 color CMYK value is (0,15,19,13).

  • cyan value is 0.00%
  • magenta value is 14.80%
  • yellow value is 19.28%
  • key color value is 12.55%
CMYK:
(0,15,19,13)
C0M15Y19K13 
(0%,15%,19%,13%)
(0.00/0.15/0.19/0.13)	

CMYK percentages

%0
%14.8
%19.28
%12.55

Codes

Color #DFBEB4 in popluar color models

DFBEB4
RGB223190180
HSL14°40.19%79.02%
HSB/HSV14°19.28%87.45%
CMYK0.00%14.80%19.28%
12.55%

Color #DFBEB4 in popluar number systems.

HEXDFBEB4
Decimal223190180
Binary110111111011111010110100
Octal337276264

Shades and tints

Shades of #DFBEB4

#DFBEB4
(223,190,180)
#CBADA4
(203,173,164)
#B79C94
(183,156,148)
#A38B84
(163,139,132)
#8F7A74
(143,122,116)
#7B6964
(123,105,100)
#675854
(103,88,84)
#534744
(83,71,68)
#3F3634
(63,54,52)
#2B2524
(43,37,36)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #DFBEB4

#DFBEB4
(223,190,180)
#E1C3BA
(225,195,186)
#E3C8C0
(227,200,192)
#E5CDC6
(229,205,198)
#E7D2CC
(231,210,204)
#E9D7D2
(233,215,210)
#EBDCD8
(235,220,216)
#EDE1DE
(237,225,222)
#EFE6E4
(239,230,228)
#F1EBEA
(241,235,234)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBEB4; }

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

This text font color is #DFBEB4.


Background Color

.myBgColor { background-color: #DFBEB4; }

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

This div background color is #DFBEB4.


Border color

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

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

This div border color is #DFBEB4.


Opacity

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

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

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

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

This text has shadow with #DFBEB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFBEB4 on black background.


Color preview on white background

This text has color #DFBEB4 on white background.



Black color preview on #DFBEB4 background

This text has black color on #DFBEB4 background.


White color preview on #DFBEB4 background

This text has white color on #DFBEB4 background.