COLOR #DFB8C0

HEX: #DFB8C0
RGB: (223,184,192)

Color info

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

RGB color model

#DFB8C0 color RGB value is (223,184,192).

  • red value is 223;
  • green value is 184;
  • blue value is 192.
RGB:
(223,184,192)
(87%,72%,75%)

RGB channels and saturation

R 223 of 255 = 87%
G 184 of 255 = 72%
B 192 of 255 = 75%

223
184
192

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

Portions of RGB colors in percentages

R + G + B =
223 + 184 + 192 = 599 (100%)
R 223 of 599 ~ 37.23%
G 184 of 599 ~ 30.72%
B 192 of 599 ~ 32.05%

%37.23
%30.72
%32.05

CMYK color model

#DFB8C0 color CMYK value is (0,17,14,13).

  • cyan value is 0.00%
  • magenta value is 17.49%
  • yellow value is 13.90%
  • key color value is 12.55%
CMYK:
(0,17,14,13)
C0M17Y14K13 
(0%,17%,14%,13%)
(0.00/0.17/0.14/0.13)	

CMYK percentages

%0
%17.49
%13.9
%12.55

Codes

Color #DFB8C0 in popluar color models

DFB8C0
RGB223184192
HSL348°37.86%79.80%
HSB/HSV348°17.49%87.45%
CMYK0.00%17.49%13.90%
12.55%

Color #DFB8C0 in popluar number systems.

HEXDFB8C0
Decimal223184192
Binary110111111011100011000000
Octal337270300

Shades and tints

Shades of #DFB8C0

#DFB8C0
(223,184,192)
#CBA8AF
(203,168,175)
#B7989E
(183,152,158)
#A3888D
(163,136,141)
#8F787C
(143,120,124)
#7B686B
(123,104,107)
#67585A
(103,88,90)
#534849
(83,72,73)
#3F3838
(63,56,56)
#2B2827
(43,40,39)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #DFB8C0

#DFB8C0
(223,184,192)
#E1BEC5
(225,190,197)
#E3C4CA
(227,196,202)
#E5CACF
(229,202,207)
#E7D0D4
(231,208,212)
#E9D6D9
(233,214,217)
#EBDCDE
(235,220,222)
#EDE2E3
(237,226,227)
#EFE8E8
(239,232,232)
#F1EEED
(241,238,237)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB8C0 color. Also use rgb(223,184,192) instead hex code.

Text Font Color

.myTextColor { color: #DFB8C0; }

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

This text font color is #DFB8C0.


Background Color

.myBgColor { background-color: #DFB8C0; }

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

This div background color is #DFB8C0.


Border color

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

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

This div border color is #DFB8C0.


Opacity

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

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

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

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

This text has shadow with #DFB8C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB8C0 on black background.


Color preview on white background

This text has color #DFB8C0 on white background.



Black color preview on #DFB8C0 background

This text has black color on #DFB8C0 background.


White color preview on #DFB8C0 background

This text has white color on #DFB8C0 background.