COLOR #D8BEEC

HEX: #D8BEEC RGB: (216,190,236)

Color info

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

RGB color model

#D8BEEC color RGB value is (216,190,236).

RGB: (216,190,236) (85%, 75%, 93%)

RGB channels and saturation

R 216 of 255 = 85%
G 190 of 255 = 75%
B 236 of 255 = 93%

216
190
236

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

Portions of RGB colors in percentages

R + G + B = 216 + 190 + 236 = 642 (100%)
R 216 of 642 ~ 33.64%
G 190 of 642 ~ 29.6%
B 236 of 642 ~ 36.76'%

%33.64
%29.6
%36.76

CMYK color model

#D8BEEC color CMYK value is (8,19,0,7).

  • cyan value is 8.47%
  • magenta value is 19.49%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (8,19,0,7)
C8M19Y0K7 (8%, 19%, 0%, 7%)
(0.08 / 0.19 / 0.00 / 0.07)

CMYK percentages

%8.47
%19.49
%0
%7.45

Codes

Color #D8BEEC in popluar color models

D8 BE EC
RGB 216 190 236
HSL 274° 54.76% 83.53%
HSB/HSV 274° 19.49% 92.55%
CMYK 8.47% 19.49% 0.00%
7.45%

Color #D8BEEC in popluar number systems.

HEX D8 BE EC
Decimal 216 190 236
Binary 11011000 10111110 11101100
Octal 330 276 354

Shades and tints

Shades of #D8BEEC

#D8BEEC
(216,190,236)
#C5ADD7
(197,173,215)
#B29CC2
(178,156,194)
#9F8BAD
(159,139,173)
#8C7A98
(140,122,152)
#796983
(121,105,131)
#66586E
(102,88,110)
#534759
(83,71,89)
#403644
(64,54,68)
#2D252F
(45,37,47)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #D8BEEC

#D8BEEC
(216,190,236)
#DBC3ED
(219,195,237)
#DEC8EE
(222,200,238)
#E1CDEF
(225,205,239)
#E4D2F0
(228,210,240)
#E7D7F1
(231,215,241)
#EADCF2
(234,220,242)
#EDE1F3
(237,225,243)
#F0E6F4
(240,230,244)
#F3EBF5
(243,235,245)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8BEEC; }

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

This text font color is #D8BEEC.

Background Color

.myBgColor { background-color: #D8BEEC; }

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

This div background color is #D8BEEC.

Border color

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

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

This div border color is #D8BEEC.

Opacity

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

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

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

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

This text has shadow with #D8BEEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8BEEC.

Preview

Color preview on black background

This text has color #D8BEEC on black background.


Color preview on white background

This text has color #D8BEEC on white background.


Black color preview on #D8BEEC background

This text has black color on #D8BEEC background.


White color preview on #D8BEEC background

This text has white color on #D8BEEC background.


Related colors

Complementary color

Complementary color for #hex is #274113.


I love getcolorcode.com

Triadic colors

1 #ECD8BE and #BEECD8 with #D8BEEC are triadic colors.

2 #ECBED8 and #BED8EC with #D8BEEC are triadic colors.