COLOR #D1CAD5

HEX: #D1CAD5
RGB: (209,202,213)

Color info

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

RGB color model

#D1CAD5 color RGB value is (209,202,213).

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

RGB channels and saturation

R 209 of 255 = 82%
G 202 of 255 = 79%
B 213 of 255 = 84%

209
202
213

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

Portions of RGB colors in percentages

R + G + B =
209 + 202 + 213 = 624 (100%)
R 209 of 624 ~ 33.49%
G 202 of 624 ~ 32.37%
B 213 of 624 ~ 34.13%

%33.49
%32.37
%34.13

CMYK color model

#D1CAD5 color CMYK value is (2,5,0,16).

  • cyan value is 1.88%
  • magenta value is 5.16%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(2,5,0,16)
C2M5Y0K16 
(2%,5%,0%,16%)
(0.02/0.05/0.00/0.16)	

CMYK percentages

%1.88
%5.16
%0
%16.47

Codes

Color #D1CAD5 in popluar color models

D1CAD5
RGB209202213
HSL278°11.58%81.37%
HSB/HSV278°5.16%83.53%
CMYK1.88%5.16%0.00%
16.47%

Color #D1CAD5 in popluar number systems.

HEXD1CAD5
Decimal209202213
Binary110100011100101011010101
Octal321312325

Shades and tints

Shades of #D1CAD5

#D1CAD5
(209,202,213)
#BEB8C2
(190,184,194)
#ABA6AF
(171,166,175)
#98949C
(152,148,156)
#858289
(133,130,137)
#727076
(114,112,118)
#5F5E63
(95,94,99)
#4C4C50
(76,76,80)
#393A3D
(57,58,61)
#26282A
(38,40,42)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #D1CAD5

#D1CAD5
(209,202,213)
#D5CED8
(213,206,216)
#D9D2DB
(217,210,219)
#DDD6DE
(221,214,222)
#E1DAE1
(225,218,225)
#E5DEE4
(229,222,228)
#E9E2E7
(233,226,231)
#EDE6EA
(237,230,234)
#F1EAED
(241,234,237)
#F5EEF0
(245,238,240)
#F9F2F3
(249,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1CAD5; }

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

This text font color is #D1CAD5.


Background Color

.myBgColor { background-color: #D1CAD5; }

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

This div background color is #D1CAD5.


Border color

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

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

This div border color is #D1CAD5.


Opacity

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

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

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

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

This text has shadow with #D1CAD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1CAD5 on black background.


Color preview on white background

This text has color #D1CAD5 on white background.



Black color preview on #D1CAD5 background

This text has black color on #D1CAD5 background.


White color preview on #D1CAD5 background

This text has white color on #D1CAD5 background.