COLOR #DFBBE7

HEX: #DFBBE7
RGB: (223,187,231)

Color info

#DFBBE7 contains red, green and blue colors in about the same proportion. Web safe color of #DFBBE7 is #CCCCFF (or #CCF).

RGB color model

#DFBBE7 color RGB value is (223,187,231).

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

RGB channels and saturation

R 223 of 255 = 87%
G 187 of 255 = 73%
B 231 of 255 = 91%

223
187
231

R + G + B ~ 84%. #DFBBE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 187 + 231 = 641 (100%)
R 223 of 641 ~ 34.79%
G 187 of 641 ~ 29.17%
B 231 of 641 ~ 36.04%

%34.79
%29.17
%36.04

CMYK color model

#DFBBE7 color CMYK value is (3,19,0,9).

  • cyan value is 3.46%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(3,19,0,9)
C3M19Y0K9 
(3%,19%,0%,9%)
(0.03/0.19/0.00/0.09)	

CMYK percentages

%3.46
%19.05
%0
%9.41

Codes

Color #DFBBE7 in popluar color models

DFBBE7
RGB223187231
HSL289°47.83%81.96%
HSB/HSV289°19.05%90.59%
CMYK3.46%19.05%0.00%
9.41%

Color #DFBBE7 in popluar number systems.

HEXDFBBE7
Decimal223187231
Binary110111111011101111100111
Octal337273347

Shades and tints

Shades of #DFBBE7

#DFBBE7
(223,187,231)
#CBAAD2
(203,170,210)
#B799BD
(183,153,189)
#A388A8
(163,136,168)
#8F7793
(143,119,147)
#7B667E
(123,102,126)
#675569
(103,85,105)
#534454
(83,68,84)
#3F333F
(63,51,63)
#2B222A
(43,34,42)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #DFBBE7

#DFBBE7
(223,187,231)
#E1C1E9
(225,193,233)
#E3C7EB
(227,199,235)
#E5CDED
(229,205,237)
#E7D3EF
(231,211,239)
#E9D9F1
(233,217,241)
#EBDFF3
(235,223,243)
#EDE5F5
(237,229,245)
#EFEBF7
(239,235,247)
#F1F1F9
(241,241,249)
#F3F7FB
(243,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBBE7; }

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

This text font color is #DFBBE7.


Background Color

.myBgColor { background-color: #DFBBE7; }

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

This div background color is #DFBBE7.


Border color

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

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

This div border color is #DFBBE7.


Opacity

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

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

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

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

This text has shadow with #DFBBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFBBE7 on black background.


Color preview on white background

This text has color #DFBBE7 on white background.



Black color preview on #DFBBE7 background

This text has black color on #DFBBE7 background.


White color preview on #DFBBE7 background

This text has white color on #DFBBE7 background.