COLOR #D1BDE3

HEX: #D1BDE3
RGB: (209,189,227)

Color info

#D1BDE3 contains red, green and blue colors in about the same proportion. Web safe color of #D1BDE3 is #CCCCCC (or #CCC).

RGB color model

#D1BDE3 color RGB value is (209,189,227).

  • red value is 209;
  • green value is 189;
  • blue value is 227.
RGB:
(209,189,227)
(82%,74%,89%)

RGB channels and saturation

R 209 of 255 = 82%
G 189 of 255 = 74%
B 227 of 255 = 89%

209
189
227

R + G + B ~ 82%. #D1BDE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 189 + 227 = 625 (100%)
R 209 of 625 ~ 33.44%
G 189 of 625 ~ 30.24%
B 227 of 625 ~ 36.32%

%33.44
%30.24
%36.32

CMYK color model

#D1BDE3 color CMYK value is (8,17,0,11).

  • cyan value is 7.93%
  • magenta value is 16.74%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(8,17,0,11)
C8M17Y0K11 
(8%,17%,0%,11%)
(0.08/0.17/0.00/0.11)	

CMYK percentages

%7.93
%16.74
%0
%10.98

Codes

Color #D1BDE3 in popluar color models

D1BDE3
RGB209189227
HSL272°40.43%81.57%
HSB/HSV272°16.74%89.02%
CMYK7.93%16.74%0.00%
10.98%

Color #D1BDE3 in popluar number systems.

HEXD1BDE3
Decimal209189227
Binary110100011011110111100011
Octal321275343

Shades and tints

Shades of #D1BDE3

#D1BDE3
(209,189,227)
#BEACCF
(190,172,207)
#AB9BBB
(171,155,187)
#988AA7
(152,138,167)
#857993
(133,121,147)
#72687F
(114,104,127)
#5F576B
(95,87,107)
#4C4657
(76,70,87)
#393543
(57,53,67)
#26242F
(38,36,47)
#13131B
(19,19,27)
#000000
(0,0,0)

Tints of #D1BDE3

#D1BDE3
(209,189,227)
#D5C3E5
(213,195,229)
#D9C9E7
(217,201,231)
#DDCFE9
(221,207,233)
#E1D5EB
(225,213,235)
#E5DBED
(229,219,237)
#E9E1EF
(233,225,239)
#EDE7F1
(237,231,241)
#F1EDF3
(241,237,243)
#F5F3F5
(245,243,245)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1BDE3 color. Also use rgb(209,189,227) instead hex code.

Text Font Color

.myTextColor { color: #D1BDE3; }

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

This text font color is #D1BDE3.


Background Color

.myBgColor { background-color: #D1BDE3; }

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

This div background color is #D1BDE3.


Border color

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

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

This div border color is #D1BDE3.


Opacity

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

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

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

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

This text has shadow with #D1BDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BDE3 on black background.


Color preview on white background

This text has color #D1BDE3 on white background.



Black color preview on #D1BDE3 background

This text has black color on #D1BDE3 background.


White color preview on #D1BDE3 background

This text has white color on #D1BDE3 background.