COLOR #DFB4E6

HEX: #DFB4E6
RGB: (223,180,230)

Color info

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

RGB color model

#DFB4E6 color RGB value is (223,180,230).

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

RGB channels and saturation

R 223 of 255 = 87%
G 180 of 255 = 71%
B 230 of 255 = 90%

223
180
230

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

Portions of RGB colors in percentages

R + G + B =
223 + 180 + 230 = 633 (100%)
R 223 of 633 ~ 35.23%
G 180 of 633 ~ 28.44%
B 230 of 633 ~ 36.33%

%35.23
%28.44
%36.33

CMYK color model

#DFB4E6 color CMYK value is (3,22,0,10).

  • cyan value is 3.04%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(3,22,0,10)
C3M22Y0K10 
(3%,22%,0%,10%)
(0.03/0.22/0.00/0.10)	

CMYK percentages

%3.04
%21.74
%0
%9.8

Codes

Color #DFB4E6 in popluar color models

DFB4E6
RGB223180230
HSL292°50.00%80.39%
HSB/HSV292°21.74%90.20%
CMYK3.04%21.74%0.00%
9.80%

Color #DFB4E6 in popluar number systems.

HEXDFB4E6
Decimal223180230
Binary110111111011010011100110
Octal337264346

Shades and tints

Shades of #DFB4E6

#DFB4E6
(223,180,230)
#CBA4D2
(203,164,210)
#B794BE
(183,148,190)
#A384AA
(163,132,170)
#8F7496
(143,116,150)
#7B6482
(123,100,130)
#67546E
(103,84,110)
#53445A
(83,68,90)
#3F3446
(63,52,70)
#2B2432
(43,36,50)
#17141E
(23,20,30)
#000000
(0,0,0)

Tints of #DFB4E6

#DFB4E6
(223,180,230)
#E1BAE8
(225,186,232)
#E3C0EA
(227,192,234)
#E5C6EC
(229,198,236)
#E7CCEE
(231,204,238)
#E9D2F0
(233,210,240)
#EBD8F2
(235,216,242)
#EDDEF4
(237,222,244)
#EFE4F6
(239,228,246)
#F1EAF8
(241,234,248)
#F3F0FA
(243,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFB4E6; }

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

This text font color is #DFB4E6.


Background Color

.myBgColor { background-color: #DFB4E6; }

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

This div background color is #DFB4E6.


Border color

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

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

This div border color is #DFB4E6.


Opacity

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

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

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

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

This text has shadow with #DFB4E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB4E6 on black background.


Color preview on white background

This text has color #DFB4E6 on white background.



Black color preview on #DFB4E6 background

This text has black color on #DFB4E6 background.


White color preview on #DFB4E6 background

This text has white color on #DFB4E6 background.