COLOR #D1BCF2

HEX: #D1BCF2
RGB: (209,188,242)

Color info

#D1BCF2 contains red, green and blue colors in about the same proportion. Web safe color of #D1BCF2 is #CCCCFF (or #CCF).

RGB color model

#D1BCF2 color RGB value is (209,188,242).

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

RGB channels and saturation

R 209 of 255 = 82%
G 188 of 255 = 74%
B 242 of 255 = 95%

209
188
242

R + G + B ~ 84%. #D1BCF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 188 + 242 = 639 (100%)
R 209 of 639 ~ 32.71%
G 188 of 639 ~ 29.42%
B 242 of 639 ~ 37.87%

%32.71
%29.42
%37.87

CMYK color model

#D1BCF2 color CMYK value is (14,22,0,5).

  • cyan value is 13.64%
  • magenta value is 22.31%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(14,22,0,5)
C14M22Y0K5 
(14%,22%,0%,5%)
(0.14/0.22/0.00/0.05)	

CMYK percentages

%13.64
%22.31
%0
%5.1

Codes

Color #D1BCF2 in popluar color models

D1BCF2
RGB209188242
HSL263°67.50%84.31%
HSB/HSV263°22.31%94.90%
CMYK13.64%22.31%0.00%
5.10%

Color #D1BCF2 in popluar number systems.

HEXD1BCF2
Decimal209188242
Binary110100011011110011110010
Octal321274362

Shades and tints

Shades of #D1BCF2

#D1BCF2
(209,188,242)
#BEABDC
(190,171,220)
#AB9AC6
(171,154,198)
#9889B0
(152,137,176)
#85789A
(133,120,154)
#726784
(114,103,132)
#5F566E
(95,86,110)
#4C4558
(76,69,88)
#393442
(57,52,66)
#26232C
(38,35,44)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #D1BCF2

#D1BCF2
(209,188,242)
#D5C2F3
(213,194,243)
#D9C8F4
(217,200,244)
#DDCEF5
(221,206,245)
#E1D4F6
(225,212,246)
#E5DAF7
(229,218,247)
#E9E0F8
(233,224,248)
#EDE6F9
(237,230,249)
#F1ECFA
(241,236,250)
#F5F2FB
(245,242,251)
#F9F8FC
(249,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BCF2; }

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

This text font color is #D1BCF2.


Background Color

.myBgColor { background-color: #D1BCF2; }

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

This div background color is #D1BCF2.


Border color

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

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

This div border color is #D1BCF2.


Opacity

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

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

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

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

This text has shadow with #D1BCF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BCF2 on black background.


Color preview on white background

This text has color #D1BCF2 on white background.



Black color preview on #D1BCF2 background

This text has black color on #D1BCF2 background.


White color preview on #D1BCF2 background

This text has white color on #D1BCF2 background.