COLOR #DFB9E4

HEX: #DFB9E4
RGB: (223,185,228)

Color info

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

RGB color model

#DFB9E4 color RGB value is (223,185,228).

  • red value is 223;
  • green value is 185;
  • blue value is 228.
RGB:
(223,185,228)
(87%,73%,89%)

RGB channels and saturation

R 223 of 255 = 87%
G 185 of 255 = 73%
B 228 of 255 = 89%

223
185
228

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

Portions of RGB colors in percentages

R + G + B =
223 + 185 + 228 = 636 (100%)
R 223 of 636 ~ 35.06%
G 185 of 636 ~ 29.09%
B 228 of 636 ~ 35.85%

%35.06
%29.09
%35.85

CMYK color model

#DFB9E4 color CMYK value is (2,19,0,11).

  • cyan value is 2.19%
  • magenta value is 18.86%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(2,19,0,11)
C2M19Y0K11 
(2%,19%,0%,11%)
(0.02/0.19/0.00/0.11)	

CMYK percentages

%2.19
%18.86
%0
%10.59

Codes

Color #DFB9E4 in popluar color models

DFB9E4
RGB223185228
HSL293°44.33%80.98%
HSB/HSV293°18.86%89.41%
CMYK2.19%18.86%0.00%
10.59%

Color #DFB9E4 in popluar number systems.

HEXDFB9E4
Decimal223185228
Binary110111111011100111100100
Octal337271344

Shades and tints

Shades of #DFB9E4

#DFB9E4
(223,185,228)
#CBA9D0
(203,169,208)
#B799BC
(183,153,188)
#A389A8
(163,137,168)
#8F7994
(143,121,148)
#7B6980
(123,105,128)
#67596C
(103,89,108)
#534958
(83,73,88)
#3F3944
(63,57,68)
#2B2930
(43,41,48)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #DFB9E4

#DFB9E4
(223,185,228)
#E1BFE6
(225,191,230)
#E3C5E8
(227,197,232)
#E5CBEA
(229,203,234)
#E7D1EC
(231,209,236)
#E9D7EE
(233,215,238)
#EBDDF0
(235,221,240)
#EDE3F2
(237,227,242)
#EFE9F4
(239,233,244)
#F1EFF6
(241,239,246)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB9E4 color. Also use rgb(223,185,228) instead hex code.

Text Font Color

.myTextColor { color: #DFB9E4; }

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

This text font color is #DFB9E4.


Background Color

.myBgColor { background-color: #DFB9E4; }

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

This div background color is #DFB9E4.


Border color

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

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

This div border color is #DFB9E4.


Opacity

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

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

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

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

This text has shadow with #DFB9E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB9E4 on black background.


Color preview on white background

This text has color #DFB9E4 on white background.



Black color preview on #DFB9E4 background

This text has black color on #DFB9E4 background.


White color preview on #DFB9E4 background

This text has white color on #DFB9E4 background.