COLOR #DFBCE2

HEX: #DFBCE2
RGB: (223,188,226)

Color info

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

RGB color model

#DFBCE2 color RGB value is (223,188,226).

  • red value is 223;
  • green value is 188;
  • blue value is 226.
RGB:
(223,188,226)
(87%,74%,89%)

RGB channels and saturation

R 223 of 255 = 87%
G 188 of 255 = 74%
B 226 of 255 = 89%

223
188
226

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

Portions of RGB colors in percentages

R + G + B =
223 + 188 + 226 = 637 (100%)
R 223 of 637 ~ 35.01%
G 188 of 637 ~ 29.51%
B 226 of 637 ~ 35.48%

%35.01
%29.51
%35.48

CMYK color model

#DFBCE2 color CMYK value is (1,17,0,11).

  • cyan value is 1.33%
  • magenta value is 16.81%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(1,17,0,11)
C1M17Y0K11 
(1%,17%,0%,11%)
(0.01/0.17/0.00/0.11)	

CMYK percentages

%1.33
%16.81
%0
%11.37

Codes

Color #DFBCE2 in popluar color models

DFBCE2
RGB223188226
HSL295°39.58%81.18%
HSB/HSV295°16.81%88.63%
CMYK1.33%16.81%0.00%
11.37%

Color #DFBCE2 in popluar number systems.

HEXDFBCE2
Decimal223188226
Binary110111111011110011100010
Octal337274342

Shades and tints

Shades of #DFBCE2

#DFBCE2
(223,188,226)
#CBABCE
(203,171,206)
#B79ABA
(183,154,186)
#A389A6
(163,137,166)
#8F7892
(143,120,146)
#7B677E
(123,103,126)
#67566A
(103,86,106)
#534556
(83,69,86)
#3F3442
(63,52,66)
#2B232E
(43,35,46)
#17121A
(23,18,26)
#000000
(0,0,0)

Tints of #DFBCE2

#DFBCE2
(223,188,226)
#E1C2E4
(225,194,228)
#E3C8E6
(227,200,230)
#E5CEE8
(229,206,232)
#E7D4EA
(231,212,234)
#E9DAEC
(233,218,236)
#EBE0EE
(235,224,238)
#EDE6F0
(237,230,240)
#EFECF2
(239,236,242)
#F1F2F4
(241,242,244)
#F3F8F6
(243,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFBCE2 color. Also use rgb(223,188,226) instead hex code.

Text Font Color

.myTextColor { color: #DFBCE2; }

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

This text font color is #DFBCE2.


Background Color

.myBgColor { background-color: #DFBCE2; }

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

This div background color is #DFBCE2.


Border color

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

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

This div border color is #DFBCE2.


Opacity

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

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

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

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

This text has shadow with #DFBCE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFBCE2 on black background.


Color preview on white background

This text has color #DFBCE2 on white background.



Black color preview on #DFBCE2 background

This text has black color on #DFBCE2 background.


White color preview on #DFBCE2 background

This text has white color on #DFBCE2 background.