COLOR #D1CBE6

HEX: #D1CBE6
RGB: (209,203,230)

Color info

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

RGB color model

#D1CBE6 color RGB value is (209,203,230).

  • red value is 209;
  • green value is 203;
  • blue value is 230.
RGB:
(209,203,230)
(82%,80%,90%)

RGB channels and saturation

R 209 of 255 = 82%
G 203 of 255 = 80%
B 230 of 255 = 90%

209
203
230

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

Portions of RGB colors in percentages

R + G + B =
209 + 203 + 230 = 642 (100%)
R 209 of 642 ~ 32.55%
G 203 of 642 ~ 31.62%
B 230 of 642 ~ 35.83%

%32.55
%31.62
%35.83

CMYK color model

#D1CBE6 color CMYK value is (9,12,0,10).

  • cyan value is 9.13%
  • magenta value is 11.74%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(9,12,0,10)
C9M12Y0K10 
(9%,12%,0%,10%)
(0.09/0.12/0.00/0.10)	

CMYK percentages

%9.13
%11.74
%0
%9.8

Codes

Color #D1CBE6 in popluar color models

D1CBE6
RGB209203230
HSL253°35.06%84.90%
HSB/HSV253°11.74%90.20%
CMYK9.13%11.74%0.00%
9.80%

Color #D1CBE6 in popluar number systems.

HEXD1CBE6
Decimal209203230
Binary110100011100101111100110
Octal321313346

Shades and tints

Shades of #D1CBE6

#D1CBE6
(209,203,230)
#BEB9D2
(190,185,210)
#ABA7BE
(171,167,190)
#9895AA
(152,149,170)
#858396
(133,131,150)
#727182
(114,113,130)
#5F5F6E
(95,95,110)
#4C4D5A
(76,77,90)
#393B46
(57,59,70)
#262932
(38,41,50)
#13171E
(19,23,30)
#000000
(0,0,0)

Tints of #D1CBE6

#D1CBE6
(209,203,230)
#D5CFE8
(213,207,232)
#D9D3EA
(217,211,234)
#DDD7EC
(221,215,236)
#E1DBEE
(225,219,238)
#E5DFF0
(229,223,240)
#E9E3F2
(233,227,242)
#EDE7F4
(237,231,244)
#F1EBF6
(241,235,246)
#F5EFF8
(245,239,248)
#F9F3FA
(249,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1CBE6 color. Also use rgb(209,203,230) instead hex code.

Text Font Color

.myTextColor { color: #D1CBE6; }

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

This text font color is #D1CBE6.


Background Color

.myBgColor { background-color: #D1CBE6; }

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

This div background color is #D1CBE6.


Border color

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

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

This div border color is #D1CBE6.


Opacity

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

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

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

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

This text has shadow with #D1CBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1CBE6 on black background.


Color preview on white background

This text has color #D1CBE6 on white background.



Black color preview on #D1CBE6 background

This text has black color on #D1CBE6 background.


White color preview on #D1CBE6 background

This text has white color on #D1CBE6 background.