COLOR #D4BDF7

HEX: #D4BDF7
RGB: (212,189,247)

Color info

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

RGB color model

#D4BDF7 color RGB value is (212,189,247).

  • red value is 212;
  • green value is 189;
  • blue value is 247.
RGB:
(212,189,247)
(83%,74%,97%)

RGB channels and saturation

R 212 of 255 = 83%
G 189 of 255 = 74%
B 247 of 255 = 97%

212
189
247

R + G + B ~ 85%. #D4BDF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 189 + 247 = 648 (100%)
R 212 of 648 ~ 32.72%
G 189 of 648 ~ 29.17%
B 247 of 648 ~ 38.12%

%32.72
%29.17
%38.12

CMYK color model

#D4BDF7 color CMYK value is (14,23,0,3).

  • cyan value is 14.17%
  • magenta value is 23.48%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(14,23,0,3)
C14M23Y0K3 
(14%,23%,0%,3%)
(0.14/0.23/0.00/0.03)	

CMYK percentages

%14.17
%23.48
%0
%3.14

Codes

Color #D4BDF7 in popluar color models

D4BDF7
RGB212189247
HSL264°78.38%85.49%
HSB/HSV264°23.48%96.86%
CMYK14.17%23.48%0.00%
3.14%

Color #D4BDF7 in popluar number systems.

HEXD4BDF7
Decimal212189247
Binary110101001011110111110111
Octal324275367

Shades and tints

Shades of #D4BDF7

#D4BDF7
(212,189,247)
#C1ACE1
(193,172,225)
#AE9BCB
(174,155,203)
#9B8AB5
(155,138,181)
#88799F
(136,121,159)
#756889
(117,104,137)
#625773
(98,87,115)
#4F465D
(79,70,93)
#3C3547
(60,53,71)
#292431
(41,36,49)
#16131B
(22,19,27)
#000000
(0,0,0)

Tints of #D4BDF7

#D4BDF7
(212,189,247)
#D7C3F7
(215,195,247)
#DAC9F7
(218,201,247)
#DDCFF7
(221,207,247)
#E0D5F7
(224,213,247)
#E3DBF7
(227,219,247)
#E6E1F7
(230,225,247)
#E9E7F7
(233,231,247)
#ECEDF7
(236,237,247)
#EFF3F7
(239,243,247)
#F2F9F7
(242,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4BDF7; }

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

This text font color is #D4BDF7.


Background Color

.myBgColor { background-color: #D4BDF7; }

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

This div background color is #D4BDF7.


Border color

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

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

This div border color is #D4BDF7.


Opacity

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

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

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

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

This text has shadow with #D4BDF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BDF7 on black background.


Color preview on white background

This text has color #D4BDF7 on white background.



Black color preview on #D4BDF7 background

This text has black color on #D4BDF7 background.


White color preview on #D4BDF7 background

This text has white color on #D4BDF7 background.