COLOR #DFB3D0

HEX: #DFB3D0
RGB: (223,179,208)

Color info

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

RGB color model

#DFB3D0 color RGB value is (223,179,208).

  • red value is 223;
  • green value is 179;
  • blue value is 208.
RGB: (223,179,208) (87%,70%,82%)

RGB channels and saturation

R 223 of 255 = 87%
G 179 of 255 = 70%
B 208 of 255 = 82%

223
179
208

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

Portions of RGB colors in percentages

R + G + B =
223 + 179 + 208 = 610 (100%)
R 223 of 610 ~ 36.56%
G 179 of 610 ~ 29.34%
B 208 of 610 ~ 34.1%

%36.56
%29.34
%34.1

CMYK color model

#DFB3D0 color CMYK value is (0,20,7,13).

  • cyan value is 0.00%
  • magenta value is 19.73%
  • yellow value is 6.73%
  • key color value is 12.55%
CMYK: (0,20,7,13) C0M20Y7K13 (0%,20%,7%,13%) (0.00/0.20/0.07/0.13)

CMYK percentages

%0
%19.73
%6.73
%12.55

Codes

Color #DFB3D0 in popluar color models

DFB3D0
RGB223179208
HSL320°40.74%78.82%
HSB/HSV320°19.73%87.45%
CMYK0.00%19.73%6.73%
12.55%

Color #DFB3D0 in popluar number systems.

HEXDFB3D0
Decimal223179208
Binary110111111011001111010000
Octal337263320

Shades and tints

Shades of #DFB3D0

#DFB3D0
(223,179,208)
#CBA3BE
(203,163,190)
#B793AC
(183,147,172)
#A3839A
(163,131,154)
#8F7388
(143,115,136)
#7B6376
(123,99,118)
#675364
(103,83,100)
#534352
(83,67,82)
#3F3340
(63,51,64)
#2B232E
(43,35,46)
#17131C
(23,19,28)
#000000
(0,0,0)

Tints of #DFB3D0

#DFB3D0
(223,179,208)
#E1B9D4
(225,185,212)
#E3BFD8
(227,191,216)
#E5C5DC
(229,197,220)
#E7CBE0
(231,203,224)
#E9D1E4
(233,209,228)
#EBD7E8
(235,215,232)
#EDDDEC
(237,221,236)
#EFE3F0
(239,227,240)
#F1E9F4
(241,233,244)
#F3EFF8
(243,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB3D0 color. Also use rgb(223,179,208) instead hex code.

Text Font Color

.myTextColor { color: #DFB3D0; }

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

This text font color is #DFB3D0.


Background Color

.myBgColor { background-color: #DFB3D0; }

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

This div background color is #DFB3D0.


Border color

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

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

This div border color is #DFB3D0.


Opacity

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

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

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

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

This text has shadow with #DFB3D0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DFB3D0 on black background.


Color preview on white background

This text has color #DFB3D0 on white background.



Black color preview on #DFB3D0 background

This text has black color on #DFB3D0 background.


White color preview on #DFB3D0 background

This text has white color on #DFB3D0 background.