COLOR #DFB5C5

HEX: #DFB5C5
RGB: (223,181,197)

Color info

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

RGB color model

#DFB5C5 color RGB value is (223,181,197).

  • red value is 223;
  • green value is 181;
  • blue value is 197.
RGB:
(223,181,197)
(87%,71%,77%)

RGB channels and saturation

R 223 of 255 = 87%
G 181 of 255 = 71%
B 197 of 255 = 77%

223
181
197

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

Portions of RGB colors in percentages

R + G + B =
223 + 181 + 197 = 601 (100%)
R 223 of 601 ~ 37.1%
G 181 of 601 ~ 30.12%
B 197 of 601 ~ 32.78%

%37.1
%30.12
%32.78

CMYK color model

#DFB5C5 color CMYK value is (0,19,12,13).

  • cyan value is 0.00%
  • magenta value is 18.83%
  • yellow value is 11.66%
  • key color value is 12.55%
CMYK:
(0,19,12,13)
C0M19Y12K13 
(0%,19%,12%,13%)
(0.00/0.19/0.12/0.13)	

CMYK percentages

%0
%18.83
%11.66
%12.55

Codes

Color #DFB5C5 in popluar color models

DFB5C5
RGB223181197
HSL337°39.62%79.22%
HSB/HSV337°18.83%87.45%
CMYK0.00%18.83%11.66%
12.55%

Color #DFB5C5 in popluar number systems.

HEXDFB5C5
Decimal223181197
Binary110111111011010111000101
Octal337265305

Shades and tints

Shades of #DFB5C5

#DFB5C5
(223,181,197)
#CBA5B4
(203,165,180)
#B795A3
(183,149,163)
#A38592
(163,133,146)
#8F7581
(143,117,129)
#7B6570
(123,101,112)
#67555F
(103,85,95)
#53454E
(83,69,78)
#3F353D
(63,53,61)
#2B252C
(43,37,44)
#17151B
(23,21,27)
#000000
(0,0,0)

Tints of #DFB5C5

#DFB5C5
(223,181,197)
#E1BBCA
(225,187,202)
#E3C1CF
(227,193,207)
#E5C7D4
(229,199,212)
#E7CDD9
(231,205,217)
#E9D3DE
(233,211,222)
#EBD9E3
(235,217,227)
#EDDFE8
(237,223,232)
#EFE5ED
(239,229,237)
#F1EBF2
(241,235,242)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB5C5 color. Also use rgb(223,181,197) instead hex code.

Text Font Color

.myTextColor { color: #DFB5C5; }

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

This text font color is #DFB5C5.


Background Color

.myBgColor { background-color: #DFB5C5; }

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

This div background color is #DFB5C5.


Border color

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

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

This div border color is #DFB5C5.


Opacity

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

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

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

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

This text has shadow with #DFB5C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB5C5 on black background.


Color preview on white background

This text has color #DFB5C5 on white background.



Black color preview on #DFB5C5 background

This text has black color on #DFB5C5 background.


White color preview on #DFB5C5 background

This text has white color on #DFB5C5 background.