COLOR #DFBFE4

HEX: #DFBFE4
RGB: (223,191,228)

Color info

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

RGB color model

#DFBFE4 color RGB value is (223,191,228).

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

RGB channels and saturation

R 223 of 255 = 87%
G 191 of 255 = 75%
B 228 of 255 = 89%

223
191
228

R + G + B ~ 84%. #DFBFE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 191 + 228 = 642 (100%)
R 223 of 642 ~ 34.74%
G 191 of 642 ~ 29.75%
B 228 of 642 ~ 35.51%

%34.74
%29.75
%35.51

CMYK color model

#DFBFE4 color CMYK value is (2,16,0,11).

  • cyan value is 2.19%
  • magenta value is 16.23%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(2,16,0,11)
C2M16Y0K11 
(2%,16%,0%,11%)
(0.02/0.16/0.00/0.11)	

CMYK percentages

%2.19
%16.23
%0
%10.59

Codes

Color #DFBFE4 in popluar color models

DFBFE4
RGB223191228
HSL292°40.66%82.16%
HSB/HSV292°16.23%89.41%
CMYK2.19%16.23%0.00%
10.59%

Color #DFBFE4 in popluar number systems.

HEXDFBFE4
Decimal223191228
Binary110111111011111111100100
Octal337277344

Shades and tints

Shades of #DFBFE4

#DFBFE4
(223,191,228)
#CBAED0
(203,174,208)
#B79DBC
(183,157,188)
#A38CA8
(163,140,168)
#8F7B94
(143,123,148)
#7B6A80
(123,106,128)
#67596C
(103,89,108)
#534858
(83,72,88)
#3F3744
(63,55,68)
#2B2630
(43,38,48)
#17151C
(23,21,28)
#000000
(0,0,0)

Tints of #DFBFE4

#DFBFE4
(223,191,228)
#E1C4E6
(225,196,230)
#E3C9E8
(227,201,232)
#E5CEEA
(229,206,234)
#E7D3EC
(231,211,236)
#E9D8EE
(233,216,238)
#EBDDF0
(235,221,240)
#EDE2F2
(237,226,242)
#EFE7F4
(239,231,244)
#F1ECF6
(241,236,246)
#F3F1F8
(243,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBFE4; }

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

This text font color is #DFBFE4.


Background Color

.myBgColor { background-color: #DFBFE4; }

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

This div background color is #DFBFE4.


Border color

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

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

This div border color is #DFBFE4.


Opacity

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

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

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

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

This text has shadow with #DFBFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFBFE4 on black background.


Color preview on white background

This text has color #DFBFE4 on white background.



Black color preview on #DFBFE4 background

This text has black color on #DFBFE4 background.


White color preview on #DFBFE4 background

This text has white color on #DFBFE4 background.