COLOR #DFB4E7

HEX: #DFB4E7
RGB: (223,180,231)

Color info

#DFB4E7 contains red, green and blue colors in about the same proportion. Web safe color of #DFB4E7 is #CCCCFF (or #CCF).

RGB color model

#DFB4E7 color RGB value is (223,180,231).

  • red value is 223;
  • green value is 180;
  • blue value is 231.
RGB:
(223,180,231)
(87%,71%,91%)

RGB channels and saturation

R 223 of 255 = 87%
G 180 of 255 = 71%
B 231 of 255 = 91%

223
180
231

R + G + B ~ 83%. #DFB4E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 180 + 231 = 634 (100%)
R 223 of 634 ~ 35.17%
G 180 of 634 ~ 28.39%
B 231 of 634 ~ 36.44%

%35.17
%28.39
%36.44

CMYK color model

#DFB4E7 color CMYK value is (3,22,0,9).

  • cyan value is 3.46%
  • magenta value is 22.08%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(3,22,0,9)
C3M22Y0K9 
(3%,22%,0%,9%)
(0.03/0.22/0.00/0.09)	

CMYK percentages

%3.46
%22.08
%0
%9.41

Codes

Color #DFB4E7 in popluar color models

DFB4E7
RGB223180231
HSL291°51.52%80.59%
HSB/HSV291°22.08%90.59%
CMYK3.46%22.08%0.00%
9.41%

Color #DFB4E7 in popluar number systems.

HEXDFB4E7
Decimal223180231
Binary110111111011010011100111
Octal337264347

Shades and tints

Shades of #DFB4E7

#DFB4E7
(223,180,231)
#CBA4D2
(203,164,210)
#B794BD
(183,148,189)
#A384A8
(163,132,168)
#8F7493
(143,116,147)
#7B647E
(123,100,126)
#675469
(103,84,105)
#534454
(83,68,84)
#3F343F
(63,52,63)
#2B242A
(43,36,42)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #DFB4E7

#DFB4E7
(223,180,231)
#E1BAE9
(225,186,233)
#E3C0EB
(227,192,235)
#E5C6ED
(229,198,237)
#E7CCEF
(231,204,239)
#E9D2F1
(233,210,241)
#EBD8F3
(235,216,243)
#EDDEF5
(237,222,245)
#EFE4F7
(239,228,247)
#F1EAF9
(241,234,249)
#F3F0FB
(243,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB4E7 color. Also use rgb(223,180,231) instead hex code.

Text Font Color

.myTextColor { color: #DFB4E7; }

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

This text font color is #DFB4E7.


Background Color

.myBgColor { background-color: #DFB4E7; }

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

This div background color is #DFB4E7.


Border color

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

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

This div border color is #DFB4E7.


Opacity

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

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

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

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

This text has shadow with #DFB4E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB4E7 on black background.


Color preview on white background

This text has color #DFB4E7 on white background.



Black color preview on #DFB4E7 background

This text has black color on #DFB4E7 background.


White color preview on #DFB4E7 background

This text has white color on #DFB4E7 background.