COLOR #D5C6DC

HEX: #D5C6DC
RGB: (213,198,220)

Color info

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

RGB color model

#D5C6DC color RGB value is (213,198,220).

  • red value is 213;
  • green value is 198;
  • blue value is 220.
RGB:
(213,198,220)
(84%,78%,86%)

RGB channels and saturation

R 213 of 255 = 84%
G 198 of 255 = 78%
B 220 of 255 = 86%

213
198
220

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

Portions of RGB colors in percentages

R + G + B =
213 + 198 + 220 = 631 (100%)
R 213 of 631 ~ 33.76%
G 198 of 631 ~ 31.38%
B 220 of 631 ~ 34.87%

%33.76
%31.38
%34.87

CMYK color model

#D5C6DC color CMYK value is (3,10,0,14).

  • cyan value is 3.18%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(3,10,0,14)
C3M10Y0K14 
(3%,10%,0%,14%)
(0.03/0.10/0.00/0.14)	

CMYK percentages

%3.18
%10
%0
%13.73

Codes

Color #D5C6DC in popluar color models

D5C6DC
RGB213198220
HSL281°23.91%81.96%
HSB/HSV281°10.00%86.27%
CMYK3.18%10.00%0.00%
13.73%

Color #D5C6DC in popluar number systems.

HEXD5C6DC
Decimal213198220
Binary110101011100011011011100
Octal325306334

Shades and tints

Shades of #D5C6DC

#D5C6DC
(213,198,220)
#C2B4C8
(194,180,200)
#AFA2B4
(175,162,180)
#9C90A0
(156,144,160)
#897E8C
(137,126,140)
#766C78
(118,108,120)
#635A64
(99,90,100)
#504850
(80,72,80)
#3D363C
(61,54,60)
#2A2428
(42,36,40)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #D5C6DC

#D5C6DC
(213,198,220)
#D8CBDF
(216,203,223)
#DBD0E2
(219,208,226)
#DED5E5
(222,213,229)
#E1DAE8
(225,218,232)
#E4DFEB
(228,223,235)
#E7E4EE
(231,228,238)
#EAE9F1
(234,233,241)
#EDEEF4
(237,238,244)
#F0F3F7
(240,243,247)
#F3F8FA
(243,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C6DC color. Also use rgb(213,198,220) instead hex code.

Text Font Color

.myTextColor { color: #D5C6DC; }

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

This text font color is #D5C6DC.


Background Color

.myBgColor { background-color: #D5C6DC; }

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

This div background color is #D5C6DC.


Border color

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

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

This div border color is #D5C6DC.


Opacity

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

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

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

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

This text has shadow with #D5C6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C6DC on black background.


Color preview on white background

This text has color #D5C6DC on white background.



Black color preview on #D5C6DC background

This text has black color on #D5C6DC background.


White color preview on #D5C6DC background

This text has white color on #D5C6DC background.