COLOR #D3C3DB

HEX: #D3C3DB
RGB: (211,195,219)

Color info

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

RGB color model

#D3C3DB color RGB value is (211,195,219).

  • red value is 211;
  • green value is 195;
  • blue value is 219.
RGB:
(211,195,219)
(83%,76%,86%)

RGB channels and saturation

R 211 of 255 = 83%
G 195 of 255 = 76%
B 219 of 255 = 86%

211
195
219

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

Portions of RGB colors in percentages

R + G + B =
211 + 195 + 219 = 625 (100%)
R 211 of 625 ~ 33.76%
G 195 of 625 ~ 31.2%
B 219 of 625 ~ 35.04%

%33.76
%31.2
%35.04

CMYK color model

#D3C3DB color CMYK value is (4,11,0,14).

  • cyan value is 3.65%
  • magenta value is 10.96%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(4,11,0,14)
C4M11Y0K14 
(4%,11%,0%,14%)
(0.04/0.11/0.00/0.14)	

CMYK percentages

%3.65
%10.96
%0
%14.12

Codes

Color #D3C3DB in popluar color models

D3C3DB
RGB211195219
HSL280°25.00%81.18%
HSB/HSV280°10.96%85.88%
CMYK3.65%10.96%0.00%
14.12%

Color #D3C3DB in popluar number systems.

HEXD3C3DB
Decimal211195219
Binary110100111100001111011011
Octal323303333

Shades and tints

Shades of #D3C3DB

#D3C3DB
(211,195,219)
#C0B2C8
(192,178,200)
#ADA1B5
(173,161,181)
#9A90A2
(154,144,162)
#877F8F
(135,127,143)
#746E7C
(116,110,124)
#615D69
(97,93,105)
#4E4C56
(78,76,86)
#3B3B43
(59,59,67)
#282A30
(40,42,48)
#15191D
(21,25,29)
#000000
(0,0,0)

Tints of #D3C3DB

#D3C3DB
(211,195,219)
#D7C8DE
(215,200,222)
#DBCDE1
(219,205,225)
#DFD2E4
(223,210,228)
#E3D7E7
(227,215,231)
#E7DCEA
(231,220,234)
#EBE1ED
(235,225,237)
#EFE6F0
(239,230,240)
#F3EBF3
(243,235,243)
#F7F0F6
(247,240,246)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C3DB color. Also use rgb(211,195,219) instead hex code.

Text Font Color

.myTextColor { color: #D3C3DB; }

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

This text font color is #D3C3DB.


Background Color

.myBgColor { background-color: #D3C3DB; }

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

This div background color is #D3C3DB.


Border color

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

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

This div border color is #D3C3DB.


Opacity

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

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

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

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

This text has shadow with #D3C3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3C3DB on black background.


Color preview on white background

This text has color #D3C3DB on white background.



Black color preview on #D3C3DB background

This text has black color on #D3C3DB background.


White color preview on #D3C3DB background

This text has white color on #D3C3DB background.