COLOR #D4BDE9

HEX: #D4BDE9 RGB: (212,189,233)

Color info

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

RGB color model

#D4BDE9 color RGB value is (212,189,233).

RGB: (212,189,233) (83%, 74%, 91%)

RGB channels and saturation

R 212 of 255 = 83%
G 189 of 255 = 74%
B 233 of 255 = 91%

212
189
233

R + G + B ~ 83%. #D4BDE9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 189 + 233 = 634 (100%)
R 212 of 634 ~ 33.44%
G 189 of 634 ~ 29.81%
B 233 of 634 ~ 36.75'%

%33.44
%29.81
%36.75

CMYK color model

#D4BDE9 color CMYK value is (9,19,0,9).

  • cyan value is 9.01%
  • magenta value is 18.88%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (9,19,0,9)
C9M19Y0K9 (9%, 19%, 0%, 9%)
(0.09 / 0.19 / 0.00 / 0.09)

CMYK percentages

%9.01
%18.88
%0
%8.63

Codes

Color #D4BDE9 in popluar color models

D4 BD E9
RGB 212 189 233
HSL 271° 50.00% 82.75%
HSB/HSV 271° 18.88% 91.37%
CMYK 9.01% 18.88% 0.00%
8.63%

Color #D4BDE9 in popluar number systems.

HEX D4 BD E9
Decimal 212 189 233
Binary 11010100 10111101 11101001
Octal 324 275 351

Shades and tints

Shades of #D4BDE9

#D4BDE9
(212,189,233)
#C1ACD4
(193,172,212)
#AE9BBF
(174,155,191)
#9B8AAA
(155,138,170)
#887995
(136,121,149)
#756880
(117,104,128)
#62576B
(98,87,107)
#4F4656
(79,70,86)
#3C3541
(60,53,65)
#29242C
(41,36,44)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #D4BDE9

#D4BDE9
(212,189,233)
#D7C3EB
(215,195,235)
#DAC9ED
(218,201,237)
#DDCFEF
(221,207,239)
#E0D5F1
(224,213,241)
#E3DBF3
(227,219,243)
#E6E1F5
(230,225,245)
#E9E7F7
(233,231,247)
#ECEDF9
(236,237,249)
#EFF3FB
(239,243,251)
#F2F9FD
(242,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4BDE9 color. Also use rgb(212,189,233) instead hex code.

Text Font Color

.myTextColor { color: #D4BDE9; }

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

This text font color is #D4BDE9.

Background Color

.myBgColor { background-color: #D4BDE9; }

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

This div background color is #D4BDE9.

Border color

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

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

This div border color is #D4BDE9.

Opacity

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

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

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

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

This text has shadow with #D4BDE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4BDE9.

Preview

Color preview on black background

This text has color #D4BDE9 on black background.


Color preview on white background

This text has color #D4BDE9 on white background.


Black color preview on #D4BDE9 background

This text has black color on #D4BDE9 background.


White color preview on #D4BDE9 background

This text has white color on #D4BDE9 background.


Related colors

Complementary color

Complementary color for #hex is #2B4216.


I love getcolorcode.com

Triadic colors

1 #E9D4BD and #BDE9D4 with #D4BDE9 are triadic colors.

2 #E9BDD4 and #BDD4E9 with #D4BDE9 are triadic colors.