COLOR #DFB1F9

HEX: #DFB1F9
RGB: (223,177,249)

Color info

#DFB1F9 contains mainly red and blue colors. Web safe color of #DFB1F9 is #CC99FF (or #C9F).

RGB color model

#DFB1F9 color RGB value is (223,177,249).

  • red value is 223;
  • green value is 177;
  • blue value is 249.
RGB:
(223,177,249)
(87%,69%,98%)

RGB channels and saturation

R 223 of 255 = 87%
G 177 of 255 = 69%
B 249 of 255 = 98%

223
177
249

R + G + B ~ 85%. #DFB1F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 177 + 249 = 649 (100%)
R 223 of 649 ~ 34.36%
G 177 of 649 ~ 27.27%
B 249 of 649 ~ 38.37%

%34.36
%27.27
%38.37

CMYK color model

#DFB1F9 color CMYK value is (10,29,0,2).

  • cyan value is 10.44%
  • magenta value is 28.92%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(10,29,0,2)
C10M29Y0K2 
(10%,29%,0%,2%)
(0.10/0.29/0.00/0.02)	

CMYK percentages

%10.44
%28.92
%0
%2.35

Codes

Color #DFB1F9 in popluar color models

DFB1F9
RGB223177249
HSL278°85.71%83.53%
HSB/HSV278°28.92%97.65%
CMYK10.44%28.92%0.00%
2.35%

Color #DFB1F9 in popluar number systems.

HEXDFB1F9
Decimal223177249
Binary110111111011000111111001
Octal337261371

Shades and tints

Shades of #DFB1F9

#DFB1F9
(223,177,249)
#CBA1E3
(203,161,227)
#B791CD
(183,145,205)
#A381B7
(163,129,183)
#8F71A1
(143,113,161)
#7B618B
(123,97,139)
#675175
(103,81,117)
#53415F
(83,65,95)
#3F3149
(63,49,73)
#2B2133
(43,33,51)
#17111D
(23,17,29)
#000000
(0,0,0)

Tints of #DFB1F9

#DFB1F9
(223,177,249)
#E1B8F9
(225,184,249)
#E3BFF9
(227,191,249)
#E5C6F9
(229,198,249)
#E7CDF9
(231,205,249)
#E9D4F9
(233,212,249)
#EBDBF9
(235,219,249)
#EDE2F9
(237,226,249)
#EFE9F9
(239,233,249)
#F1F0F9
(241,240,249)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB1F9 color. Also use rgb(223,177,249) instead hex code.

Text Font Color

.myTextColor { color: #DFB1F9; }

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

This text font color is #DFB1F9.


Background Color

.myBgColor { background-color: #DFB1F9; }

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

This div background color is #DFB1F9.


Border color

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

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

This div border color is #DFB1F9.


Opacity

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

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

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

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

This text has shadow with #DFB1F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB1F9 on black background.


Color preview on white background

This text has color #DFB1F9 on white background.



Black color preview on #DFB1F9 background

This text has black color on #DFB1F9 background.


White color preview on #DFB1F9 background

This text has white color on #DFB1F9 background.