COLOR #D8BEE7

HEX: #D8BEE7 RGB: (216,190,231)

Color info

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

RGB color model

#D8BEE7 color RGB value is (216,190,231).

RGB: (216,190,231) (85%, 75%, 91%)

RGB channels and saturation

R 216 of 255 = 85%
G 190 of 255 = 75%
B 231 of 255 = 91%

216
190
231

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

Portions of RGB colors in percentages

R + G + B = 216 + 190 + 231 = 637 (100%)
R 216 of 637 ~ 33.91%
G 190 of 637 ~ 29.83%
B 231 of 637 ~ 36.26'%

%33.91
%29.83
%36.26

CMYK color model

#D8BEE7 color CMYK value is (6,18,0,9).

  • cyan value is 6.49%
  • magenta value is 17.75%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (6,18,0,9)
C6M18Y0K9 (6%, 18%, 0%, 9%)
(0.06 / 0.18 / 0.00 / 0.09)

CMYK percentages

%6.49
%17.75
%0
%9.41

Codes

Color #D8BEE7 in popluar color models

D8 BE E7
RGB 216 190 231
HSL 278° 46.07% 82.55%
HSB/HSV 278° 17.75% 90.59%
CMYK 6.49% 17.75% 0.00%
9.41%

Color #D8BEE7 in popluar number systems.

HEX D8 BE E7
Decimal 216 190 231
Binary 11011000 10111110 11100111
Octal 330 276 347

Shades and tints

Shades of #D8BEE7

#D8BEE7
(216,190,231)
#C5ADD2
(197,173,210)
#B29CBD
(178,156,189)
#9F8BA8
(159,139,168)
#8C7A93
(140,122,147)
#79697E
(121,105,126)
#665869
(102,88,105)
#534754
(83,71,84)
#40363F
(64,54,63)
#2D252A
(45,37,42)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #D8BEE7

#D8BEE7
(216,190,231)
#DBC3E9
(219,195,233)
#DEC8EB
(222,200,235)
#E1CDED
(225,205,237)
#E4D2EF
(228,210,239)
#E7D7F1
(231,215,241)
#EADCF3
(234,220,243)
#EDE1F5
(237,225,245)
#F0E6F7
(240,230,247)
#F3EBF9
(243,235,249)
#F6F0FB
(246,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8BEE7 color. Also use rgb(216,190,231) instead hex code.

Text Font Color

.myTextColor { color: #D8BEE7; }

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

This text font color is #D8BEE7.

Background Color

.myBgColor { background-color: #D8BEE7; }

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

This div background color is #D8BEE7.

Border color

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

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

This div border color is #D8BEE7.

Opacity

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

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

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

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

This text has shadow with #D8BEE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8BEE7.

Preview

Color preview on black background

This text has color #D8BEE7 on black background.


Color preview on white background

This text has color #D8BEE7 on white background.


Black color preview on #D8BEE7 background

This text has black color on #D8BEE7 background.


White color preview on #D8BEE7 background

This text has white color on #D8BEE7 background.


Related colors

Complementary color

Complementary color for #hex is #274118.


I love getcolorcode.com

Triadic colors

1 #E7D8BE and #BEE7D8 with #D8BEE7 are triadic colors.

2 #E7BED8 and #BED8E7 with #D8BEE7 are triadic colors.