COLOR #DFBAF7

HEX: #DFBAF7 RGB: (223,186,247)

Color info

#DFBAF7 contains mainly red and blue colors. Web safe color of #DFBAF7 is #CCCCFF (or #CCF).

RGB color model

#DFBAF7 color RGB value is (223,186,247).

RGB: (223,186,247) (87%, 73%, 97%)

RGB channels and saturation

R 223 of 255 = 87%
G 186 of 255 = 73%
B 247 of 255 = 97%

223
186
247

R + G + B ~ 86%. #DFBAF7 is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 186 + 247 = 656 (100%)
R 223 of 656 ~ 33.99%
G 186 of 656 ~ 28.35%
B 247 of 656 ~ 37.65'%

%33.99
%28.35
%37.65

CMYK color model

#DFBAF7 color CMYK value is (10,25,0,3).

  • cyan value is 9.72%
  • magenta value is 24.70%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (10,25,0,3)
C10M25Y0K3 (10%, 25%, 0%, 3%)
(0.10 / 0.25 / 0.00 / 0.03)

CMYK percentages

%9.72
%24.7
%0
%3.14

Codes

Color #DFBAF7 in popluar color models

DF BA F7
RGB 223 186 247
HSL 276° 79.22% 84.90%
HSB/HSV 276° 24.70% 96.86%
CMYK 9.72% 24.70% 0.00%
3.14%

Color #DFBAF7 in popluar number systems.

HEX DF BA F7
Decimal 223 186 247
Binary 11011111 10111010 11110111
Octal 337 272 367

Shades and tints

Shades of #DFBAF7

#DFBAF7
(223,186,247)
#CBAAE1
(203,170,225)
#B79ACB
(183,154,203)
#A38AB5
(163,138,181)
#8F7A9F
(143,122,159)
#7B6A89
(123,106,137)
#675A73
(103,90,115)
#534A5D
(83,74,93)
#3F3A47
(63,58,71)
#2B2A31
(43,42,49)
#171A1B
(23,26,27)
#000000
(0,0,0)

Tints of #DFBAF7

#DFBAF7
(223,186,247)
#E1C0F7
(225,192,247)
#E3C6F7
(227,198,247)
#E5CCF7
(229,204,247)
#E7D2F7
(231,210,247)
#E9D8F7
(233,216,247)
#EBDEF7
(235,222,247)
#EDE4F7
(237,228,247)
#EFEAF7
(239,234,247)
#F1F0F7
(241,240,247)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBAF7; }

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

This text font color is #DFBAF7.

Background Color

.myBgColor { background-color: #DFBAF7; }

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

This div background color is #DFBAF7.

Border color

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

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

This div border color is #DFBAF7.

Opacity

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

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

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

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

This text has shadow with #DFBAF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFBAF7.

Preview

Color preview on black background

This text has color #DFBAF7 on black background.


Color preview on white background

This text has color #DFBAF7 on white background.


Black color preview on #DFBAF7 background

This text has black color on #DFBAF7 background.


White color preview on #DFBAF7 background

This text has white color on #DFBAF7 background.


Related colors

Complementary color

Complementary color for #hex is #204508.


I love getcolorcode.com

Triadic colors

1 #F7DFBA and #BAF7DF with #DFBAF7 are triadic colors.

2 #F7BADF and #BADFF7 with #DFBAF7 are triadic colors.