COLOR #D1BDDA

HEX: #D1BDDA
RGB: (209,189,218)

Color info

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

RGB color model

#D1BDDA color RGB value is (209,189,218).

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

RGB channels and saturation

R 209 of 255 = 82%
G 189 of 255 = 74%
B 218 of 255 = 85%

209
189
218

R + G + B ~ 80%. #D1BDDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 189 + 218 = 616 (100%)
R 209 of 616 ~ 33.93%
G 189 of 616 ~ 30.68%
B 218 of 616 ~ 35.39%

%33.93
%30.68
%35.39

CMYK color model

#D1BDDA color CMYK value is (4,13,0,15).

  • cyan value is 4.13%
  • magenta value is 13.30%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(4,13,0,15)
C4M13Y0K15 
(4%,13%,0%,15%)
(0.04/0.13/0.00/0.15)	

CMYK percentages

%4.13
%13.3
%0
%14.51

Codes

Color #D1BDDA in popluar color models

D1BDDA
RGB209189218
HSL281°28.16%79.80%
HSB/HSV281°13.30%85.49%
CMYK4.13%13.30%0.00%
14.51%

Color #D1BDDA in popluar number systems.

HEXD1BDDA
Decimal209189218
Binary110100011011110111011010
Octal321275332

Shades and tints

Shades of #D1BDDA

#D1BDDA
(209,189,218)
#BEACC7
(190,172,199)
#AB9BB4
(171,155,180)
#988AA1
(152,138,161)
#85798E
(133,121,142)
#72687B
(114,104,123)
#5F5768
(95,87,104)
#4C4655
(76,70,85)
#393542
(57,53,66)
#26242F
(38,36,47)
#13131C
(19,19,28)
#000000
(0,0,0)

Tints of #D1BDDA

#D1BDDA
(209,189,218)
#D5C3DD
(213,195,221)
#D9C9E0
(217,201,224)
#DDCFE3
(221,207,227)
#E1D5E6
(225,213,230)
#E5DBE9
(229,219,233)
#E9E1EC
(233,225,236)
#EDE7EF
(237,231,239)
#F1EDF2
(241,237,242)
#F5F3F5
(245,243,245)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BDDA; }

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

This text font color is #D1BDDA.


Background Color

.myBgColor { background-color: #D1BDDA; }

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

This div background color is #D1BDDA.


Border color

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

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

This div border color is #D1BDDA.


Opacity

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

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

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

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

This text has shadow with #D1BDDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BDDA on black background.


Color preview on white background

This text has color #D1BDDA on white background.



Black color preview on #D1BDDA background

This text has black color on #D1BDDA background.


White color preview on #D1BDDA background

This text has white color on #D1BDDA background.