COLOR #D3CCD6

HEX: #D3CCD6 RGB: (211,204,214)

Color info

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

RGB color model

#D3CCD6 color RGB value is (211,204,214).

RGB: (211,204,214) (83%, 80%, 84%)

RGB channels and saturation

R 211 of 255 = 83%
G 204 of 255 = 80%
B 214 of 255 = 84%

211
204
214

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

Portions of RGB colors in percentages

R + G + B = 211 + 204 + 214 = 629 (100%)
R 211 of 629 ~ 33.55%
G 204 of 629 ~ 32.43%
B 214 of 629 ~ 34.02'%

%33.55
%32.43
%34.02

CMYK color model

#D3CCD6 color CMYK value is (1,5,0,16).

  • cyan value is 1.40%
  • magenta value is 4.67%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (1,5,0,16)
C1M5Y0K16 (1%, 5%, 0%, 16%)
(0.01 / 0.05 / 0.00 / 0.16)

CMYK percentages

%1.4
%4.67
%0
%16.08

Codes

Color #D3CCD6 in popluar color models

D3 CC D6
RGB 211 204 214
HSL 282° 10.87% 81.96%
HSB/HSV 282° 4.67% 83.92%
CMYK 1.40% 4.67% 0.00%
16.08%

Color #D3CCD6 in popluar number systems.

HEX D3 CC D6
Decimal 211 204 214
Binary 11010011 11001100 11010110
Octal 323 314 326

Shades and tints

Shades of #D3CCD6

#D3CCD6
(211,204,214)
#C0BAC3
(192,186,195)
#ADA8B0
(173,168,176)
#9A969D
(154,150,157)
#87848A
(135,132,138)
#747277
(116,114,119)
#616064
(97,96,100)
#4E4E51
(78,78,81)
#3B3C3E
(59,60,62)
#282A2B
(40,42,43)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #D3CCD6

#D3CCD6
(211,204,214)
#D7D0D9
(215,208,217)
#DBD4DC
(219,212,220)
#DFD8DF
(223,216,223)
#E3DCE2
(227,220,226)
#E7E0E5
(231,224,229)
#EBE4E8
(235,228,232)
#EFE8EB
(239,232,235)
#F3ECEE
(243,236,238)
#F7F0F1
(247,240,241)
#FBF4F4
(251,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3CCD6; }

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

This text font color is #D3CCD6.

Background Color

.myBgColor { background-color: #D3CCD6; }

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

This div background color is #D3CCD6.

Border color

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

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

This div border color is #D3CCD6.

Opacity

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

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

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

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

This text has shadow with #D3CCD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3CCD6.

Preview

Color preview on black background

This text has color #D3CCD6 on black background.


Color preview on white background

This text has color #D3CCD6 on white background.


Black color preview on #D3CCD6 background

This text has black color on #D3CCD6 background.


White color preview on #D3CCD6 background

This text has white color on #D3CCD6 background.


Related colors

Complementary color

Complementary color for #hex is #2C3329.


I love getcolorcode.com

Triadic colors

1 #D6D3CC and #CCD6D3 with #D3CCD6 are triadic colors.

2 #D6CCD3 and #CCD3D6 with #D3CCD6 are triadic colors.