COLOR #D3CADC

HEX: #D3CADC
RGB: (211,202,220)

Color info

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

RGB color model

#D3CADC color RGB value is (211,202,220).

  • red value is 211;
  • green value is 202;
  • blue value is 220.
RGB:
(211,202,220)
(83%,79%,86%)

RGB channels and saturation

R 211 of 255 = 83%
G 202 of 255 = 79%
B 220 of 255 = 86%

211
202
220

R + G + B ~ 83%. #D3CADC is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 202 + 220 = 633 (100%)
R 211 of 633 ~ 33.33%
G 202 of 633 ~ 31.91%
B 220 of 633 ~ 34.76%

%33.33
%31.91
%34.76

CMYK color model

#D3CADC color CMYK value is (4,8,0,14).

  • cyan value is 4.09%
  • magenta value is 8.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(4,8,0,14)
C4M8Y0K14 
(4%,8%,0%,14%)
(0.04/0.08/0.00/0.14)	

CMYK percentages

%4.09
%8.18
%0
%13.73

Codes

Color #D3CADC in popluar color models

D3CADC
RGB211202220
HSL270°20.45%82.75%
HSB/HSV270°8.18%86.27%
CMYK4.09%8.18%0.00%
13.73%

Color #D3CADC in popluar number systems.

HEXD3CADC
Decimal211202220
Binary110100111100101011011100
Octal323312334

Shades and tints

Shades of #D3CADC

#D3CADC
(211,202,220)
#C0B8C8
(192,184,200)
#ADA6B4
(173,166,180)
#9A94A0
(154,148,160)
#87828C
(135,130,140)
#747078
(116,112,120)
#615E64
(97,94,100)
#4E4C50
(78,76,80)
#3B3A3C
(59,58,60)
#282828
(40,40,40)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #D3CADC

#D3CADC
(211,202,220)
#D7CEDF
(215,206,223)
#DBD2E2
(219,210,226)
#DFD6E5
(223,214,229)
#E3DAE8
(227,218,232)
#E7DEEB
(231,222,235)
#EBE2EE
(235,226,238)
#EFE6F1
(239,230,241)
#F3EAF4
(243,234,244)
#F7EEF7
(247,238,247)
#FBF2FA
(251,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3CADC; }

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

This text font color is #D3CADC.


Background Color

.myBgColor { background-color: #D3CADC; }

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

This div background color is #D3CADC.


Border color

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

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

This div border color is #D3CADC.


Opacity

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

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

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

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

This text has shadow with #D3CADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3CADC on black background.


Color preview on white background

This text has color #D3CADC on white background.



Black color preview on #D3CADC background

This text has black color on #D3CADC background.


White color preview on #D3CADC background

This text has white color on #D3CADC background.