COLOR #D1BCEE

HEX: #D1BCEE RGB: (209,188,238)

Color info

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

RGB color model

#D1BCEE color RGB value is (209,188,238).

RGB: (209,188,238) (82%, 74%, 93%)

RGB channels and saturation

R 209 of 255 = 82%
G 188 of 255 = 74%
B 238 of 255 = 93%

209
188
238

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

Portions of RGB colors in percentages

R + G + B = 209 + 188 + 238 = 635 (100%)
R 209 of 635 ~ 32.91%
G 188 of 635 ~ 29.61%
B 238 of 635 ~ 37.48'%

%32.91
%29.61
%37.48

CMYK color model

#D1BCEE color CMYK value is (12,21,0,7).

  • cyan value is 12.18%
  • magenta value is 21.01%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (12,21,0,7)
C12M21Y0K7 (12%, 21%, 0%, 7%)
(0.12 / 0.21 / 0.00 / 0.07)

CMYK percentages

%12.18
%21.01
%0
%6.67

Codes

Color #D1BCEE in popluar color models

D1 BC EE
RGB 209 188 238
HSL 265° 59.52% 83.53%
HSB/HSV 265° 21.01% 93.33%
CMYK 12.18% 21.01% 0.00%
6.67%

Color #D1BCEE in popluar number systems.

HEX D1 BC EE
Decimal 209 188 238
Binary 11010001 10111100 11101110
Octal 321 274 356

Shades and tints

Shades of #D1BCEE

#D1BCEE
(209,188,238)
#BEABD9
(190,171,217)
#AB9AC4
(171,154,196)
#9889AF
(152,137,175)
#85789A
(133,120,154)
#726785
(114,103,133)
#5F5670
(95,86,112)
#4C455B
(76,69,91)
#393446
(57,52,70)
#262331
(38,35,49)
#13121C
(19,18,28)
#000000
(0,0,0)

Tints of #D1BCEE

#D1BCEE
(209,188,238)
#D5C2EF
(213,194,239)
#D9C8F0
(217,200,240)
#DDCEF1
(221,206,241)
#E1D4F2
(225,212,242)
#E5DAF3
(229,218,243)
#E9E0F4
(233,224,244)
#EDE6F5
(237,230,245)
#F1ECF6
(241,236,246)
#F5F2F7
(245,242,247)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BCEE; }

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

This text font color is #D1BCEE.

Background Color

.myBgColor { background-color: #D1BCEE; }

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

This div background color is #D1BCEE.

Border color

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

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

This div border color is #D1BCEE.

Opacity

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

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

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

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

This text has shadow with #D1BCEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1BCEE.

Preview

Color preview on black background

This text has color #D1BCEE on black background.


Color preview on white background

This text has color #D1BCEE on white background.


Black color preview on #D1BCEE background

This text has black color on #D1BCEE background.


White color preview on #D1BCEE background

This text has white color on #D1BCEE background.


Related colors

Complementary color

Complementary color for #hex is #2E4311.


I love getcolorcode.com

Triadic colors

1 #EED1BC and #BCEED1 with #D1BCEE are triadic colors.

2 #EEBCD1 and #BCD1EE with #D1BCEE are triadic colors.