COLOR #D3CAE6

HEX: #D3CAE6 RGB: (211,202,230)

Color info

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

RGB color model

#D3CAE6 color RGB value is (211,202,230).

RGB: (211,202,230) (83%, 79%, 90%)

RGB channels and saturation

R 211 of 255 = 83%
G 202 of 255 = 79%
B 230 of 255 = 90%

211
202
230

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

Portions of RGB colors in percentages

R + G + B = 211 + 202 + 230 = 643 (100%)
R 211 of 643 ~ 32.81%
G 202 of 643 ~ 31.42%
B 230 of 643 ~ 35.77'%

%32.81
%31.42
%35.77

CMYK color model

#D3CAE6 color CMYK value is (8,12,0,10).

  • cyan value is 8.26%
  • magenta value is 12.17%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (8,12,0,10)
C8M12Y0K10 (8%, 12%, 0%, 10%)
(0.08 / 0.12 / 0.00 / 0.10)

CMYK percentages

%8.26
%12.17
%0
%9.8

Codes

Color #D3CAE6 in popluar color models

D3 CA E6
RGB 211 202 230
HSL 259° 35.90% 84.71%
HSB/HSV 259° 12.17% 90.20%
CMYK 8.26% 12.17% 0.00%
9.80%

Color #D3CAE6 in popluar number systems.

HEX D3 CA E6
Decimal 211 202 230
Binary 11010011 11001010 11100110
Octal 323 312 346

Shades and tints

Shades of #D3CAE6

#D3CAE6
(211,202,230)
#C0B8D2
(192,184,210)
#ADA6BE
(173,166,190)
#9A94AA
(154,148,170)
#878296
(135,130,150)
#747082
(116,112,130)
#615E6E
(97,94,110)
#4E4C5A
(78,76,90)
#3B3A46
(59,58,70)
#282832
(40,40,50)
#15161E
(21,22,30)
#000000
(0,0,0)

Tints of #D3CAE6

#D3CAE6
(211,202,230)
#D7CEE8
(215,206,232)
#DBD2EA
(219,210,234)
#DFD6EC
(223,214,236)
#E3DAEE
(227,218,238)
#E7DEF0
(231,222,240)
#EBE2F2
(235,226,242)
#EFE6F4
(239,230,244)
#F3EAF6
(243,234,246)
#F7EEF8
(247,238,248)
#FBF2FA
(251,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3CAE6 color. Also use rgb(211,202,230) instead hex code.

Text Font Color

.myTextColor { color: #D3CAE6; }

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

This text font color is #D3CAE6.

Background Color

.myBgColor { background-color: #D3CAE6; }

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

This div background color is #D3CAE6.

Border color

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

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

This div border color is #D3CAE6.

Opacity

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

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

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

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

This text has shadow with #D3CAE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3CAE6.

Preview

Color preview on black background

This text has color #D3CAE6 on black background.


Color preview on white background

This text has color #D3CAE6 on white background.


Black color preview on #D3CAE6 background

This text has black color on #D3CAE6 background.


White color preview on #D3CAE6 background

This text has white color on #D3CAE6 background.


Related colors

Complementary color

Complementary color for #hex is #2C3519.


I love getcolorcode.com

Triadic colors

1 #E6D3CA and #CAE6D3 with #D3CAE6 are triadic colors.

2 #E6CAD3 and #CAD3E6 with #D3CAE6 are triadic colors.