COLOR #D6CAD3

HEX: #D6CAD3
RGB: (214,202,211)

Color info

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

RGB color model

#D6CAD3 color RGB value is (214,202,211).

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

RGB channels and saturation

R 214 of 255 = 84%
G 202 of 255 = 79%
B 211 of 255 = 83%

214
202
211

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

Portions of RGB colors in percentages

R + G + B =
214 + 202 + 211 = 627 (100%)
R 214 of 627 ~ 34.13%
G 202 of 627 ~ 32.22%
B 211 of 627 ~ 33.65%

%34.13
%32.22
%33.65

CMYK color model

#D6CAD3 color CMYK value is (0,6,1,16).

  • cyan value is 0.00%
  • magenta value is 5.61%
  • yellow value is 1.40%
  • key color value is 16.08%
CMYK:
(0,6,1,16)
C0M6Y1K16 
(0%,6%,1%,16%)
(0.00/0.06/0.01/0.16)	

CMYK percentages

%0
%5.61
%1.4
%16.08

Codes

Color #D6CAD3 in popluar color models

D6CAD3
RGB214202211
HSL315°12.77%81.57%
HSB/HSV315°5.61%83.92%
CMYK0.00%5.61%1.40%
16.08%

Color #D6CAD3 in popluar number systems.

HEXD6CAD3
Decimal214202211
Binary110101101100101011010011
Octal326312323

Shades and tints

Shades of #D6CAD3

#D6CAD3
(214,202,211)
#C3B8C0
(195,184,192)
#B0A6AD
(176,166,173)
#9D949A
(157,148,154)
#8A8287
(138,130,135)
#777074
(119,112,116)
#645E61
(100,94,97)
#514C4E
(81,76,78)
#3E3A3B
(62,58,59)
#2B2828
(43,40,40)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #D6CAD3

#D6CAD3
(214,202,211)
#D9CED7
(217,206,215)
#DCD2DB
(220,210,219)
#DFD6DF
(223,214,223)
#E2DAE3
(226,218,227)
#E5DEE7
(229,222,231)
#E8E2EB
(232,226,235)
#EBE6EF
(235,230,239)
#EEEAF3
(238,234,243)
#F1EEF7
(241,238,247)
#F4F2FB
(244,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6CAD3; }

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

This text font color is #D6CAD3.


Background Color

.myBgColor { background-color: #D6CAD3; }

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

This div background color is #D6CAD3.


Border color

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

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

This div border color is #D6CAD3.


Opacity

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

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

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

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

This text has shadow with #D6CAD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6CAD3 on black background.


Color preview on white background

This text has color #D6CAD3 on white background.



Black color preview on #D6CAD3 background

This text has black color on #D6CAD3 background.


White color preview on #D6CAD3 background

This text has white color on #D6CAD3 background.