COLOR #DFBAE3

HEX: #DFBAE3 RGB: (223,186,227)

Color info

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

RGB color model

#DFBAE3 color RGB value is (223,186,227).

RGB: (223,186,227) (87%, 73%, 89%)

RGB channels and saturation

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

223
186
227

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

Portions of RGB colors in percentages

R + G + B = 223 + 186 + 227 = 636 (100%)
R 223 of 636 ~ 35.06%
G 186 of 636 ~ 29.25%
B 227 of 636 ~ 35.69'%

%35.06
%29.25
%35.69

CMYK color model

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

  • cyan value is 1.76%
  • magenta value is 18.06%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (2,18,0,11)
C2M18Y0K11 (2%, 18%, 0%, 11%)
(0.02 / 0.18 / 0.00 / 0.11)

CMYK percentages

%1.76
%18.06
%0
%10.98

Codes

Color #DFBAE3 in popluar color models

DF BA E3
RGB 223 186 227
HSL 294° 42.27% 80.98%
HSB/HSV 294° 18.06% 89.02%
CMYK 1.76% 18.06% 0.00%
10.98%

Color #DFBAE3 in popluar number systems.

HEX DF BA E3
Decimal 223 186 227
Binary 11011111 10111010 11100011
Octal 337 272 343

Shades and tints

Shades of #DFBAE3

#DFBAE3
(223,186,227)
#CBAACF
(203,170,207)
#B79ABB
(183,154,187)
#A38AA7
(163,138,167)
#8F7A93
(143,122,147)
#7B6A7F
(123,106,127)
#675A6B
(103,90,107)
#534A57
(83,74,87)
#3F3A43
(63,58,67)
#2B2A2F
(43,42,47)
#171A1B
(23,26,27)
#000000
(0,0,0)

Tints of #DFBAE3

#DFBAE3
(223,186,227)
#E1C0E5
(225,192,229)
#E3C6E7
(227,198,231)
#E5CCE9
(229,204,233)
#E7D2EB
(231,210,235)
#E9D8ED
(233,216,237)
#EBDEEF
(235,222,239)
#EDE4F1
(237,228,241)
#EFEAF3
(239,234,243)
#F1F0F5
(241,240,245)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBAE3; }

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

This text font color is #DFBAE3.

Background Color

.myBgColor { background-color: #DFBAE3; }

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

This div background color is #DFBAE3.

Border color

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

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

This div border color is #DFBAE3.

Opacity

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

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

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

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

This text has shadow with #DFBAE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFBAE3.

Preview

Color preview on black background

This text has color #DFBAE3 on black background.


Color preview on white background

This text has color #DFBAE3 on white background.


Black color preview on #DFBAE3 background

This text has black color on #DFBAE3 background.


White color preview on #DFBAE3 background

This text has white color on #DFBAE3 background.


Related colors

Complementary color

Complementary color for #hex is #20451C.


I love getcolorcode.com

Triadic colors

1 #E3DFBA and #BAE3DF with #DFBAE3 are triadic colors.

2 #E3BADF and #BADFE3 with #DFBAE3 are triadic colors.