COLOR #DFB0E5

HEX: #DFB0E5
RGB: (223,176,229)

Color info

#DFB0E5 contains red, green and blue colors in about the same proportion. Web safe color of #DFB0E5 is #CC99CC (or #C9C).

RGB color model

#DFB0E5 color RGB value is (223,176,229).

  • red value is 223;
  • green value is 176;
  • blue value is 229.
RGB:
(223,176,229)
(87%,69%,90%)

RGB channels and saturation

R 223 of 255 = 87%
G 176 of 255 = 69%
B 229 of 255 = 90%

223
176
229

R + G + B ~ 82%. #DFB0E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 176 + 229 = 628 (100%)
R 223 of 628 ~ 35.51%
G 176 of 628 ~ 28.03%
B 229 of 628 ~ 36.46%

%35.51
%28.03
%36.46

CMYK color model

#DFB0E5 color CMYK value is (3,23,0,10).

  • cyan value is 2.62%
  • magenta value is 23.14%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(3,23,0,10)
C3M23Y0K10 
(3%,23%,0%,10%)
(0.03/0.23/0.00/0.10)	

CMYK percentages

%2.62
%23.14
%0
%10.2

Codes

Color #DFB0E5 in popluar color models

DFB0E5
RGB223176229
HSL293°50.48%79.41%
HSB/HSV293°23.14%89.80%
CMYK2.62%23.14%0.00%
10.20%

Color #DFB0E5 in popluar number systems.

HEXDFB0E5
Decimal223176229
Binary110111111011000011100101
Octal337260345

Shades and tints

Shades of #DFB0E5

#DFB0E5
(223,176,229)
#CBA0D1
(203,160,209)
#B790BD
(183,144,189)
#A380A9
(163,128,169)
#8F7095
(143,112,149)
#7B6081
(123,96,129)
#67506D
(103,80,109)
#534059
(83,64,89)
#3F3045
(63,48,69)
#2B2031
(43,32,49)
#17101D
(23,16,29)
#000000
(0,0,0)

Tints of #DFB0E5

#DFB0E5
(223,176,229)
#E1B7E7
(225,183,231)
#E3BEE9
(227,190,233)
#E5C5EB
(229,197,235)
#E7CCED
(231,204,237)
#E9D3EF
(233,211,239)
#EBDAF1
(235,218,241)
#EDE1F3
(237,225,243)
#EFE8F5
(239,232,245)
#F1EFF7
(241,239,247)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB0E5 color. Also use rgb(223,176,229) instead hex code.

Text Font Color

.myTextColor { color: #DFB0E5; }

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

This text font color is #DFB0E5.


Background Color

.myBgColor { background-color: #DFB0E5; }

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

This div background color is #DFB0E5.


Border color

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

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

This div border color is #DFB0E5.


Opacity

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

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

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

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

This text has shadow with #DFB0E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB0E5 on black background.


Color preview on white background

This text has color #DFB0E5 on white background.



Black color preview on #DFB0E5 background

This text has black color on #DFB0E5 background.


White color preview on #DFB0E5 background

This text has white color on #DFB0E5 background.