COLOR #DFB4E9

HEX: #DFB4E9
RGB: (223,180,233)

Color info

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

RGB color model

#DFB4E9 color RGB value is (223,180,233).

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

RGB channels and saturation

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

223
180
233

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

Portions of RGB colors in percentages

R + G + B =
223 + 180 + 233 = 636 (100%)
R 223 of 636 ~ 35.06%
G 180 of 636 ~ 28.3%
B 233 of 636 ~ 36.64%

%35.06
%28.3
%36.64

CMYK color model

#DFB4E9 color CMYK value is (4,23,0,9).

  • cyan value is 4.29%
  • magenta value is 22.75%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(4,23,0,9)
C4M23Y0K9 
(4%,23%,0%,9%)
(0.04/0.23/0.00/0.09)	

CMYK percentages

%4.29
%22.75
%0
%8.63

Codes

Color #DFB4E9 in popluar color models

DFB4E9
RGB223180233
HSL289°54.64%80.98%
HSB/HSV289°22.75%91.37%
CMYK4.29%22.75%0.00%
8.63%

Color #DFB4E9 in popluar number systems.

HEXDFB4E9
Decimal223180233
Binary110111111011010011101001
Octal337264351

Shades and tints

Shades of #DFB4E9

#DFB4E9
(223,180,233)
#CBA4D4
(203,164,212)
#B794BF
(183,148,191)
#A384AA
(163,132,170)
#8F7495
(143,116,149)
#7B6480
(123,100,128)
#67546B
(103,84,107)
#534456
(83,68,86)
#3F3441
(63,52,65)
#2B242C
(43,36,44)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #DFB4E9

#DFB4E9
(223,180,233)
#E1BAEB
(225,186,235)
#E3C0ED
(227,192,237)
#E5C6EF
(229,198,239)
#E7CCF1
(231,204,241)
#E9D2F3
(233,210,243)
#EBD8F5
(235,216,245)
#EDDEF7
(237,222,247)
#EFE4F9
(239,228,249)
#F1EAFB
(241,234,251)
#F3F0FD
(243,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFB4E9; }

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

This text font color is #DFB4E9.


Background Color

.myBgColor { background-color: #DFB4E9; }

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

This div background color is #DFB4E9.


Border color

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

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

This div border color is #DFB4E9.


Opacity

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

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

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

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

This text has shadow with #DFB4E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB4E9 on black background.


Color preview on white background

This text has color #DFB4E9 on white background.



Black color preview on #DFB4E9 background

This text has black color on #DFB4E9 background.


White color preview on #DFB4E9 background

This text has white color on #DFB4E9 background.