COLOR #DFB7E3

HEX: #DFB7E3
RGB: (223,183,227)

Color info

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

RGB color model

#DFB7E3 color RGB value is (223,183,227).

  • red value is 223;
  • green value is 183;
  • blue value is 227.
RGB:
(223,183,227)
(87%,72%,89%)

RGB channels and saturation

R 223 of 255 = 87%
G 183 of 255 = 72%
B 227 of 255 = 89%

223
183
227

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

Portions of RGB colors in percentages

R + G + B =
223 + 183 + 227 = 633 (100%)
R 223 of 633 ~ 35.23%
G 183 of 633 ~ 28.91%
B 227 of 633 ~ 35.86%

%35.23
%28.91
%35.86

CMYK color model

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

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

CMYK percentages

%1.76
%19.38
%0
%10.98

Codes

Color #DFB7E3 in popluar color models

DFB7E3
RGB223183227
HSL295°44.00%80.39%
HSB/HSV295°19.38%89.02%
CMYK1.76%19.38%0.00%
10.98%

Color #DFB7E3 in popluar number systems.

HEXDFB7E3
Decimal223183227
Binary110111111011011111100011
Octal337267343

Shades and tints

Shades of #DFB7E3

#DFB7E3
(223,183,227)
#CBA7CF
(203,167,207)
#B797BB
(183,151,187)
#A387A7
(163,135,167)
#8F7793
(143,119,147)
#7B677F
(123,103,127)
#67576B
(103,87,107)
#534757
(83,71,87)
#3F3743
(63,55,67)
#2B272F
(43,39,47)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #DFB7E3

#DFB7E3
(223,183,227)
#E1BDE5
(225,189,229)
#E3C3E7
(227,195,231)
#E5C9E9
(229,201,233)
#E7CFEB
(231,207,235)
#E9D5ED
(233,213,237)
#EBDBEF
(235,219,239)
#EDE1F1
(237,225,241)
#EFE7F3
(239,231,243)
#F1EDF5
(241,237,245)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB7E3 color. Also use rgb(223,183,227) instead hex code.

Text Font Color

.myTextColor { color: #DFB7E3; }

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

This text font color is #DFB7E3.


Background Color

.myBgColor { background-color: #DFB7E3; }

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

This div background color is #DFB7E3.


Border color

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

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

This div border color is #DFB7E3.


Opacity

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

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

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

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

This text has shadow with #DFB7E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB7E3 on black background.


Color preview on white background

This text has color #DFB7E3 on white background.



Black color preview on #DFB7E3 background

This text has black color on #DFB7E3 background.


White color preview on #DFB7E3 background

This text has white color on #DFB7E3 background.