COLOR #DFB5D3

HEX: #DFB5D3
RGB: (223,181,211)

Color info

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

RGB color model

#DFB5D3 color RGB value is (223,181,211).

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

RGB channels and saturation

R 223 of 255 = 87%
G 181 of 255 = 71%
B 211 of 255 = 83%

223
181
211

R + G + B ~ 80%. #DFB5D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 181 + 211 = 615 (100%)
R 223 of 615 ~ 36.26%
G 181 of 615 ~ 29.43%
B 211 of 615 ~ 34.31%

%36.26
%29.43
%34.31

CMYK color model

#DFB5D3 color CMYK value is (0,19,5,13).

  • cyan value is 0.00%
  • magenta value is 18.83%
  • yellow value is 5.38%
  • key color value is 12.55%
CMYK:
(0,19,5,13)
C0M19Y5K13 
(0%,19%,5%,13%)
(0.00/0.19/0.05/0.13)	

CMYK percentages

%0
%18.83
%5.38
%12.55

Codes

Color #DFB5D3 in popluar color models

DFB5D3
RGB223181211
HSL317°39.62%79.22%
HSB/HSV317°18.83%87.45%
CMYK0.00%18.83%5.38%
12.55%

Color #DFB5D3 in popluar number systems.

HEXDFB5D3
Decimal223181211
Binary110111111011010111010011
Octal337265323

Shades and tints

Shades of #DFB5D3

#DFB5D3
(223,181,211)
#CBA5C0
(203,165,192)
#B795AD
(183,149,173)
#A3859A
(163,133,154)
#8F7587
(143,117,135)
#7B6574
(123,101,116)
#675561
(103,85,97)
#53454E
(83,69,78)
#3F353B
(63,53,59)
#2B2528
(43,37,40)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #DFB5D3

#DFB5D3
(223,181,211)
#E1BBD7
(225,187,215)
#E3C1DB
(227,193,219)
#E5C7DF
(229,199,223)
#E7CDE3
(231,205,227)
#E9D3E7
(233,211,231)
#EBD9EB
(235,217,235)
#EDDFEF
(237,223,239)
#EFE5F3
(239,229,243)
#F1EBF7
(241,235,247)
#F3F1FB
(243,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFB5D3; }

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

This text font color is #DFB5D3.


Background Color

.myBgColor { background-color: #DFB5D3; }

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

This div background color is #DFB5D3.


Border color

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

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

This div border color is #DFB5D3.


Opacity

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

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

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

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

This text has shadow with #DFB5D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB5D3 on black background.


Color preview on white background

This text has color #DFB5D3 on white background.



Black color preview on #DFB5D3 background

This text has black color on #DFB5D3 background.


White color preview on #DFB5D3 background

This text has white color on #DFB5D3 background.