COLOR #DFBBE8

HEX: #DFBBE8
RGB: (223,187,232)

Color info

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

RGB color model

#DFBBE8 color RGB value is (223,187,232).

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

RGB channels and saturation

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

223
187
232

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

Portions of RGB colors in percentages

R + G + B =
223 + 187 + 232 = 642 (100%)
R 223 of 642 ~ 34.74%
G 187 of 642 ~ 29.13%
B 232 of 642 ~ 36.14%

%34.74
%29.13
%36.14

CMYK color model

#DFBBE8 color CMYK value is (4,19,0,9).

  • cyan value is 3.88%
  • magenta value is 19.40%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(4,19,0,9)
C4M19Y0K9 
(4%,19%,0%,9%)
(0.04/0.19/0.00/0.09)	

CMYK percentages

%3.88
%19.4
%0
%9.02

Codes

Color #DFBBE8 in popluar color models

DFBBE8
RGB223187232
HSL288°49.45%82.16%
HSB/HSV288°19.40%90.98%
CMYK3.88%19.40%0.00%
9.02%

Color #DFBBE8 in popluar number systems.

HEXDFBBE8
Decimal223187232
Binary110111111011101111101000
Octal337273350

Shades and tints

Shades of #DFBBE8

#DFBBE8
(223,187,232)
#CBAAD3
(203,170,211)
#B799BE
(183,153,190)
#A388A9
(163,136,169)
#8F7794
(143,119,148)
#7B667F
(123,102,127)
#67556A
(103,85,106)
#534455
(83,68,85)
#3F3340
(63,51,64)
#2B222B
(43,34,43)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #DFBBE8

#DFBBE8
(223,187,232)
#E1C1EA
(225,193,234)
#E3C7EC
(227,199,236)
#E5CDEE
(229,205,238)
#E7D3F0
(231,211,240)
#E9D9F2
(233,217,242)
#EBDFF4
(235,223,244)
#EDE5F6
(237,229,246)
#EFEBF8
(239,235,248)
#F1F1FA
(241,241,250)
#F3F7FC
(243,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBBE8; }

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

This text font color is #DFBBE8.


Background Color

.myBgColor { background-color: #DFBBE8; }

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

This div background color is #DFBBE8.


Border color

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

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

This div border color is #DFBBE8.


Opacity

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

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

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

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

This text has shadow with #DFBBE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFBBE8 on black background.


Color preview on white background

This text has color #DFBBE8 on white background.



Black color preview on #DFBBE8 background

This text has black color on #DFBBE8 background.


White color preview on #DFBBE8 background

This text has white color on #DFBBE8 background.