COLOR #D1C9EB

HEX: #D1C9EB
RGB: (209,201,235)

Color info

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

RGB color model

#D1C9EB color RGB value is (209,201,235).

  • red value is 209;
  • green value is 201;
  • blue value is 235.
RGB:
(209,201,235)
(82%,79%,92%)

RGB channels and saturation

R 209 of 255 = 82%
G 201 of 255 = 79%
B 235 of 255 = 92%

209
201
235

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

Portions of RGB colors in percentages

R + G + B =
209 + 201 + 235 = 645 (100%)
R 209 of 645 ~ 32.4%
G 201 of 645 ~ 31.16%
B 235 of 645 ~ 36.43%

%32.4
%31.16
%36.43

CMYK color model

#D1C9EB color CMYK value is (11,14,0,8).

  • cyan value is 11.06%
  • magenta value is 14.47%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(11,14,0,8)
C11M14Y0K8 
(11%,14%,0%,8%)
(0.11/0.14/0.00/0.08)	

CMYK percentages

%11.06
%14.47
%0
%7.84

Codes

Color #D1C9EB in popluar color models

D1C9EB
RGB209201235
HSL254°45.95%85.49%
HSB/HSV254°14.47%92.16%
CMYK11.06%14.47%0.00%
7.84%

Color #D1C9EB in popluar number systems.

HEXD1C9EB
Decimal209201235
Binary110100011100100111101011
Octal321311353

Shades and tints

Shades of #D1C9EB

#D1C9EB
(209,201,235)
#BEB7D6
(190,183,214)
#ABA5C1
(171,165,193)
#9893AC
(152,147,172)
#858197
(133,129,151)
#726F82
(114,111,130)
#5F5D6D
(95,93,109)
#4C4B58
(76,75,88)
#393943
(57,57,67)
#26272E
(38,39,46)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #D1C9EB

#D1C9EB
(209,201,235)
#D5CDEC
(213,205,236)
#D9D1ED
(217,209,237)
#DDD5EE
(221,213,238)
#E1D9EF
(225,217,239)
#E5DDF0
(229,221,240)
#E9E1F1
(233,225,241)
#EDE5F2
(237,229,242)
#F1E9F3
(241,233,243)
#F5EDF4
(245,237,244)
#F9F1F5
(249,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C9EB color. Also use rgb(209,201,235) instead hex code.

Text Font Color

.myTextColor { color: #D1C9EB; }

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

This text font color is #D1C9EB.


Background Color

.myBgColor { background-color: #D1C9EB; }

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

This div background color is #D1C9EB.


Border color

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

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

This div border color is #D1C9EB.


Opacity

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

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

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

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

This text has shadow with #D1C9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C9EB on black background.


Color preview on white background

This text has color #D1C9EB on white background.



Black color preview on #D1C9EB background

This text has black color on #D1C9EB background.


White color preview on #D1C9EB background

This text has white color on #D1C9EB background.