COLOR #D1BCEF

HEX: #D1BCEF RGB: (209,188,239)

Color info

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

RGB color model

#D1BCEF color RGB value is (209,188,239).

RGB: (209,188,239) (82%, 74%, 94%)

RGB channels and saturation

R 209 of 255 = 82%
G 188 of 255 = 74%
B 239 of 255 = 94%

209
188
239

R + G + B ~ 83%. #D1BCEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 188 + 239 = 636 (100%)
R 209 of 636 ~ 32.86%
G 188 of 636 ~ 29.56%
B 239 of 636 ~ 37.58'%

%32.86
%29.56
%37.58

CMYK color model

#D1BCEF color CMYK value is (13,21,0,6).

  • cyan value is 12.55%
  • magenta value is 21.34%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (13,21,0,6) C13M21Y0K6 (13%,21%,0%,6%) (0.13/0.21/0.00/0.06) 

CMYK percentages

%12.55
%21.34
%0
%6.27

Codes

Color #D1BCEF in popluar color models

D1 BC EF
RGB 209 188 239
HSL 265° 61.45% 83.73%
HSB/HSV 265° 21.34% 93.73%
CMYK 12.55% 21.34% 0.00%
6.27%

Color #D1BCEF in popluar number systems.

HEX D1 BC EF
Decimal 209 188 239
Binary 11010001 10111100 11101111
Octal 321 274 357

Shades and tints

Shades of #D1BCEF

#D1BCEF
(209,188,239)
#BEABDA
(190,171,218)
#AB9AC5
(171,154,197)
#9889B0
(152,137,176)
#85789B
(133,120,155)
#726786
(114,103,134)
#5F5671
(95,86,113)
#4C455C
(76,69,92)
#393447
(57,52,71)
#262332
(38,35,50)
#13121D
(19,18,29)
#000000
(0,0,0)

Tints of #D1BCEF

#D1BCEF
(209,188,239)
#D5C2F0
(213,194,240)
#D9C8F1
(217,200,241)
#DDCEF2
(221,206,242)
#E1D4F3
(225,212,243)
#E5DAF4
(229,218,244)
#E9E0F5
(233,224,245)
#EDE6F6
(237,230,246)
#F1ECF7
(241,236,247)
#F5F2F8
(245,242,248)
#F9F8F9
(249,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BCEF; }

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

This text font color is #D1BCEF.

Background Color

.myBgColor { background-color: #D1BCEF; }

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

This div background color is #D1BCEF.

Border color

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

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

This div border color is #D1BCEF.

Opacity

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

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

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

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

This text has shadow with #D1BCEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1BCEF.

Preview

Color preview on black background

This text has color #D1BCEF on black background.


Color preview on white background

This text has color #D1BCEF on white background.


Black color preview on #D1BCEF background

This text has black color on #D1BCEF background.


White color preview on #D1BCEF background

This text has white color on #D1BCEF background.


Related colors

Complementary color

Complementary color for #hex is #2E4310.


I love getcolorcode.com

Triadic colors

1 #EFD1BC and #BCEFD1 with #D1BCEF are triadic colors.

2 #EFBCD1 and #BCD1EF with #D1BCEF are triadic colors.