COLOR #DFB3E8

HEX: #DFB3E8
RGB: (223,179,232)

Color info

#DFB3E8 contains red, green and blue colors in about the same proportion. Web safe color of #DFB3E8 is #CC99FF (or #C9F).

RGB color model

#DFB3E8 color RGB value is (223,179,232).

  • red value is 223;
  • green value is 179;
  • blue value is 232.
RGB:
(223,179,232)
(87%,70%,91%)

RGB channels and saturation

R 223 of 255 = 87%
G 179 of 255 = 70%
B 232 of 255 = 91%

223
179
232

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

Portions of RGB colors in percentages

R + G + B =
223 + 179 + 232 = 634 (100%)
R 223 of 634 ~ 35.17%
G 179 of 634 ~ 28.23%
B 232 of 634 ~ 36.59%

%35.17
%28.23
%36.59

CMYK color model

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

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

CMYK percentages

%3.88
%22.84
%0
%9.02

Codes

Color #DFB3E8 in popluar color models

DFB3E8
RGB223179232
HSL290°53.54%80.59%
HSB/HSV290°22.84%90.98%
CMYK3.88%22.84%0.00%
9.02%

Color #DFB3E8 in popluar number systems.

HEXDFB3E8
Decimal223179232
Binary110111111011001111101000
Octal337263350

Shades and tints

Shades of #DFB3E8

#DFB3E8
(223,179,232)
#CBA3D3
(203,163,211)
#B793BE
(183,147,190)
#A383A9
(163,131,169)
#8F7394
(143,115,148)
#7B637F
(123,99,127)
#67536A
(103,83,106)
#534355
(83,67,85)
#3F3340
(63,51,64)
#2B232B
(43,35,43)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #DFB3E8

#DFB3E8
(223,179,232)
#E1B9EA
(225,185,234)
#E3BFEC
(227,191,236)
#E5C5EE
(229,197,238)
#E7CBF0
(231,203,240)
#E9D1F2
(233,209,242)
#EBD7F4
(235,215,244)
#EDDDF6
(237,221,246)
#EFE3F8
(239,227,248)
#F1E9FA
(241,233,250)
#F3EFFC
(243,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB3E8 color. Also use rgb(223,179,232) instead hex code.

Text Font Color

.myTextColor { color: #DFB3E8; }

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

This text font color is #DFB3E8.


Background Color

.myBgColor { background-color: #DFB3E8; }

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

This div background color is #DFB3E8.


Border color

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

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

This div border color is #DFB3E8.


Opacity

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

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

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

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

This text has shadow with #DFB3E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB3E8 on black background.


Color preview on white background

This text has color #DFB3E8 on white background.



Black color preview on #DFB3E8 background

This text has black color on #DFB3E8 background.


White color preview on #DFB3E8 background

This text has white color on #DFB3E8 background.