COLOR #DFB7D5

HEX: #DFB7D5 RGB: (223,183,213)

Color info

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

RGB color model

#DFB7D5 color RGB value is (223,183,213).

RGB: (223,183,213) (87%, 72%, 84%)

RGB channels and saturation

R 223 of 255 = 87%
G 183 of 255 = 72%
B 213 of 255 = 84%

223
183
213

R + G + B ~ 81%. #DFB7D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 183 + 213 = 619 (100%)
R 223 of 619 ~ 36.03%
G 183 of 619 ~ 29.56%
B 213 of 619 ~ 34.41'%

%36.03
%29.56
%34.41

CMYK color model

#DFB7D5 color CMYK value is (0,18,4,13).

  • cyan value is 0.00%
  • magenta value is 17.94%
  • yellow value is 4.48%
  • key color value is 12.55%

CMYK: (0,18,4,13)
C0M18Y4K13 (0%, 18%, 4%, 13%)
(0.00 / 0.18 / 0.04 / 0.13)

CMYK percentages

%0
%17.94
%4.48
%12.55

Codes

Color #DFB7D5 in popluar color models

DF B7 D5
RGB 223 183 213
HSL 315° 38.46% 79.61%
HSB/HSV 315° 17.94% 87.45%
CMYK 0.00% 17.94% 4.48%
12.55%

Color #DFB7D5 in popluar number systems.

HEX DF B7 D5
Decimal 223 183 213
Binary 11011111 10110111 11010101
Octal 337 267 325

Shades and tints

Shades of #DFB7D5

#DFB7D5
(223,183,213)
#CBA7C2
(203,167,194)
#B797AF
(183,151,175)
#A3879C
(163,135,156)
#8F7789
(143,119,137)
#7B6776
(123,103,118)
#675763
(103,87,99)
#534750
(83,71,80)
#3F373D
(63,55,61)
#2B272A
(43,39,42)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #DFB7D5

#DFB7D5
(223,183,213)
#E1BDD8
(225,189,216)
#E3C3DB
(227,195,219)
#E5C9DE
(229,201,222)
#E7CFE1
(231,207,225)
#E9D5E4
(233,213,228)
#EBDBE7
(235,219,231)
#EDE1EA
(237,225,234)
#EFE7ED
(239,231,237)
#F1EDF0
(241,237,240)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB7D5 color. Also use rgb(223,183,213) instead hex code.

Text Font Color

.myTextColor { color: #DFB7D5; }

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

This text font color is #DFB7D5.

Background Color

.myBgColor { background-color: #DFB7D5; }

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

This div background color is #DFB7D5.

Border color

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

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

This div border color is #DFB7D5.

Opacity

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

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

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

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

This text has shadow with #DFB7D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFB7D5.

Preview

Color preview on black background

This text has color #DFB7D5 on black background.


Color preview on white background

This text has color #DFB7D5 on white background.


Black color preview on #DFB7D5 background

This text has black color on #DFB7D5 background.


White color preview on #DFB7D5 background

This text has white color on #DFB7D5 background.


Related colors

Complementary color

Complementary color for #hex is #20482A.


I love getcolorcode.com

Triadic colors

1 #D5DFB7 and #B7D5DF with #DFB7D5 are triadic colors.

2 #D5B7DF and #B7DFD5 with #DFB7D5 are triadic colors.