COLOR #D5C3DA

HEX: #D5C3DA
RGB: (213,195,218)

Color info

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

RGB color model

#D5C3DA color RGB value is (213,195,218).

  • red value is 213;
  • green value is 195;
  • blue value is 218.
RGB:
(213,195,218)
(84%,76%,85%)

RGB channels and saturation

R 213 of 255 = 84%
G 195 of 255 = 76%
B 218 of 255 = 85%

213
195
218

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

Portions of RGB colors in percentages

R + G + B =
213 + 195 + 218 = 626 (100%)
R 213 of 626 ~ 34.03%
G 195 of 626 ~ 31.15%
B 218 of 626 ~ 34.82%

%34.03
%31.15
%34.82

CMYK color model

#D5C3DA color CMYK value is (2,11,0,15).

  • cyan value is 2.29%
  • magenta value is 10.55%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(2,11,0,15)
C2M11Y0K15 
(2%,11%,0%,15%)
(0.02/0.11/0.00/0.15)	

CMYK percentages

%2.29
%10.55
%0
%14.51

Codes

Color #D5C3DA in popluar color models

D5C3DA
RGB213195218
HSL287°23.71%80.98%
HSB/HSV287°10.55%85.49%
CMYK2.29%10.55%0.00%
14.51%

Color #D5C3DA in popluar number systems.

HEXD5C3DA
Decimal213195218
Binary110101011100001111011010
Octal325303332

Shades and tints

Shades of #D5C3DA

#D5C3DA
(213,195,218)
#C2B2C7
(194,178,199)
#AFA1B4
(175,161,180)
#9C90A1
(156,144,161)
#897F8E
(137,127,142)
#766E7B
(118,110,123)
#635D68
(99,93,104)
#504C55
(80,76,85)
#3D3B42
(61,59,66)
#2A2A2F
(42,42,47)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #D5C3DA

#D5C3DA
(213,195,218)
#D8C8DD
(216,200,221)
#DBCDE0
(219,205,224)
#DED2E3
(222,210,227)
#E1D7E6
(225,215,230)
#E4DCE9
(228,220,233)
#E7E1EC
(231,225,236)
#EAE6EF
(234,230,239)
#EDEBF2
(237,235,242)
#F0F0F5
(240,240,245)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C3DA color. Also use rgb(213,195,218) instead hex code.

Text Font Color

.myTextColor { color: #D5C3DA; }

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

This text font color is #D5C3DA.


Background Color

.myBgColor { background-color: #D5C3DA; }

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

This div background color is #D5C3DA.


Border color

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

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

This div border color is #D5C3DA.


Opacity

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

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

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

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

This text has shadow with #D5C3DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C3DA on black background.


Color preview on white background

This text has color #D5C3DA on white background.



Black color preview on #D5C3DA background

This text has black color on #D5C3DA background.


White color preview on #D5C3DA background

This text has white color on #D5C3DA background.