COLOR #DFBEF7

HEX: #DFBEF7 RGB: (223,190,247)

Color info

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

RGB color model

#DFBEF7 color RGB value is (223,190,247).

RGB: (223,190,247) (87%, 75%, 97%)

RGB channels and saturation

R 223 of 255 = 87%
G 190 of 255 = 75%
B 247 of 255 = 97%

223
190
247

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

Portions of RGB colors in percentages

R + G + B = 223 + 190 + 247 = 660 (100%)
R 223 of 660 ~ 33.79%
G 190 of 660 ~ 28.79%
B 247 of 660 ~ 37.42'%

%33.79
%28.79
%37.42

CMYK color model

#DFBEF7 color CMYK value is (10,23,0,3).

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

CMYK: (10,23,0,3)
C10M23Y0K3 (10%, 23%, 0%, 3%)
(0.10 / 0.23 / 0.00 / 0.03)

CMYK percentages

%9.72
%23.08
%0
%3.14

Codes

Color #DFBEF7 in popluar color models

DF BE F7
RGB 223 190 247
HSL 275° 78.08% 85.69%
HSB/HSV 275° 23.08% 96.86%
CMYK 9.72% 23.08% 0.00%
3.14%

Color #DFBEF7 in popluar number systems.

HEX DF BE F7
Decimal 223 190 247
Binary 11011111 10111110 11110111
Octal 337 276 367

Shades and tints

Shades of #DFBEF7

#DFBEF7
(223,190,247)
#CBADE1
(203,173,225)
#B79CCB
(183,156,203)
#A38BB5
(163,139,181)
#8F7A9F
(143,122,159)
#7B6989
(123,105,137)
#675873
(103,88,115)
#53475D
(83,71,93)
#3F3647
(63,54,71)
#2B2531
(43,37,49)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #DFBEF7

#DFBEF7
(223,190,247)
#E1C3F7
(225,195,247)
#E3C8F7
(227,200,247)
#E5CDF7
(229,205,247)
#E7D2F7
(231,210,247)
#E9D7F7
(233,215,247)
#EBDCF7
(235,220,247)
#EDE1F7
(237,225,247)
#EFE6F7
(239,230,247)
#F1EBF7
(241,235,247)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBEF7; }

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

This text font color is #DFBEF7.

Background Color

.myBgColor { background-color: #DFBEF7; }

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

This div background color is #DFBEF7.

Border color

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

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

This div border color is #DFBEF7.

Opacity

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

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

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

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

This text has shadow with #DFBEF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFBEF7.

Preview

Color preview on black background

This text has color #DFBEF7 on black background.


Color preview on white background

This text has color #DFBEF7 on white background.


Black color preview on #DFBEF7 background

This text has black color on #DFBEF7 background.


White color preview on #DFBEF7 background

This text has white color on #DFBEF7 background.


Related colors

Complementary color

Complementary color for #hex is #204108.


I love getcolorcode.com

Triadic colors

1 #F7DFBE and #BEF7DF with #DFBEF7 are triadic colors.

2 #F7BEDF and #BEDFF7 with #DFBEF7 are triadic colors.