COLOR #D3BEF1

HEX: #D3BEF1 RGB: (211,190,241)

Color info

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

RGB color model

#D3BEF1 color RGB value is (211,190,241).

RGB: (211,190,241) (83%, 75%, 95%)

RGB channels and saturation

R 211 of 255 = 83%
G 190 of 255 = 75%
B 241 of 255 = 95%

211
190
241

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

Portions of RGB colors in percentages

R + G + B = 211 + 190 + 241 = 642 (100%)
R 211 of 642 ~ 32.87%
G 190 of 642 ~ 29.6%
B 241 of 642 ~ 37.54'%

%32.87
%29.6
%37.54

CMYK color model

#D3BEF1 color CMYK value is (12,21,0,5).

  • cyan value is 12.45%
  • magenta value is 21.16%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (12,21,0,5)
C12M21Y0K5 (12%, 21%, 0%, 5%)
(0.12 / 0.21 / 0.00 / 0.05)

CMYK percentages

%12.45
%21.16
%0
%5.49

Codes

Color #D3BEF1 in popluar color models

D3 BE F1
RGB 211 190 241
HSL 265° 64.56% 84.51%
HSB/HSV 265° 21.16% 94.51%
CMYK 12.45% 21.16% 0.00%
5.49%

Color #D3BEF1 in popluar number systems.

HEX D3 BE F1
Decimal 211 190 241
Binary 11010011 10111110 11110001
Octal 323 276 361

Shades and tints

Shades of #D3BEF1

#D3BEF1
(211,190,241)
#C0ADDC
(192,173,220)
#AD9CC7
(173,156,199)
#9A8BB2
(154,139,178)
#877A9D
(135,122,157)
#746988
(116,105,136)
#615873
(97,88,115)
#4E475E
(78,71,94)
#3B3649
(59,54,73)
#282534
(40,37,52)
#15141F
(21,20,31)
#000000
(0,0,0)

Tints of #D3BEF1

#D3BEF1
(211,190,241)
#D7C3F2
(215,195,242)
#DBC8F3
(219,200,243)
#DFCDF4
(223,205,244)
#E3D2F5
(227,210,245)
#E7D7F6
(231,215,246)
#EBDCF7
(235,220,247)
#EFE1F8
(239,225,248)
#F3E6F9
(243,230,249)
#F7EBFA
(247,235,250)
#FBF0FB
(251,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3BEF1 color. Also use rgb(211,190,241) instead hex code.

Text Font Color

.myTextColor { color: #D3BEF1; }

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

This text font color is #D3BEF1.

Background Color

.myBgColor { background-color: #D3BEF1; }

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

This div background color is #D3BEF1.

Border color

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

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

This div border color is #D3BEF1.

Opacity

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

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

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

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

This text has shadow with #D3BEF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3BEF1.

Preview

Color preview on black background

This text has color #D3BEF1 on black background.


Color preview on white background

This text has color #D3BEF1 on white background.


Black color preview on #D3BEF1 background

This text has black color on #D3BEF1 background.


White color preview on #D3BEF1 background

This text has white color on #D3BEF1 background.


Related colors

Complementary color

Complementary color for #hex is #2C410E.


I love getcolorcode.com

Triadic colors

1 #F1D3BE and #BEF1D3 with #D3BEF1 are triadic colors.

2 #F1BED3 and #BED3F1 with #D3BEF1 are triadic colors.