COLOR #D1BDCE

HEX: #D1BDCE
RGB: (209,189,206)

Color info

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

RGB color model

#D1BDCE color RGB value is (209,189,206).

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

RGB channels and saturation

R 209 of 255 = 82%
G 189 of 255 = 74%
B 206 of 255 = 81%

209
189
206

R + G + B ~ 79%. #D1BDCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 189 + 206 = 604 (100%)
R 209 of 604 ~ 34.6%
G 189 of 604 ~ 31.29%
B 206 of 604 ~ 34.11%

%34.6
%31.29
%34.11

CMYK color model

#D1BDCE color CMYK value is (0,10,1,18).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 1.44%
  • key color value is 18.04%
CMYK:
(0,10,1,18)
C0M10Y1K18 
(0%,10%,1%,18%)
(0.00/0.10/0.01/0.18)	

CMYK percentages

%0
%9.57
%1.44
%18.04

Codes

Color #D1BDCE in popluar color models

D1BDCE
RGB209189206
HSL309°17.86%78.04%
HSB/HSV309°9.57%81.96%
CMYK0.00%9.57%1.44%
18.04%

Color #D1BDCE in popluar number systems.

HEXD1BDCE
Decimal209189206
Binary110100011011110111001110
Octal321275316

Shades and tints

Shades of #D1BDCE

#D1BDCE
(209,189,206)
#BEACBC
(190,172,188)
#AB9BAA
(171,155,170)
#988A98
(152,138,152)
#857986
(133,121,134)
#726874
(114,104,116)
#5F5762
(95,87,98)
#4C4650
(76,70,80)
#39353E
(57,53,62)
#26242C
(38,36,44)
#13131A
(19,19,26)
#000000
(0,0,0)

Tints of #D1BDCE

#D1BDCE
(209,189,206)
#D5C3D2
(213,195,210)
#D9C9D6
(217,201,214)
#DDCFDA
(221,207,218)
#E1D5DE
(225,213,222)
#E5DBE2
(229,219,226)
#E9E1E6
(233,225,230)
#EDE7EA
(237,231,234)
#F1EDEE
(241,237,238)
#F5F3F2
(245,243,242)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BDCE; }

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

This text font color is #D1BDCE.


Background Color

.myBgColor { background-color: #D1BDCE; }

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

This div background color is #D1BDCE.


Border color

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

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

This div border color is #D1BDCE.


Opacity

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

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

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

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

This text has shadow with #D1BDCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BDCE on black background.


Color preview on white background

This text has color #D1BDCE on white background.



Black color preview on #D1BDCE background

This text has black color on #D1BDCE background.


White color preview on #D1BDCE background

This text has white color on #D1BDCE background.