COLOR #D6BEF8

HEX: #D6BEF8 RGB: (214,190,248)

Color info

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

RGB color model

#D6BEF8 color RGB value is (214,190,248).

RGB: (214,190,248) (84%, 75%, 97%)

RGB channels and saturation

R 214 of 255 = 84%
G 190 of 255 = 75%
B 248 of 255 = 97%

214
190
248

R + G + B ~ 85%. #D6BEF8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 190 + 248 = 652 (100%)
R 214 of 652 ~ 32.82%
G 190 of 652 ~ 29.14%
B 248 of 652 ~ 38.04'%

%32.82
%29.14
%38.04

CMYK color model

#D6BEF8 color CMYK value is (14,23,0,3).

  • cyan value is 13.71%
  • magenta value is 23.39%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (14,23,0,3)
C14M23Y0K3 (14%, 23%, 0%, 3%)
(0.14 / 0.23 / 0.00 / 0.03)

CMYK percentages

%13.71
%23.39
%0
%2.75

Codes

Color #D6BEF8 in popluar color models

D6 BE F8
RGB 214 190 248
HSL 265° 80.56% 85.88%
HSB/HSV 265° 23.39% 97.25%
CMYK 13.71% 23.39% 0.00%
2.75%

Color #D6BEF8 in popluar number systems.

HEX D6 BE F8
Decimal 214 190 248
Binary 11010110 10111110 11111000
Octal 326 276 370

Shades and tints

Shades of #D6BEF8

#D6BEF8
(214,190,248)
#C3ADE2
(195,173,226)
#B09CCC
(176,156,204)
#9D8BB6
(157,139,182)
#8A7AA0
(138,122,160)
#77698A
(119,105,138)
#645874
(100,88,116)
#51475E
(81,71,94)
#3E3648
(62,54,72)
#2B2532
(43,37,50)
#18141C
(24,20,28)
#000000
(0,0,0)

Tints of #D6BEF8

#D6BEF8
(214,190,248)
#D9C3F8
(217,195,248)
#DCC8F8
(220,200,248)
#DFCDF8
(223,205,248)
#E2D2F8
(226,210,248)
#E5D7F8
(229,215,248)
#E8DCF8
(232,220,248)
#EBE1F8
(235,225,248)
#EEE6F8
(238,230,248)
#F1EBF8
(241,235,248)
#F4F0F8
(244,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6BEF8 color. Also use rgb(214,190,248) instead hex code.

Text Font Color

.myTextColor { color: #D6BEF8; }

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

This text font color is #D6BEF8.

Background Color

.myBgColor { background-color: #D6BEF8; }

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

This div background color is #D6BEF8.

Border color

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

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

This div border color is #D6BEF8.

Opacity

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

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

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

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

This text has shadow with #D6BEF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6BEF8.

Preview

Color preview on black background

This text has color #D6BEF8 on black background.


Color preview on white background

This text has color #D6BEF8 on white background.


Black color preview on #D6BEF8 background

This text has black color on #D6BEF8 background.


White color preview on #D6BEF8 background

This text has white color on #D6BEF8 background.


Related colors

Complementary color

Complementary color for #hex is #294107.


I love getcolorcode.com

Triadic colors

1 #F8D6BE and #BEF8D6 with #D6BEF8 are triadic colors.

2 #F8BED6 and #BED6F8 with #D6BEF8 are triadic colors.