COLOR #D1BCCF

HEX: #D1BCCF
RGB: (209,188,207)

Color info

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

RGB color model

#D1BCCF color RGB value is (209,188,207).

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

RGB channels and saturation

R 209 of 255 = 82%
G 188 of 255 = 74%
B 207 of 255 = 81%

209
188
207

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

Portions of RGB colors in percentages

R + G + B =
209 + 188 + 207 = 604 (100%)
R 209 of 604 ~ 34.6%
G 188 of 604 ~ 31.13%
B 207 of 604 ~ 34.27%

%34.6
%31.13
%34.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.05%
  • yellow value is 0.96%
  • 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
%10.05
%0.96
%18.04

Codes

Color #D1BCCF in popluar color models

D1BCCF
RGB209188207
HSL306°18.58%77.84%
HSB/HSV306°10.05%81.96%
CMYK0.00%10.05%0.96%
18.04%

Color #D1BCCF in popluar number systems.

HEXD1BCCF
Decimal209188207
Binary110100011011110011001111
Octal321274317

Shades and tints

Shades of #D1BCCF

#D1BCCF
(209,188,207)
#BEABBD
(190,171,189)
#AB9AAB
(171,154,171)
#988999
(152,137,153)
#857887
(133,120,135)
#726775
(114,103,117)
#5F5663
(95,86,99)
#4C4551
(76,69,81)
#39343F
(57,52,63)
#26232D
(38,35,45)
#13121B
(19,18,27)
#000000
(0,0,0)

Tints of #D1BCCF

#D1BCCF
(209,188,207)
#D5C2D3
(213,194,211)
#D9C8D7
(217,200,215)
#DDCEDB
(221,206,219)
#E1D4DF
(225,212,223)
#E5DAE3
(229,218,227)
#E9E0E7
(233,224,231)
#EDE6EB
(237,230,235)
#F1ECEF
(241,236,239)
#F5F2F3
(245,242,243)
#F9F8F7
(249,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1BCCF color. Also use rgb(209,188,207) instead hex code.

Text Font Color

.myTextColor { color: #D1BCCF; }

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

This text font color is #D1BCCF.


Background Color

.myBgColor { background-color: #D1BCCF; }

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

This div background color is #D1BCCF.


Border color

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

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

This div border color is #D1BCCF.


Opacity

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

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

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

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

This text has shadow with #D1BCCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BCCF on black background.


Color preview on white background

This text has color #D1BCCF on white background.



Black color preview on #D1BCCF background

This text has black color on #D1BCCF background.


White color preview on #D1BCCF background

This text has white color on #D1BCCF background.