COLOR #D1B5CE

HEX: #D1B5CE
RGB: (209,181,206)

Color info

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

RGB color model

#D1B5CE color RGB value is (209,181,206).

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

RGB channels and saturation

R 209 of 255 = 82%
G 181 of 255 = 71%
B 206 of 255 = 81%

209
181
206

R + G + B ~ 78%. #D1B5CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 181 + 206 = 596 (100%)
R 209 of 596 ~ 35.07%
G 181 of 596 ~ 30.37%
B 206 of 596 ~ 34.56%

%35.07
%30.37
%34.56

CMYK color model

#D1B5CE color CMYK value is (0,13,1,18).

  • cyan value is 0.00%
  • magenta value is 13.40%
  • yellow value is 1.44%
  • key color value is 18.04%
CMYK:
(0,13,1,18)
C0M13Y1K18 
(0%,13%,1%,18%)
(0.00/0.13/0.01/0.18)	

CMYK percentages

%0
%13.4
%1.44
%18.04

Codes

Color #D1B5CE in popluar color models

D1B5CE
RGB209181206
HSL306°23.33%76.47%
HSB/HSV306°13.40%81.96%
CMYK0.00%13.40%1.44%
18.04%

Color #D1B5CE in popluar number systems.

HEXD1B5CE
Decimal209181206
Binary110100011011010111001110
Octal321265316

Shades and tints

Shades of #D1B5CE

#D1B5CE
(209,181,206)
#BEA5BC
(190,165,188)
#AB95AA
(171,149,170)
#988598
(152,133,152)
#857586
(133,117,134)
#726574
(114,101,116)
#5F5562
(95,85,98)
#4C4550
(76,69,80)
#39353E
(57,53,62)
#26252C
(38,37,44)
#13151A
(19,21,26)
#000000
(0,0,0)

Tints of #D1B5CE

#D1B5CE
(209,181,206)
#D5BBD2
(213,187,210)
#D9C1D6
(217,193,214)
#DDC7DA
(221,199,218)
#E1CDDE
(225,205,222)
#E5D3E2
(229,211,226)
#E9D9E6
(233,217,230)
#EDDFEA
(237,223,234)
#F1E5EE
(241,229,238)
#F5EBF2
(245,235,242)
#F9F1F6
(249,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B5CE; }

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

This text font color is #D1B5CE.


Background Color

.myBgColor { background-color: #D1B5CE; }

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

This div background color is #D1B5CE.


Border color

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

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

This div border color is #D1B5CE.


Opacity

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

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

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

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

This text has shadow with #D1B5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B5CE on black background.


Color preview on white background

This text has color #D1B5CE on white background.



Black color preview on #D1B5CE background

This text has black color on #D1B5CE background.


White color preview on #D1B5CE background

This text has white color on #D1B5CE background.