COLOR #DFB0D5

HEX: #DFB0D5
RGB: (223,176,213)

Color info

#DFB0D5 contains red, green and blue colors in about the same proportion. Web safe color of #DFB0D5 is #CC99CC (or #C9C).

RGB color model

#DFB0D5 color RGB value is (223,176,213).

  • red value is 223;
  • green value is 176;
  • blue value is 213.
RGB:
(223,176,213)
(87%,69%,84%)

RGB channels and saturation

R 223 of 255 = 87%
G 176 of 255 = 69%
B 213 of 255 = 84%

223
176
213

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

Portions of RGB colors in percentages

R + G + B =
223 + 176 + 213 = 612 (100%)
R 223 of 612 ~ 36.44%
G 176 of 612 ~ 28.76%
B 213 of 612 ~ 34.8%

%36.44
%28.76
%34.8

CMYK color model

#DFB0D5 color CMYK value is (0,21,4,13).

  • cyan value is 0.00%
  • magenta value is 21.08%
  • yellow value is 4.48%
  • key color value is 12.55%
CMYK:
(0,21,4,13)
C0M21Y4K13 
(0%,21%,4%,13%)
(0.00/0.21/0.04/0.13)	

CMYK percentages

%0
%21.08
%4.48
%12.55

Codes

Color #DFB0D5 in popluar color models

DFB0D5
RGB223176213
HSL313°42.34%78.24%
HSB/HSV313°21.08%87.45%
CMYK0.00%21.08%4.48%
12.55%

Color #DFB0D5 in popluar number systems.

HEXDFB0D5
Decimal223176213
Binary110111111011000011010101
Octal337260325

Shades and tints

Shades of #DFB0D5

#DFB0D5
(223,176,213)
#CBA0C2
(203,160,194)
#B790AF
(183,144,175)
#A3809C
(163,128,156)
#8F7089
(143,112,137)
#7B6076
(123,96,118)
#675063
(103,80,99)
#534050
(83,64,80)
#3F303D
(63,48,61)
#2B202A
(43,32,42)
#171017
(23,16,23)
#000000
(0,0,0)

Tints of #DFB0D5

#DFB0D5
(223,176,213)
#E1B7D8
(225,183,216)
#E3BEDB
(227,190,219)
#E5C5DE
(229,197,222)
#E7CCE1
(231,204,225)
#E9D3E4
(233,211,228)
#EBDAE7
(235,218,231)
#EDE1EA
(237,225,234)
#EFE8ED
(239,232,237)
#F1EFF0
(241,239,240)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFB0D5; }

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

This text font color is #DFB0D5.


Background Color

.myBgColor { background-color: #DFB0D5; }

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

This div background color is #DFB0D5.


Border color

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

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

This div border color is #DFB0D5.


Opacity

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

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

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

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

This text has shadow with #DFB0D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB0D5 on black background.


Color preview on white background

This text has color #DFB0D5 on white background.



Black color preview on #DFB0D5 background

This text has black color on #DFB0D5 background.


White color preview on #DFB0D5 background

This text has white color on #DFB0D5 background.