COLOR #D6BEE1

HEX: #D6BEE1 RGB: (214,190,225)

Color info

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

RGB color model

#D6BEE1 color RGB value is (214,190,225).

RGB: (214,190,225) (84%, 75%, 88%)

RGB channels and saturation

R 214 of 255 = 84%
G 190 of 255 = 75%
B 225 of 255 = 88%

214
190
225

R + G + B ~ 82%. #D6BEE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 190 + 225 = 629 (100%)
R 214 of 629 ~ 34.02%
G 190 of 629 ~ 30.21%
B 225 of 629 ~ 35.77'%

%34.02
%30.21
%35.77

CMYK color model

#D6BEE1 color CMYK value is (5,16,0,12).

  • cyan value is 4.89%
  • magenta value is 15.56%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (5,16,0,12)
C5M16Y0K12 (5%, 16%, 0%, 12%)
(0.05 / 0.16 / 0.00 / 0.12)

CMYK percentages

%4.89
%15.56
%0
%11.76

Codes

Color #D6BEE1 in popluar color models

D6 BE E1
RGB 214 190 225
HSL 281° 36.84% 81.37%
HSB/HSV 281° 15.56% 88.24%
CMYK 4.89% 15.56% 0.00%
11.76%

Color #D6BEE1 in popluar number systems.

HEX D6 BE E1
Decimal 214 190 225
Binary 11010110 10111110 11100001
Octal 326 276 341

Shades and tints

Shades of #D6BEE1

#D6BEE1
(214,190,225)
#C3ADCD
(195,173,205)
#B09CB9
(176,156,185)
#9D8BA5
(157,139,165)
#8A7A91
(138,122,145)
#77697D
(119,105,125)
#645869
(100,88,105)
#514755
(81,71,85)
#3E3641
(62,54,65)
#2B252D
(43,37,45)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #D6BEE1

#D6BEE1
(214,190,225)
#D9C3E3
(217,195,227)
#DCC8E5
(220,200,229)
#DFCDE7
(223,205,231)
#E2D2E9
(226,210,233)
#E5D7EB
(229,215,235)
#E8DCED
(232,220,237)
#EBE1EF
(235,225,239)
#EEE6F1
(238,230,241)
#F1EBF3
(241,235,243)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BEE1; }

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

This text font color is #D6BEE1.

Background Color

.myBgColor { background-color: #D6BEE1; }

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

This div background color is #D6BEE1.

Border color

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

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

This div border color is #D6BEE1.

Opacity

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

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

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

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

This text has shadow with #D6BEE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6BEE1.

Preview

Color preview on black background

This text has color #D6BEE1 on black background.


Color preview on white background

This text has color #D6BEE1 on white background.


Black color preview on #D6BEE1 background

This text has black color on #D6BEE1 background.


White color preview on #D6BEE1 background

This text has white color on #D6BEE1 background.


Related colors

Complementary color

Complementary color for #hex is #29411E.


I love getcolorcode.com

Triadic colors

1 #E1D6BE and #BEE1D6 with #D6BEE1 are triadic colors.

2 #E1BED6 and #BED6E1 with #D6BEE1 are triadic colors.