COLOR #D0C1D4

HEX: #D0C1D4
RGB: (208,193,212)

Color info

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

RGB color model

#D0C1D4 color RGB value is (208,193,212).

  • red value is 208;
  • green value is 193;
  • blue value is 212.
RGB:
(208,193,212)
(82%,76%,83%)

RGB channels and saturation

R 208 of 255 = 82%
G 193 of 255 = 76%
B 212 of 255 = 83%

208
193
212

R + G + B ~ 80%. #D0C1D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 193 + 212 = 613 (100%)
R 208 of 613 ~ 33.93%
G 193 of 613 ~ 31.48%
B 212 of 613 ~ 34.58%

%33.93
%31.48
%34.58

CMYK color model

#D0C1D4 color CMYK value is (2,9,0,17).

  • cyan value is 1.89%
  • magenta value is 8.96%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(2,9,0,17)
C2M9Y0K17 
(2%,9%,0%,17%)
(0.02/0.09/0.00/0.17)	

CMYK percentages

%1.89
%8.96
%0
%16.86

Codes

Color #D0C1D4 in popluar color models

D0C1D4
RGB208193212
HSL287°18.10%79.41%
HSB/HSV287°8.96%83.14%
CMYK1.89%8.96%0.00%
16.86%

Color #D0C1D4 in popluar number systems.

HEXD0C1D4
Decimal208193212
Binary110100001100000111010100
Octal320301324

Shades and tints

Shades of #D0C1D4

#D0C1D4
(208,193,212)
#BEB0C1
(190,176,193)
#AC9FAE
(172,159,174)
#9A8E9B
(154,142,155)
#887D88
(136,125,136)
#766C75
(118,108,117)
#645B62
(100,91,98)
#524A4F
(82,74,79)
#40393C
(64,57,60)
#2E2829
(46,40,41)
#1C1716
(28,23,22)
#000000
(0,0,0)

Tints of #D0C1D4

#D0C1D4
(208,193,212)
#D4C6D7
(212,198,215)
#D8CBDA
(216,203,218)
#DCD0DD
(220,208,221)
#E0D5E0
(224,213,224)
#E4DAE3
(228,218,227)
#E8DFE6
(232,223,230)
#ECE4E9
(236,228,233)
#F0E9EC
(240,233,236)
#F4EEEF
(244,238,239)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0C1D4 color. Also use rgb(208,193,212) instead hex code.

Text Font Color

.myTextColor { color: #D0C1D4; }

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

This text font color is #D0C1D4.


Background Color

.myBgColor { background-color: #D0C1D4; }

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

This div background color is #D0C1D4.


Border color

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

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

This div border color is #D0C1D4.


Opacity

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

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

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

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

This text has shadow with #D0C1D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0C1D4 on black background.


Color preview on white background

This text has color #D0C1D4 on white background.



Black color preview on #D0C1D4 background

This text has black color on #D0C1D4 background.


White color preview on #D0C1D4 background

This text has white color on #D0C1D4 background.