COLOR #DFBBFF

HEX: #DFBBFF
RGB: (223,187,255)

Color info

#DFBBFF contains mainly red and blue colors. Web safe color of #DFBBFF is #CCCCFF (or #CCF).

RGB color model

#DFBBFF color RGB value is (223,187,255).

  • red value is 223;
  • green value is 187;
  • blue value is 255.
RGB:
(223,187,255)
(87%,73%,100%)

RGB channels and saturation

R 223 of 255 = 87%
G 187 of 255 = 73%
B 255 of 255 = 100%

223
187
255

R + G + B ~ 87%. #DFBBFF is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 187 + 255 = 665 (100%)
R 223 of 665 ~ 33.53%
G 187 of 665 ~ 28.12%
B 255 of 665 ~ 38.35%

%33.53
%28.12
%38.35

CMYK color model

#DFBBFF color CMYK value is (13,27,0,0).

  • cyan value is 12.55%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(13,27,0,0)
C13M27Y0K0 
(13%,27%,0%,0%)
(0.13/0.27/0.00/0.00)	

CMYK percentages

%12.55
%26.67
%0
%0

Codes

Color #DFBBFF in popluar color models

DFBBFF
RGB223187255
HSL272°100.00%86.67%
HSB/HSV272°26.67%100.00%
CMYK12.55%26.67%0.00%
0.00%

Color #DFBBFF in popluar number systems.

HEXDFBBFF
Decimal223187255
Binary110111111011101111111111
Octal337273377

Shades and tints

Shades of #DFBBFF

#DFBBFF
(223,187,255)
#CBAAE8
(203,170,232)
#B799D1
(183,153,209)
#A388BA
(163,136,186)
#8F77A3
(143,119,163)
#7B668C
(123,102,140)
#675575
(103,85,117)
#53445E
(83,68,94)
#3F3347
(63,51,71)
#2B2230
(43,34,48)
#171119
(23,17,25)
#000000
(0,0,0)

Tints of #DFBBFF

#DFBBFF
(223,187,255)
#E1C1FF
(225,193,255)
#E3C7FF
(227,199,255)
#E5CDFF
(229,205,255)
#E7D3FF
(231,211,255)
#E9D9FF
(233,217,255)
#EBDFFF
(235,223,255)
#EDE5FF
(237,229,255)
#EFEBFF
(239,235,255)
#F1F1FF
(241,241,255)
#F3F7FF
(243,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFBBFF color. Also use rgb(223,187,255) instead hex code.

Text Font Color

.myTextColor { color: #DFBBFF; }

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

This text font color is #DFBBFF.


Background Color

.myBgColor { background-color: #DFBBFF; }

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

This div background color is #DFBBFF.


Border color

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

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

This div border color is #DFBBFF.


Opacity

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

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

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

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

This text has shadow with #DFBBFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFBBFF on black background.


Color preview on white background

This text has color #DFBBFF on white background.



Black color preview on #DFBBFF background

This text has black color on #DFBBFF background.


White color preview on #DFBBFF background

This text has white color on #DFBBFF background.