COLOR #D1CAE5

HEX: #D1CAE5
RGB: (209,202,229)

Color info

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

RGB color model

#D1CAE5 color RGB value is (209,202,229).

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

RGB channels and saturation

R 209 of 255 = 82%
G 202 of 255 = 79%
B 229 of 255 = 90%

209
202
229

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

Portions of RGB colors in percentages

R + G + B =
209 + 202 + 229 = 640 (100%)
R 209 of 640 ~ 32.66%
G 202 of 640 ~ 31.56%
B 229 of 640 ~ 35.78%

%32.66
%31.56
%35.78

CMYK color model

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

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

CMYK percentages

%8.73
%11.79
%0
%10.2

Codes

Color #D1CAE5 in popluar color models

D1CAE5
RGB209202229
HSL256°34.18%84.51%
HSB/HSV256°11.79%89.80%
CMYK8.73%11.79%0.00%
10.20%

Color #D1CAE5 in popluar number systems.

HEXD1CAE5
Decimal209202229
Binary110100011100101011100101
Octal321312345

Shades and tints

Shades of #D1CAE5

#D1CAE5
(209,202,229)
#BEB8D1
(190,184,209)
#ABA6BD
(171,166,189)
#9894A9
(152,148,169)
#858295
(133,130,149)
#727081
(114,112,129)
#5F5E6D
(95,94,109)
#4C4C59
(76,76,89)
#393A45
(57,58,69)
#262831
(38,40,49)
#13161D
(19,22,29)
#000000
(0,0,0)

Tints of #D1CAE5

#D1CAE5
(209,202,229)
#D5CEE7
(213,206,231)
#D9D2E9
(217,210,233)
#DDD6EB
(221,214,235)
#E1DAED
(225,218,237)
#E5DEEF
(229,222,239)
#E9E2F1
(233,226,241)
#EDE6F3
(237,230,243)
#F1EAF5
(241,234,245)
#F5EEF7
(245,238,247)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1CAE5; }

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

This text font color is #D1CAE5.


Background Color

.myBgColor { background-color: #D1CAE5; }

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

This div background color is #D1CAE5.


Border color

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

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

This div border color is #D1CAE5.


Opacity

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

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

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

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

This text has shadow with #D1CAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1CAE5 on black background.


Color preview on white background

This text has color #D1CAE5 on white background.



Black color preview on #D1CAE5 background

This text has black color on #D1CAE5 background.


White color preview on #D1CAE5 background

This text has white color on #D1CAE5 background.