COLOR #D1BCED

HEX: #D1BCED RGB: (209,188,237)

Color info

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

RGB color model

#D1BCED color RGB value is (209,188,237).

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

RGB channels and saturation

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

209
188
237

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

Portions of RGB colors in percentages

R + G + B = 209 + 188 + 237 = 634 (100%)
R 209 of 634 ~ 32.97%
G 188 of 634 ~ 29.65%
B 237 of 634 ~ 37.38'%

%32.97
%29.65
%37.38

CMYK color model

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

  • cyan value is 11.81%
  • magenta value is 20.68%
  • yellow value is 0.00%
  • key color value is 7.06%

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

CMYK percentages

%11.81
%20.68
%0
%7.06

Codes

Color #D1BCED in popluar color models

D1 BC ED
RGB 209 188 237
HSL 266° 57.65% 83.33%
HSB/HSV 266° 20.68% 92.94%
CMYK 11.81% 20.68% 0.00%
7.06%

Color #D1BCED in popluar number systems.

HEX D1 BC ED
Decimal 209 188 237
Binary 11010001 10111100 11101101
Octal 321 274 355

Shades and tints

Shades of #D1BCED

#D1BCED
(209,188,237)
#BEABD8
(190,171,216)
#AB9AC3
(171,154,195)
#9889AE
(152,137,174)
#857899
(133,120,153)
#726784
(114,103,132)
#5F566F
(95,86,111)
#4C455A
(76,69,90)
#393445
(57,52,69)
#262330
(38,35,48)
#13121B
(19,18,27)
#000000
(0,0,0)

Tints of #D1BCED

#D1BCED
(209,188,237)
#D5C2EE
(213,194,238)
#D9C8EF
(217,200,239)
#DDCEF0
(221,206,240)
#E1D4F1
(225,212,241)
#E5DAF2
(229,218,242)
#E9E0F3
(233,224,243)
#EDE6F4
(237,230,244)
#F1ECF5
(241,236,245)
#F5F2F6
(245,242,246)
#F9F8F7
(249,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BCED; }

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

This text font color is #D1BCED.

Background Color

.myBgColor { background-color: #D1BCED; }

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

This div background color is #D1BCED.

Border color

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

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

This div border color is #D1BCED.

Opacity

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

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

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

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

This text has shadow with #D1BCED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1BCED.

Preview

Color preview on black background

This text has color #D1BCED on black background.


Color preview on white background

This text has color #D1BCED on white background.


Black color preview on #D1BCED background

This text has black color on #D1BCED background.


White color preview on #D1BCED background

This text has white color on #D1BCED background.


Related colors

Complementary color

Complementary color for #hex is #2E4312.


I love getcolorcode.com

Triadic colors

1 #EDD1BC and #BCEDD1 with #D1BCED are triadic colors.

2 #EDBCD1 and #BCD1ED with #D1BCED are triadic colors.