COLOR #DFBAE4

HEX: #DFBAE4
RGB: (223,186,228)

Color info

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

RGB color model

#DFBAE4 color RGB value is (223,186,228).

  • red value is 223;
  • green value is 186;
  • blue value is 228.
RGB:
(223,186,228)
(87%,73%,89%)

RGB channels and saturation

R 223 of 255 = 87%
G 186 of 255 = 73%
B 228 of 255 = 89%

223
186
228

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

Portions of RGB colors in percentages

R + G + B =
223 + 186 + 228 = 637 (100%)
R 223 of 637 ~ 35.01%
G 186 of 637 ~ 29.2%
B 228 of 637 ~ 35.79%

%35.01
%29.2
%35.79

CMYK color model

#DFBAE4 color CMYK value is (2,18,0,11).

  • cyan value is 2.19%
  • magenta value is 18.42%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(2,18,0,11)
C2M18Y0K11 
(2%,18%,0%,11%)
(0.02/0.18/0.00/0.11)	

CMYK percentages

%2.19
%18.42
%0
%10.59

Codes

Color #DFBAE4 in popluar color models

DFBAE4
RGB223186228
HSL293°43.75%81.18%
HSB/HSV293°18.42%89.41%
CMYK2.19%18.42%0.00%
10.59%

Color #DFBAE4 in popluar number systems.

HEXDFBAE4
Decimal223186228
Binary110111111011101011100100
Octal337272344

Shades and tints

Shades of #DFBAE4

#DFBAE4
(223,186,228)
#CBAAD0
(203,170,208)
#B79ABC
(183,154,188)
#A38AA8
(163,138,168)
#8F7A94
(143,122,148)
#7B6A80
(123,106,128)
#675A6C
(103,90,108)
#534A58
(83,74,88)
#3F3A44
(63,58,68)
#2B2A30
(43,42,48)
#171A1C
(23,26,28)
#000000
(0,0,0)

Tints of #DFBAE4

#DFBAE4
(223,186,228)
#E1C0E6
(225,192,230)
#E3C6E8
(227,198,232)
#E5CCEA
(229,204,234)
#E7D2EC
(231,210,236)
#E9D8EE
(233,216,238)
#EBDEF0
(235,222,240)
#EDE4F2
(237,228,242)
#EFEAF4
(239,234,244)
#F1F0F6
(241,240,246)
#F3F6F8
(243,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFBAE4 color. Also use rgb(223,186,228) instead hex code.

Text Font Color

.myTextColor { color: #DFBAE4; }

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

This text font color is #DFBAE4.


Background Color

.myBgColor { background-color: #DFBAE4; }

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

This div background color is #DFBAE4.


Border color

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

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

This div border color is #DFBAE4.


Opacity

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

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

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

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

This text has shadow with #DFBAE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFBAE4 on black background.


Color preview on white background

This text has color #DFBAE4 on white background.



Black color preview on #DFBAE4 background

This text has black color on #DFBAE4 background.


White color preview on #DFBAE4 background

This text has white color on #DFBAE4 background.