COLOR #DFBDD7

HEX: #DFBDD7
RGB: (223,189,215)

Color info

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

RGB color model

#DFBDD7 color RGB value is (223,189,215).

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

RGB channels and saturation

R 223 of 255 = 87%
G 189 of 255 = 74%
B 215 of 255 = 84%

223
189
215

R + G + B ~ 82%. #DFBDD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 189 + 215 = 627 (100%)
R 223 of 627 ~ 35.57%
G 189 of 627 ~ 30.14%
B 215 of 627 ~ 34.29%

%35.57
%30.14
%34.29

CMYK color model

#DFBDD7 color CMYK value is (0,15,4,13).

  • cyan value is 0.00%
  • magenta value is 15.25%
  • yellow value is 3.59%
  • key color value is 12.55%
CMYK:
(0,15,4,13)
C0M15Y4K13 
(0%,15%,4%,13%)
(0.00/0.15/0.04/0.13)	

CMYK percentages

%0
%15.25
%3.59
%12.55

Codes

Color #DFBDD7 in popluar color models

DFBDD7
RGB223189215
HSL314°34.69%80.78%
HSB/HSV314°15.25%87.45%
CMYK0.00%15.25%3.59%
12.55%

Color #DFBDD7 in popluar number systems.

HEXDFBDD7
Decimal223189215
Binary110111111011110111010111
Octal337275327

Shades and tints

Shades of #DFBDD7

#DFBDD7
(223,189,215)
#CBACC4
(203,172,196)
#B79BB1
(183,155,177)
#A38A9E
(163,138,158)
#8F798B
(143,121,139)
#7B6878
(123,104,120)
#675765
(103,87,101)
#534652
(83,70,82)
#3F353F
(63,53,63)
#2B242C
(43,36,44)
#171319
(23,19,25)
#000000
(0,0,0)

Tints of #DFBDD7

#DFBDD7
(223,189,215)
#E1C3DA
(225,195,218)
#E3C9DD
(227,201,221)
#E5CFE0
(229,207,224)
#E7D5E3
(231,213,227)
#E9DBE6
(233,219,230)
#EBE1E9
(235,225,233)
#EDE7EC
(237,231,236)
#EFEDEF
(239,237,239)
#F1F3F2
(241,243,242)
#F3F9F5
(243,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBDD7; }

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

This text font color is #DFBDD7.


Background Color

.myBgColor { background-color: #DFBDD7; }

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

This div background color is #DFBDD7.


Border color

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

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

This div border color is #DFBDD7.


Opacity

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

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

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

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

This text has shadow with #DFBDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFBDD7 on black background.


Color preview on white background

This text has color #DFBDD7 on white background.



Black color preview on #DFBDD7 background

This text has black color on #DFBDD7 background.


White color preview on #DFBDD7 background

This text has white color on #DFBDD7 background.