COLOR #D1CADB

HEX: #D1CADB
RGB: (209,202,219)

Color info

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

RGB color model

#D1CADB color RGB value is (209,202,219).

  • red value is 209;
  • green value is 202;
  • blue value is 219.
RGB:
(209,202,219)
(82%,79%,86%)

RGB channels and saturation

R 209 of 255 = 82%
G 202 of 255 = 79%
B 219 of 255 = 86%

209
202
219

R + G + B ~ 82%. #D1CADB is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 202 + 219 = 630 (100%)
R 209 of 630 ~ 33.17%
G 202 of 630 ~ 32.06%
B 219 of 630 ~ 34.76%

%33.17
%32.06
%34.76

CMYK color model

#D1CADB color CMYK value is (5,8,0,14).

  • cyan value is 4.57%
  • magenta value is 7.76%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(5,8,0,14)
C5M8Y0K14 
(5%,8%,0%,14%)
(0.05/0.08/0.00/0.14)	

CMYK percentages

%4.57
%7.76
%0
%14.12

Codes

Color #D1CADB in popluar color models

D1CADB
RGB209202219
HSL265°19.10%82.55%
HSB/HSV265°7.76%85.88%
CMYK4.57%7.76%0.00%
14.12%

Color #D1CADB in popluar number systems.

HEXD1CADB
Decimal209202219
Binary110100011100101011011011
Octal321312333

Shades and tints

Shades of #D1CADB

#D1CADB
(209,202,219)
#BEB8C8
(190,184,200)
#ABA6B5
(171,166,181)
#9894A2
(152,148,162)
#85828F
(133,130,143)
#72707C
(114,112,124)
#5F5E69
(95,94,105)
#4C4C56
(76,76,86)
#393A43
(57,58,67)
#262830
(38,40,48)
#13161D
(19,22,29)
#000000
(0,0,0)

Tints of #D1CADB

#D1CADB
(209,202,219)
#D5CEDE
(213,206,222)
#D9D2E1
(217,210,225)
#DDD6E4
(221,214,228)
#E1DAE7
(225,218,231)
#E5DEEA
(229,222,234)
#E9E2ED
(233,226,237)
#EDE6F0
(237,230,240)
#F1EAF3
(241,234,243)
#F5EEF6
(245,238,246)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1CADB color. Also use rgb(209,202,219) instead hex code.

Text Font Color

.myTextColor { color: #D1CADB; }

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

This text font color is #D1CADB.


Background Color

.myBgColor { background-color: #D1CADB; }

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

This div background color is #D1CADB.


Border color

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

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

This div border color is #D1CADB.


Opacity

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

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

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

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

This text has shadow with #D1CADB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1CADB on black background.


Color preview on white background

This text has color #D1CADB on white background.



Black color preview on #D1CADB background

This text has black color on #D1CADB background.


White color preview on #D1CADB background

This text has white color on #D1CADB background.