COLOR #DFB7D8

HEX: #DFB7D8
RGB: (223,183,216)

Color info

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

RGB color model

#DFB7D8 color RGB value is (223,183,216).

  • red value is 223;
  • green value is 183;
  • blue value is 216.
RGB:
(223,183,216)
(87%,72%,85%)

RGB channels and saturation

R 223 of 255 = 87%
G 183 of 255 = 72%
B 216 of 255 = 85%

223
183
216

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

Portions of RGB colors in percentages

R + G + B =
223 + 183 + 216 = 622 (100%)
R 223 of 622 ~ 35.85%
G 183 of 622 ~ 29.42%
B 216 of 622 ~ 34.73%

%35.85
%29.42
%34.73

CMYK color model

#DFB7D8 color CMYK value is (0,18,3,13).

  • cyan value is 0.00%
  • magenta value is 17.94%
  • yellow value is 3.14%
  • key color value is 12.55%
CMYK:
(0,18,3,13)
C0M18Y3K13 
(0%,18%,3%,13%)
(0.00/0.18/0.03/0.13)	

CMYK percentages

%0
%17.94
%3.14
%12.55

Codes

Color #DFB7D8 in popluar color models

DFB7D8
RGB223183216
HSL311°38.46%79.61%
HSB/HSV311°17.94%87.45%
CMYK0.00%17.94%3.14%
12.55%

Color #DFB7D8 in popluar number systems.

HEXDFB7D8
Decimal223183216
Binary110111111011011111011000
Octal337267330

Shades and tints

Shades of #DFB7D8

#DFB7D8
(223,183,216)
#CBA7C5
(203,167,197)
#B797B2
(183,151,178)
#A3879F
(163,135,159)
#8F778C
(143,119,140)
#7B6779
(123,103,121)
#675766
(103,87,102)
#534753
(83,71,83)
#3F3740
(63,55,64)
#2B272D
(43,39,45)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #DFB7D8

#DFB7D8
(223,183,216)
#E1BDDB
(225,189,219)
#E3C3DE
(227,195,222)
#E5C9E1
(229,201,225)
#E7CFE4
(231,207,228)
#E9D5E7
(233,213,231)
#EBDBEA
(235,219,234)
#EDE1ED
(237,225,237)
#EFE7F0
(239,231,240)
#F1EDF3
(241,237,243)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFB7D8; }

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

This text font color is #DFB7D8.


Background Color

.myBgColor { background-color: #DFB7D8; }

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

This div background color is #DFB7D8.


Border color

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

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

This div border color is #DFB7D8.


Opacity

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

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

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

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

This text has shadow with #DFB7D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB7D8 on black background.


Color preview on white background

This text has color #DFB7D8 on white background.



Black color preview on #DFB7D8 background

This text has black color on #DFB7D8 background.


White color preview on #DFB7D8 background

This text has white color on #DFB7D8 background.