COLOR #DFBDD0

HEX: #DFBDD0
RGB: (223,189,208)

Color info

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

RGB color model

#DFBDD0 color RGB value is (223,189,208).

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

RGB channels and saturation

R 223 of 255 = 87%
G 189 of 255 = 74%
B 208 of 255 = 82%

223
189
208

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

Portions of RGB colors in percentages

R + G + B =
223 + 189 + 208 = 620 (100%)
R 223 of 620 ~ 35.97%
G 189 of 620 ~ 30.48%
B 208 of 620 ~ 33.55%

%35.97
%30.48
%33.55

CMYK color model

#DFBDD0 color CMYK value is (0,15,7,13).

  • cyan value is 0.00%
  • magenta value is 15.25%
  • yellow value is 6.73%
  • key color value is 12.55%
CMYK:
(0,15,7,13)
C0M15Y7K13 
(0%,15%,7%,13%)
(0.00/0.15/0.07/0.13)	

CMYK percentages

%0
%15.25
%6.73
%12.55

Codes

Color #DFBDD0 in popluar color models

DFBDD0
RGB223189208
HSL326°34.69%80.78%
HSB/HSV326°15.25%87.45%
CMYK0.00%15.25%6.73%
12.55%

Color #DFBDD0 in popluar number systems.

HEXDFBDD0
Decimal223189208
Binary110111111011110111010000
Octal337275320

Shades and tints

Shades of #DFBDD0

#DFBDD0
(223,189,208)
#CBACBE
(203,172,190)
#B79BAC
(183,155,172)
#A38A9A
(163,138,154)
#8F7988
(143,121,136)
#7B6876
(123,104,118)
#675764
(103,87,100)
#534652
(83,70,82)
#3F3540
(63,53,64)
#2B242E
(43,36,46)
#17131C
(23,19,28)
#000000
(0,0,0)

Tints of #DFBDD0

#DFBDD0
(223,189,208)
#E1C3D4
(225,195,212)
#E3C9D8
(227,201,216)
#E5CFDC
(229,207,220)
#E7D5E0
(231,213,224)
#E9DBE4
(233,219,228)
#EBE1E8
(235,225,232)
#EDE7EC
(237,231,236)
#EFEDF0
(239,237,240)
#F1F3F4
(241,243,244)
#F3F9F8
(243,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBDD0; }

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

This text font color is #DFBDD0.


Background Color

.myBgColor { background-color: #DFBDD0; }

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

This div background color is #DFBDD0.


Border color

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

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

This div border color is #DFBDD0.


Opacity

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

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

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

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

This text has shadow with #DFBDD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFBDD0 on black background.


Color preview on white background

This text has color #DFBDD0 on white background.



Black color preview on #DFBDD0 background

This text has black color on #DFBDD0 background.


White color preview on #DFBDD0 background

This text has white color on #DFBDD0 background.