COLOR #D8BAED

HEX: #D8BAED
RGB: (216,186,237)

Color info

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

RGB color model

#D8BAED color RGB value is (216,186,237).

  • red value is 216;
  • green value is 186;
  • blue value is 237.
RGB:
(216,186,237)
(85%,73%,93%)

RGB channels and saturation

R 216 of 255 = 85%
G 186 of 255 = 73%
B 237 of 255 = 93%

216
186
237

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

Portions of RGB colors in percentages

R + G + B =
216 + 186 + 237 = 639 (100%)
R 216 of 639 ~ 33.8%
G 186 of 639 ~ 29.11%
B 237 of 639 ~ 37.09%

%33.8
%29.11
%37.09

CMYK color model

#D8BAED color CMYK value is (9,22,0,7).

  • cyan value is 8.86%
  • magenta value is 21.52%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(9,22,0,7)
C9M22Y0K7 
(9%,22%,0%,7%)
(0.09/0.22/0.00/0.07)	

CMYK percentages

%8.86
%21.52
%0
%7.06

Codes

Color #D8BAED in popluar color models

D8BAED
RGB216186237
HSL275°58.62%82.94%
HSB/HSV275°21.52%92.94%
CMYK8.86%21.52%0.00%
7.06%

Color #D8BAED in popluar number systems.

HEXD8BAED
Decimal216186237
Binary110110001011101011101101
Octal330272355

Shades and tints

Shades of #D8BAED

#D8BAED
(216,186,237)
#C5AAD8
(197,170,216)
#B29AC3
(178,154,195)
#9F8AAE
(159,138,174)
#8C7A99
(140,122,153)
#796A84
(121,106,132)
#665A6F
(102,90,111)
#534A5A
(83,74,90)
#403A45
(64,58,69)
#2D2A30
(45,42,48)
#1A1A1B
(26,26,27)
#000000
(0,0,0)

Tints of #D8BAED

#D8BAED
(216,186,237)
#DBC0EE
(219,192,238)
#DEC6EF
(222,198,239)
#E1CCF0
(225,204,240)
#E4D2F1
(228,210,241)
#E7D8F2
(231,216,242)
#EADEF3
(234,222,243)
#EDE4F4
(237,228,244)
#F0EAF5
(240,234,245)
#F3F0F6
(243,240,246)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8BAED color. Also use rgb(216,186,237) instead hex code.

Text Font Color

.myTextColor { color: #D8BAED; }

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

This text font color is #D8BAED.


Background Color

.myBgColor { background-color: #D8BAED; }

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

This div background color is #D8BAED.


Border color

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

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

This div border color is #D8BAED.


Opacity

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

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

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

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

This text has shadow with #D8BAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BAED on black background.


Color preview on white background

This text has color #D8BAED on white background.



Black color preview on #D8BAED background

This text has black color on #D8BAED background.


White color preview on #D8BAED background

This text has white color on #D8BAED background.